@charset "utf-8";

/* CSS Document */


/* ========== Do Not Touch In Css Strat ========== */

@import url("reset.css");
@import url("fonts.css");
@import url("base.css");
@import url(http://fonts.googleapis.com/css?family=Patua+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,800);
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/689331055-OpenSans-Regular_0.eot');
    src: url('fonts/689331055-OpenSans-Regular_0.eot?#iefix') format('embedded-opentype'), url('fonts/689331055-OpenSans-Regular_0.svg#Open Sans') format('svg'), url('fonts/689331055-OpenSans-Regular_0.woff') format('woff'), url('fonts/689331055-OpenSans-Regular_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold_0.eot');
    src: url('fonts/opensans-bold_0.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold_0.woff') format('woff'), url('fonts/opensans-bold_0.ttf') format('truetype'), url('fonts/opensans-bold_0.svg#open_sansbold') format('svg');
}
@font-face {
    font-family: 'PatuaOne-Regular';
    src: url('fonts/PatuaOne-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/PatuaOne-Regular.woff') format('woff'), url('fonts/PatuaOne-Regular.ttf') format('truetype'), url('fonts/PatuaOne-Regular.svg#PatuaOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    line-height: 20px;
    font-size: 13px;
    color: #888888;
}
#page-wrap {
    width: 960px;
    margin: 0px auto;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clear {
    clear: both;
}
.bold {
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #4f5dbe;
}
a:hover, a.selected {
    text-decoration: none;
    color: #333333;
}
a:focus {
    outline: none;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
h1 {
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'open_sansbold';
    margin-bottom: 18px;
    text-transform: uppercase;
}
h2 {
    font-size: 18px;
    color: #3b3b3b;
    font-family: 'open_sansbold';
    margin-bottom: 18px;
    text-transform: uppercase;
}
h3 {
    font-size: 15px;
    color: #5b5b5b;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
h4 {
    color: #3b3b3b;
    font-size: 15px;
    font-family: 'open_sansbold';
    margin-bottom: 18px;
}

/* ========== Do Not Touch In Css End ========== */


/* ------- Top Area Strat ------- */

.top {
    border: 1px solid #e3e3e3;
    padding: 10px 0;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
.header {
    padding: 7px 0;
    margin: 0px;
}
.logo {
    width: 100%;
padding-top: 1rem;
}
.logo img {
    max-width: 100%;
}

/* ------- Top Area End ------- */


/* ------- Navigation Area Strat ------- */

.navigation {
    margin: 0px;
    padding-top: 0px !important;
}
.navigation ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

/*.navigation ul li {
    font-size: 15px;
    color: #000000;
    float: left;
}*/

.navigation ul li a {
    background: #fff;
    color: #000!important;
    padding: 13px 16px;
    text-shadow: none!important;
    font-weight: bold;
}
.navigation ul li:hover a, .navigation ul li.selected a {
    background: #0c178e !important;
    color: #fff!important;
}
.navigation ul li:hover ul li a {
    background: #4951a7 !important;
    color: #fff!important;
    padding: 5px 12px !important;
    font-weight: normal !important;
}
.navigation ul li .sub-menu li {
    background: #414c98 !important;
    font-weight: normal !important;
    font-size: 11px !important;
    border-bottom: 1px solid #29318a;
}
.navigation ul .sub-menu li:hover a, .navigation ul .sub-menu, li.selected a {
    background: #2a4596 !important;
    color: #fff!important;
}
.navigation .current-menu-item a {
    background: #2a4596!important;
    color: #fff!important;
}
ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding: 0px;
    margin-left: -4px;
    float: left;
}
.nav-menu li a {
    color: #141412;
    display: block;
    line-height: 1;
    text-decoration: none;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #220e10;
    color: #fff;
}
.nav-menu .sub-menu, .nav-menu .children {
    border: 0px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 270px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #db572f;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #bc360a;
}

/*
.navigation ul li .sub-menu li { width:100%;}
.navigation ul li .sub-menu { border:0px !important; background:none;}
.navigation ul li .sub-menu li a,  .navigation ul li .sub-menu li a:hover{ width:100% !important; border-radius:0 !important;}
.navbar-nav { margin:0px !important;}
.navigation .navbar-nav>li>a { width:100% !important;}*/


/* ------- Navigation Area End ------- */


/* ------- Pages Contener Area Strat ------- */


/* ..... Home Page Contener Area Strat ..... */

.owl-buttons {
    float: left;
    width: 50px;
    left: -325px;
    position: absolute;
    margin-top: 3px;
}
.owl-next {
    background: url(http://northeastchem.com/wp-content/themes/test/images/arrow_next.png) right top no-repeat;
    color: #fff;
    height: 20px;
    width: 20px;
    float: right;
}
.owl-next:hover, .owl-next:focus {
    background: url(../images/arrow_next.png) right top no-repeat;
}
.owl-prev {
    background: url(http://northeastchem.com/wp-content/themes/test/images/arrow_prev.png) left top no-repeat;
    color: #fff;
    height: 20px;
    width: 20px;
    float: left;
}
.owl-prev:hover, .owl-prev:focus {
    background: url(../images/arrow_prev.png) left top no-repeat;
}
.industriesweserve {
    background: #0a1d85;
    margin: 0px;
    padding: 0px;
}
.industriesweserve ul {
    margin: 0px;
    padding: 0px;
}
.industriesweserve ul li {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    float: left;
}
.industriesweserve ul li a {
    padding: 15px 12px;
    color: #fff;
    display: inline-block;
    color: #fff !important;
    font-size: 10px;
	font-weight:600;
}
.industriesweserve ul li:last-child a {
    padding: 9px 19px;
    padding-left: 10px;
}
.industriesweserve ul li:hover a, .industriesweserve ul li.selected a {
    background: #6373ca;
    color: #fff;
}
.industriesweserve .current-menu-item a {
    background: #8691e3;
    color: #fff;
}
.hmbanner {
    margin: 0px;
    padding: 0px;
    height: inherit;
    overflow: hidden;
}
.hmbanner ul {
    margin: 0px;
    padding: 0px;
}
.hmbanner ul li {
    text-align: center;
}
.hmbanner ul li img {
    max-width: 100%;
}
.innerbanner {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    height: 254px;
}
.innerbanner img {
    max-width: 100%;
}
.innerbanner span {
    display: table-cell !important;
    /* display: block; */
    vertical-align: middle !important;
    height: 230px !important;
    color: #3b3b3b;
    font-size: 50px;
    margin-top: 80px;
    font-family: 'PatuaOne-Regular';
    width: 450px !important;
    line-height: 48px;
    text-align: left;
}
.innerbanner span.refinery {
    bottom: 40px;
}
.innerbanner span.flavor {
    bottom: 60px;
}
.innerbanner span.flavor span {
    font-size: 36px;
    bottom: -45px;
    font-family: 'PatuaOne-Regular';
}
.hmcnt {
    background: #f5f5f5;
    padding: 0px 0;
}
.hmcnt p {
    color: #3b3b3b;
}
.padbtm0 {
    padding-bottom: 0;
}
.companies {
    background: #4f5dbe;
    padding: 40px 0;
    height: 150px;
    overflow: hidden;
}
.companies h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 20px;
}
.brdrgt {
    border-left: 1px solid #fff;
}
.associate {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
}
.associate .item img {
    border: 2px solid #283381;
}

/*.associate ul{margin:0px; padding:0px;}
.associate ul li{border:2px solid #97cf38; margin:15px; float:left; display:inline-block;}*/


/*.readmore{font-size:12px; color:#3b3b3b;}
.readmore a{color:#3b3b3b; text-decoration:underline;}*/

.readmore {
    display: inline-block;
    float: right;
    margin: -5px 0px 0px 0px;
}
.readmore a {
    font-size: 12px;
    color: #fff;
    font-family: 'open_sansbold';
    padding: 3px 10px;
    display: block;
    background: #33814e;
}
.btnindustries {
    font-size: 12px;
    padding: 5px 15px 5px 10px;
    text-transform: uppercase;
    background: #33814e;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0px -15px 20px 0px;

}
.btnindustries:hover, .btnindustries:focus {
    background: #5fab7a;
}
.positionrelative {
    position: relative;
}
.reason1 {
    background: url(http://northeastchem.com/wp-content/themes/test/images/reason1.png) left center no-repeat;
    line-height: 24px;
    font-size: 15px;
    color: #3b3b3b;
    padding-left: 60px;
    font-family: 'Open Sans';
}
.reason2 {
    background: url(http://northeastchem.com/wp-content/themes/test/images/reason2.png) left center no-repeat;
    line-height: 24px;
    font-size: 15px;
    color: #3b3b3b;
    padding-left: 60px;
    font-family: 'Open Sans';
}
.reason3 {
    background: url(http://northeastchem.com/wp-content/themes/test/images/reason3.png) left center no-repeat;
    line-height: 24px;
    font-size: 15px;
    color: #3b3b3b;
    padding-left: 75px;
    font-family: 'Open Sans';
}
.tab_li li a {
    border: 1px solid #b7b7b7!important;
}

/* ..... Home Page Contener Area End ..... */


/* ..... Inner Page Contener Area Strat ..... */

.inner_content {
    min-height: 150px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.inner_content h1 {
    margin-top: 0px;
}
.left_menu {
    margin-bottom: 40px;
}
.left_menu ul li {
    margin-bottom: 5px;
    width: 100%;
}
.left_menu ul li a {
    color: #000;
    padding: 17px 14px 14px 14px;
    display: block;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    border: 1px solid #b7b7b7;
    text-decoration: none;
}
.left_menu ul li:hover a, .left_menu ul li.current-menu-item a {
    color: #fff !important;
    border: 1px solid #0a1d85;
    background: #4f5dbe;
    text-decoration: none;
}
.vision {
    background: url(http://northeastchem.com/wp-content/themes/test/images/vision.png)left top no-repeat;
    padding-left: 90px;
}
.strategy {
    background: url(http://northeastchem.com/wp-content/themes/test/images/strategy.png)left top no-repeat;
    padding-left: 90px;
}
.padding_bottm30 {
    padding-bottom: 30px;
}
.padding_bottm20 {
    padding-bottom: 20px;
}
.no_padding {
    padding-bottom: 0px;
}
.no_padding_timeline {
    padding: 0px!important;
}
.padding10 {
    padding: 10px!important;
}
.margin20px {
    margin-top: 20px;
}
.ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.mission {
    background: url(http://northeastchem.com/wp-content/themes/test/images/mission.png)left top no-repeat;
    padding-left: 90px;
    float: left;
}
.values {
    background: url(http://northeastchem.com/wp-content/themes/test/images/values.png)left top no-repeat;
    padding-left: 85px;
    float: left;
}
.list_li li {
    background: url(http://northeastchem.com/wp-content/themes/test/images/dott.png) left 8px no-repeat;
    padding: 0px 0px 8px 15px;
    font-size: 13px;
    color: #888888;
}
.list_li li span {
    color: #000;
}
.width_li li {
    width: 50%;
    float: left;
}
.width_li_25 {
    width: 100%;
    float: left;
}
.width_li_25 li {
    width: 140px;
    float: left;
}
.width_30 li {
    width: 40%;
    float: left;
}
.header_li {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
.header_li li {
    background: url(http://northeastchem.com/wp-content/themes/test/images/dott.png) left 8px no-repeat;
    padding: 0px 0px 8px 15px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #3c3c3c;
}
.width25per li {
    width: 25%;
}
.list_li_flavor {
    width: 100!important;
    margin-top: 8px;
}
.list_li_flavor li {
    background: url(http://northeastchem.com/wp-content/themes/test/images/dott.png) left 8px no-repeat;
    padding: 0px 0px 8px 15px;
    font-size: 13px!important;
    color: #888888!important;
    font-weight: normal!important;
    float: none!important;
}
.width100 li {
    width: 100%!important;
}
.width320_li {
    width: 70%;
    display: inline-block;
}
.width320_li li, .width320 li {
    width: 320px!important;
    float: left;
}
.pdf_flavor {
    float: right;
    padding: 0px 20px 0px 0px;
    margin-top: -110px;
}
.list_li_plastics {
    margin-bottom: 10px;
    display: inline-block;
}
.list_li_plastics li {
    background: url(http://northeastchem.com/wp-content/themes/test/images/dott.png) left 8px no-repeat;
    padding: 0px 0px 8px 15px;
    font-size: 13px;
    color: #888888;
    float: left;
    width: 250px;
    margin-right: 35px;
    text-transform: capitalize!important;
}
.list_li_plastics li a {
    font-size: 13px;
    color: #888888;
}
.list_li_plastics li a:hover {
    color: #000;
}
.width_li290 {
    width: 100%;
    float: left;
}
.width_li290 li {
    width: 290px;
    float: left;
}
.width_li320 li {
    width: 320px;
    float: left;
}
.divider {
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0px;
}
.grey_bg {
    background: #f8f8f8;
    padding: 20px 0px;
    margin: 0px 0px 20px 0px;
    display: block;
    float: left;
}
.grey_bg img {
    max-width: 100%;
    background-color: #d6d6d6;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .14);
    box-shadow: 0 0 7px rgba(0, 0, 0, .14);
    margin-bottom: 8px;
}
.grey_bg h1 {
    font-size: 20px;
    color: #000;
    font-family: 'open_sansbold';
    margin-bottom: 0px;
    text-transform: none;
}
.grey_bg span {
    font-size: 12px;
    color: #828282;
    font-family: 'Open Sans';
    margin-bottom: 0px;
    display: block;
}
.current_job {
    margin-top: 25px;
}
.current_job table tr th {
    background: #e3e3e3;
    font-size: 15px;
    color: #000;
    font-family: 'open_sansbold';
    padding: 10px 20px;
    font-weight: normal;
}
.current_job table tr td {
    background: #f4f4f4;
    font-size: 15px;
    color: #646464;
    font-family: 'Open Sans';
    padding: 10px 20px;
}
.current_job table tr td img {
    margin-right: 20px;
}
.sales {
    margin: 15px 0px;
    width: 100%;
}
.sales img {
    max-width: 100%;
}
.sales_customer {
    background: url(http://northeastchem.com/wp-content/themes/test/images/sales_customers.png)left top no-repeat;
    padding-left: 70px;
}
.marketing {
    background: url(http://northeastchem.com/wp-content/themes/test/images/marketing.png)left top no-repeat;
    padding-left: 70px;
}
.contract_manufacturing {
    background: url(http://northeastchem.com/wp-content/themes/test/images/contract.png)left top no-repeat;
    padding-left: 80px;
}
.sourcing {
    background: url(http://northeastchem.com/wp-content/themes/test/images/sourcing.png)left top no-repeat;
    padding-left: 80px;
}
.img_class img {
    max-width: 100%;
    margin-bottom: 25px;
}
.supplier_li li {
    float: left;
    width: 255px;
    height: 153px;
    display: block;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin: 0px 33px 30px 0px;
}
.supplier_li li.last {
    margin-right: 0px;
}
.supplier_li li img {
    max-width: 100%;
}
.inquiry_table {
    width: 100%;
}
.contact_table tr td {
    vertical-align: text-top;
    text-align: left;
}
.contact_table tr td span {
    font-size: 13px;
    color: #888888;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
}
.contact_table tr td a {
    color: #33814e;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact_table tr td a:hover {
    color: #000;
}
.map {
    border: 3px solid #33814e;
    width: 100%;
    height: 238px;
    margin-bottom: 20px;
}
input[type="text"], input[type="email"] {
    border: 1px solid #b7b7b7;
    color: #888;
    font-size: 13px;
    font-family: 'Open Sans';
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 10px;
}
input[type="submit"] {
    font-size: 15px;
    color: #fff;
    font-family: 'open_sansbold';
    padding: 10px 20px;
    display: block;
    margin-bottom: 10px;
    background: #152490;
    text-transform: uppercase;
}
textarea {
    border: 1px solid #b7b7b7;
    color: #888;
    font-size: 13px;
    font-family: 'Open Sans';
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    height: 115px;
}
.img_business {
    width: 100%;
    display: block;
}
.img_business img {
    max-width: 100%;
    margin-bottom: 0px;
}
.box_process {
    background: url(http://www.neico.com/wp-content/uploads/2019/12/down_arrow.png)814px bottom no-repeat;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}
.box_process_last {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}
.box_process .no_padding_box, .box_process_last .no_padding_box {
    padding: 0px!important;
}
.box_process .title, .box_process_last .title {
    font-family: 'open_sansbold';
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    border: 1px solid #ccc;
    border-left: 4px solid #33814f;
    padding: 12px;
    width: 100%;
}
.box_process .content, .box_process_last .content {
    font-family: 'Open Sans';
    color: #888;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 15px 15px 7px 15px;
    display: inline-block;
    width: 100%;
}
.height1 {
    height: 80px;
}
.height2 {
    height: 107px;
}
.height3 {
    height: 170px;
}
.height4 {
    height: 135px;
}
.height5 {
    height: 70px;
}
.border_box {
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 15px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.border_box .box_content .arrow_bg {
    background: url(http://northeastchem.com/wp-content/themes/test/images/tst_arrow.png) right bottom no-repeat;
    position: absolute;
    height: 37px;
    width: 25px;
    right: 50px;
}
.border_box .box_content {
    background: url(http://northeastchem.com/wp-content/themes/test/images/double_coats.png) left top no-repeat;
    padding-left: 30px;
    color: #888888;
    font-size: 13px;
    position: relative;
    line-height: 20px;
}
.border_box .box_end {
    background: url(http://northeastchem.com/wp-content/themes/test/images/double_coats_end.png) right bottom no-repeat;
    position: relative;
    height: 21px;
    width: 20px;
    display: inline-block;
    margin: -6px 0px 0px 5px;
}
.testimonals span {
    color: #33814e;
    font-size: 14px;
    float: right;
    margin-top: 23px;
    font-weight: bold;
    display: block;
}
.testimonals .divider {
    margin: 15px 0px;
}
.cd-timeline2 {
    margin-top: 0px!important;
}
.no_padding_li {
    padding-bottom: 0px!important;
}
.media {
    display: block;
    padding: 0px auto;
    width: 100%;
    margin-bottom: 15px;
}
.media img {
    max-width: 100%;
    border: 1px solid #ddd;
}
.margin_bottom_media {
    margin-bottom: 20px;
}

/* ..... Inner Page Contener Area End ..... */


/* ------- Pages Contener Area End ------- */


/* ------- Footer Area Strat ------- */

.footer {
    padding: 20px 0;
    border-top: 8px solid #0c1c80;
    margin-top: 0px;
}
.copyright {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
}
.logomegh {
    text-align: right;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
}
.logomegh a {
    color: #000;
}

/* ------- Footer Area End ------- */


/* ------- Extra CSS Start ------- */

.navbar-inverse {
    background: none;
    border: none;
    margin-bottom: 0;
}

/* --------------------- placeholder css Strat --------------------- */

.ie8 label.placeholder {
    padding-top: 0px!important;
}
.ie8 .formarea .textareabox label.placeholder {
    padding-top: 12px!important;
}
.ie9 label.placeholder {
    padding-top: 0px!important;
}
.ie9 .formarea .textareabox label.placeholder {
    padding-top: 12px!important;
}

/* --------------------- placeholder css End --------------------- */

.cd-timeline-content {
    position: relative!important;
}
.cd-timeline-content div.arrow_bg {
    background: url(../images/arrow.jpg) left top no-repeat;
    right: -15px;
    position: absolute;
    height: 45px;
    width: 15px;
}
.cd-timeline-content div.arrow_bg_right {
    background: url(../images/arrow_bg_right.jpg) left top no-repeat;
    left: -8px;
    position: absolute;
    height: 45px;
    width: 15px;
}
span.roll {
    background: url(http://northeastchem.com/wp-content/themes/test/images/mag.png) center center no-repeat #000;
    height: 151px;
    position: absolute;
    width: 253px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}
span.rollover {
    opacity: 1;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(http://northeastchem.com/wp-content/themes/test/images/mag.png) center center no-repeat #000;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    opacity: 0;
}
span.rollover:hover {
    opacity: .7;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

/* ------- Extra CSS End ------- */


/*
extralarge*/

@media (min-width: 1200px) {
    ul.nav-menu, div.nav-menu > ul {
        margin: 0;
        padding: 0px 0px 10px 50px;
        float: left;
    }
    .navigation ul li a {
        background: #fff;
        color: #000!important;
        margin-top: 0px;
        text-shadow: none!important;
        font-weight: bold;
        font-size: 15px;
        padding: 5px 16px;
        color: #000000;
        float: left;
    }
    .hmbanner {
        height: inherit;
        overflow: hidden;
    }
    .resp-tabs-list li .text1 {
        font-size: 13px;
        padding: 6px 5px 7px;
        min-width: 265px;
    }
    .arrow_class {
        padding-bottom: 29px;
    }
    .logo img {
        max-width: 82%;
    }
    .industriesweserve ul li a {
        padding: 15px 12px;
        color: #fff;
        display: inline-block;
        color: #fff !important;
        font-size: 12px;
    }
	
    span.roll {
        height: 153px;
        width: 254px;
    }
    .innerbanner span {
        bottom: 50px;
    }
    .innerbanner span.refinery {
        bottom: 15px;
    }
    .innerbanner span.flavor {
        bottom: 42px;
    }
    .supplier_li li {
        width: 210px;
    }
    .resp-tabs-list li .text1 {
        font-size: 13px;
        padding: 6px 5px 7px;
        min-width: 215px;
    }
    .cd-date {
        font-weight: bold!important;
        color: #000!important;
        font-size: 15px;
    }
    .width_30 li {
        width: 50%;
    }
    .owl-buttons {
        left: -275px;
    }
    .box_process {
        background: url(http://www.neico.com/wp-content/uploads/2019/12/down_arrow.png)814px bottom no-repeat;
    }
    .height1 {
        height: 98px;
    }
    .height2 {
        height: 128px;
    }
    .height3 {
        height: 170px;
    }
    .height4 {
        height: 150px;
    }
    .height5 {
        height: 85px;
    }
}


@media (max-width: 1200px) {
    ul.nav-menu, div.nav-menu > ul {
        margin: 0;
        padding: 0px 0px 10px 50px;
        float: left;
    }
    .navigation ul li a {
        background: #fff;
        color: #000!important;
        margin-top: 0px;
        text-shadow: none!important;
        font-weight: bold;
        font-size: 10px!important;
        padding: 5px 16px;
        color: #000000;
        float: left;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .hmbanner {
        height: inherit;
        overflow: hidden;
    }
    .resp-tabs-list li .text1 {
        font-size: 13px;
        padding: 6px 5px 7px;
        min-width: 265px;
    }
    .arrow_class {
        padding-bottom: 29px;
    }
    .logo img {
        max-width: 82%;
    }
    .industriesweserve ul li a {
        padding: 15px 12px;
        color: #fff;
        display: inline-block;
        color: #fff !important;
        font-size: 10px;
    }
    span.roll {
        height: 153px;
        width: 254px;
    }
    .innerbanner span {
        bottom: 50px;
    }
    .innerbanner span.refinery {
        bottom: 15px;
    }
    .innerbanner span.flavor {
        bottom: 42px;
    }
    .supplier_li li {
        width: 210px;
    }
    .resp-tabs-list li .text1 {
        font-size: 13px;
        padding: 6px 5px 7px;
        min-width: 215px;
    }
    .cd-date {
        font-weight: bold!important;
        color: #000!important;
        font-size: 15px;
    }
    .cd-timeline-content div.arrow_bg {
        right: 0px;
        left: -8px;
        background: url(../images/arrow_bg_right.jpg) left top no-repeat;
    }
    .cd-timeline-img {
        left: 3px!important;
    }
    .width_30 li {
        width: 50%;
    }
    .owl-buttons {
        left: -275px;
    }
    .box_process {
        background: url(http://northeastchem.com/wp-content/themes/test/images/down_arrow.png)455px bottom no-repeat;
    }
    .height1 {
        height: 98px;
    }
    .height2 {
        height: 128px;
    }
    .height3 {
        height: 170px;
    }
    .height4 {
        height: 150px;
    }
    .height5 {
        height: 85px;
    }
}


@media (max-width: 1025px) {
    ul.nav-menu, div.nav-menu > ul {
        margin: 0;
        padding: 0px 0px 10px 50px;
        float: left;
    }
    .navigation ul li a {
        background: #fff;
        color: #000!important;
        margin-top: 0px;
        text-shadow: none!important;
        font-weight: bold;
        font-size: 10px!important;
        padding: 5px 16px;
        color: #000000;
        float: left;
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    }
    .hmbanner {
        height: inherit;
        overflow: hidden;
    }
    .resp-tabs-list li .text1 {
        font-size: 13px;
        padding: 6px 5px 7px;
        min-width: 265px;
    }
    .arrow_class {
        padding-bottom: 29px;
    }
    .logo img {
        max-width: 82%;
    }
    .industriesweserve ul li a {
        padding: 15px 12px;
        color: #fff;
        display: inline-block;
        color: #fff !important;
        font-size: 10px;
    }
    span.roll {
        height: 153px;
        width: 254px;
    }
    .innerbanner span {
        bottom: 50px;
    }
    .innerbanner span.refinery {
        bottom: 15px;
    }
    .innerbanner span.flavor {
        bottom: 42px;
    }
    .supplier_li li {
        width: 210px;
    }
    .resp-tabs-list li .text1 {
        font-size: 13px;
        padding: 6px 5px 7px;
        min-width: 215px;
    }
    .cd-date {
        font-weight: bold!important;
        color: #000!important;
        font-size: 15px;
    }
    .cd-timeline-content div.arrow_bg {
        right: 0px;
        left: -8px;
        background: url(../images/arrow_bg_right.jpg) left top no-repeat;
    }
    .cd-timeline-img {
        left: 3px!important;
    }
    .width_30 li {
        width: 50%;
    }
    .owl-buttons {
        left: -275px;
    }
    .box_process {
        background: url(http://northeastchem.com/wp-content/themes/test/images/down_arrow.png)455px bottom no-repeat;
    }
    .height1 {
        height: 98px;
    }
    .height2 {
        height: 128px;
    }
    .height3 {
        height: 170px;
    }
    .height4 {
        height: 150px;
    }
    .height5 {
        height: 85px;
    }
}


.info2, .success2, .warning2, .failure, .validation2 {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info2 {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(assets/images/info.png);
}
.success2 {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(../../assets/images/success.png);
}
.warning2 {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(assets/images/warning.png);
}
.failure {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(images/error.png);
}

/* ------- footer end ------- */
input[type="text"].error, input[type="file"].error, textarea.error {
    border: 1px solid #F00;
}
label.error {
    color: #F00;
}

.error {
    color: #F00;
    font-size: 11px;
}
.grey_bg a {
    text-align: right;
    color: #33814e;
    font-weight: bold;
    padding-top: 10px;
}
.pad_zero {
    padding: 0px;
}
.child-menu ul li {
    display: none;
}
.current-menu-item ul li {
    display: block;
}
.entry-content {
    padding-bottom: 30px;
}
.comments-link a {
    float: right;
    padding: 6px 12px;
    border: 1px solid #E8E8E8;
    color: #1FA67A;
    background-color: transparent;
    margin-top: 10px;
}
.comments-link a:hover {
    color: #FFF !important;
    background-color: #1FA67A;
}
.menu-headermenu-container {
    margin-top: 30px;
}
.container a {
    color: #4f5dbe !important;
}
@media only screen and (max-width: 1024px) {
    .menu-headermenu-container {
        margin-top: 30px!important;
    }
}

/*MEDIA CSS BEN*/

/*MEDIA CSS BEN*/

/*MEDIA CSS BEN*/

/*MEDIA CSS BEN*/

/*MEDIA CSS BEN*/

/*MEDIA CSS BEN*/

/*MEDIA CSS BEN*/

/*XLARGE*/
@media (min-width: 1200px) {
    /*body {
    background-color:blue !important;*/
    /*}*/
    .hfeed {
        position: relative!important;
        z-index: 1000!important;
    }
}

/*LARGE*/
@media (min-width: 992px) and (max-width: 1199px) {
    /*body {
    background-color:green !important;*/
    /*}*/
    .row-offcanvas-right .sidebar-offcanvas {
        right: 0%!important;
    }
    .industriesweserve ul li a {
        font-size: 10px!important;
    }
    .hfeed {
        position: relative!important;
        z-index: 1000!important;
    }
}

/*MEDIUM*/
@media (min-width:732px) and (max-width: 992px) {
    /*body {
    background-color:yellow !important;*/
    .active.row-offcanvas-right .sidebar-offcanvas {
        right: -0.5%!important;
        right: -79.5%!important;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -116.5%!important;
        transition: right 0.3s;
        position: absolute;
        z-index: 1000;
        top: 33px;
    }
    .col-md-12 {
        width: 103%;
        margin-left: 0px;
        font-size: 8px;
    }
    .innerbanner span.flavor span {
        display: none;
    }
    .innerbanner span.flavor {
        bottom: 18px;
    }
    .navbar-header {
        float: none;
    }
    .hmbanner {
        height: inherit;
        overflow: hidden;
    }
    .navigation {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        float: left;
    }
    .navigation ul li {
        float: left;
        /*display: inline-block;*/
        font-size: 12px;
    }
    .navigation ul li a {
        padding: 8px 8px 8px 7px;
    }
    .width_30 li {
        width: 50%;
    }
    .industriesweserve {
        background: none!important;
    }
    .industriesweserve ul {
        position: relative;
        z-index: 99999;
    }
    .industriesweserve ul li:hover a, .industriesweserve ul li.selected a {
        color: #fff;
    }
    .industriesweserve ul li {
        width: 100%;
    }
    .industriesweserve ul li a {
        display: block;
    }
    .innerbanner span {
        bottom: 40px;
        font-size: 4vw;
    }
    .owl-buttons {
        margin-top: 5px;
        left: -220px;
    }
    .supplier_li li.last {
        margin-right: 33px;
    }
    .width_li_25 li {
        width: 130px;
    }
    .width_30 li {
        width: 50%;
    }
    .no_padding_industries {
        padding-left: 0px!important;
    }
    .industriesweserve ul li a {
        padding: 10px 8px;
    }
    .industriesweserve ul li:last-child a {
        padding: 10px 7px;
    }
    .box_process {
        background: url(http://northeastchem.com/wp-content/themes/test/images/down_arrow.png)350px bottom no-repeat;
    }
    .height1 {
        height: 125px;
    }
    .height2 {
        height: 142px;
    }
    .height3 {
        height: 228px;
    }
    .height4 {
        height: 190px;
    }
    .height5 {
        height: 105px;
    }
    span.roll {
        height: 125px;
        width: 209px;
    }
    .navigation ul li a {
        background: #fff;
        color: #000!important;
        padding: 13px 10px;
        text-shadow: none!important;
        font-weight: bold;
    }
    .hmbanner {
        height: inherit;
        overflow: hidden;
    }
    .copyright {
        text-align: center;
    }
    .logomegh {
        text-align: center;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .innerbanner span {
        bottom: 30px;
    }
    .innerbanner span.refinery, .innerbanner span.flavor {
        bottom: 5px;
    }
    .btnindustries {
        margin-right: 0px!important;

    }
    /*}*/
}

/*SMALL*/
@media (max-width: 731px) {
    /*body {
    background-color:red !important;


  }*/

  .btnindustries {
      margin-right: 0px!important;
      position: fixed;
      top: 26px;
      right: 0px;
  }
    @media (max-width: 640px) {
        .navbar-toggle {
            background-color: #33814e;
            border-radius: 0;
        }
        .navigation {
            padding: 0;
            margin-top: 35px;
            display: block;
        }
        .navigation ul li {
            width: 100%;
        }
        .logo {
            text-align: left;
        }
        .navbar-inverse .navbar-toggle {
            border-color: #33814e;
        }
        .navbar-collapse {
            background: #33814e;
            padding: 0px;
        }
        .navigation ul li a {
            background: #33814e;
            color: #fff!important;
        }
        .navigation ul li:hover a, .navigation ul li.selected a {
            background: #5fab7a!important;
        }
        .top {
            text-align: center;
        }
        .btnindustries {
            margin-right: 0px;
            padding: 4px 13px 4px 3px!important;
            position: fixed;
            top: 0;
            right: 0;
        }
        .row-offcanvas-right .sidebar-offcanvas {
            right: -50%;
            margin-top: 60px!important;
        }
        .hmbanner {
            height: inherit;
            overflow: hidden;
        }
        .padbtm0 {
            padding-bottom: 30px;
        }
        .hmcnt {
            padding: 30px 0px 30px 0px;
        }
        .associate {
            padding-left: 0px;
            margin-top: 40px;
        }
        .readmore {
            margin: -35px 0px 10px 0px;
        }
        .brdrgt {
            background: none;
        }
        .innerbanner {
            margin-bottom: 30px;
        }
        .navbar-toggle {
            margin-top: -80px!important;
        }
        .navigation ul {
            float: left;
            width: 100%;
        }
        .innerbanner span {
            bottom: 26px;
            line-height: 30px;
            font-size: 4vw !important;
        }
        .cd-timeline-img {
            left: 3px!important;
        }
        .supplier_li {
            text-align: center!important;
            display: block;
        }
        .supplier_li li {
            margin: 0px auto 30px 33px;
            width: auto;
        }
        .supplier_li li.last {
            margin-right: 0px;
        }
        .width_30 li {
            width: 100%;
        }
        .left_menu {
            margin-bottom: 20px;
        }
        .width_li_25 li {
            width: 50%!important;
        }
        .width25per li {
            width: 50%;
        }
        .innerbanner span.refinery, .innerbanner span.flavor {
            bottom: 27px;
        }
        .innerbanner span.refinery {
            width: 330px!important;
        }
        .owl-buttons {
            margin-top: -97px;
            left: 0px;
        }
        .owl-item {
            text-align: center!important;
            display: block!important;
        }
        .companies {
            height: 210px;
        }
        .list_li {
            display: block;
            float: left;
            margin-bottom: 15px;
        }
        .box_process .content, .box_process_last .content {
            margin-top: 10px;
        }
        .box_process .no_padding_box, .box_process_last .no_padding_box {
            padding: 0px 15px!important;
        }
        .box_process {
            background: url(http://northeastchem.com/wp-content/themes/test/images/down_arrow.png)center bottom no-repeat;
        }
        .box_process .title, .box_process_last .title {
            border: 1px solid #ccc;
            border-top: 4px solid #33814f;
        }
        .grey_bg span {
            margin-bottom: 20px;
        }
        .height1, .height2, .height3, .height4, .height5 {
            height: auto;
        }
        span.roll {
            height: 152px;
            width: 253px;
        }
        .navbar-header {
            width: 100%!important;
        }
    }
    @media (max-width: 480px) {
        .navbar-toggle {
            margin-top: -70px!important;
        }
        .hmbanner {
            height: inherit;
            overflow: hidden;
        }
        .navigation {
            padding: 0;
            margin-top: 30px;
        }
        .innerbanner span {
            bottom: 17px;
        }
        .width_li_25 li {
            width: 100%!important;
        }
        .innerbanner span.refinery, .innerbanner span.flavor {
            bottom: 15px;
        }
        .btnindustries {
            position: fixed;
            top: 0px;
            right: -10px;
        }
    }
    @media (max-width: 360px) {
        .hmbanner {
            height: inherit;
            overflow: hidden;
        }
        .navigation {
            padding: 0;
            margin-top: 10px;
        }
        .logo img {
            width: 100%;
        }
        .innerbanner span {
            bottom: 6px;
            font-size: 20px;
        }
        .navbar-toggle {
            margin-top: -42px!important;
        }
        .pdf_flavor {
            margin-top: -170px;
        }
        .innerbanner span.refinery, .innerbanner span.flavor {
            bottom: 6px;
        }
    }
    @media (max-width: 320px) {
        .hmbanner {
            height: inherit;
            overflow: hidden;
        }
        .supplier_li li {
            margin: 0px auto 30px 15px;
            width: auto;
        }
        .companies {
            height: 240px;
        }
    }
}

/*
Hackkyhacks*/

/*@media (max-width: 1276px) and (min-width: 1200px) {
    .cycloneslider-template-standard .cycloneslider-slide img {
        display: block;
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        border: 0;
        max-height: 345px;
    }
.hfeed {
    margin-top: -95px!important;
  }
}

@media (max-width: 1084px) and (min-width: 993px) {
    .cycloneslider-template-standard .cycloneslider-slide img {
        display: block;
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        border: 0;
        max-height: 345px;
    }
.hfeed {
    margin-top: -105px!important;
  }
}

@media (width: 992px) {

}

@media (max-width: 991px) and (min-width: 981px){
  .hfeed {
      margin-top: -105px!important;
    }
}

@media (max-width: 758px) and (min-width: 732px){
  .hfeed {
      margin-top: -20px!important;
    }
}


@media (max-width: 731px) and (min-width: 641px){
  .hfeed {
      margin-top: -155px!important;
    }
}

@media (max-width: 640px) and (min-width: 0px){
  .hfeed {
      margin-top: -155px!important;
    }
}*/
.cycloneslider-template-standard {
    margin-bottom: 0 !important;
}
@media (max-width: 735px) {
    .header {
        line-height: 50px !important;
    }
    .header .col-sm-9 {
        margin-top: 6px !important;
    }
}
/*
making the blue nav slider menu all 160px wide so they're in line perfectly.*/
@media only screen and (max-width: 992px){
.industriesweserve ul li a {
    padding: 15px 10px;
    width: 160px;
  }
}



/* about page css start*/
.col-md-3.col-sm-3.col-xs-12 {
    background: #ffffff;
}
.left_menu ul li a {
    background: #e5e5e5;
    border: 1px solid #ffffff;
    color: #000 !important;
    font-weight: 600;
}
ft_menu {
    margin-bottom: 0;
}

.left_menu ul li:hover a, .left_menu ul li.current-menu-item a {
    color: #fff !important;
    border: 1px solid #ffffff;
    background: #2a4596;
}
.left_menu {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.left_menu ul#primary-menu {
    padding-left: 0;
}

h1 {
    line-height: 3rem;
    color: #f49938;
    font-family: Sorts Mill Goudy;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
div#footer-sidebar3 h2 {
    color: #fff !important;
    font-size: 15px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.inner_content h2 {
    line-height: 3rem;
    color: #f49938;
    font-family: Sorts Mill Goudy;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
p.no_padding, p.padding10, .cd-timeline-content p {
    font-weight: 600;
    color: black;
}
ul.list_li {
    padding: 0;
}
li {
    font-size: 16.5px !important;
    letter-spacing: 0.03rem;
    font-family: Cormorant Garamond;
    color: #000 !important;
    line-height: 2rem;
}
span.cd-date {
    color: #f49938 !important;
}
p {
    color: #000 !important;
}
div#footer-sidebar1 .menu-item, div#footer-sidebar2 .menu-item {
    font-family: Cormorant Garamond;
    line-height: 2.4rem;
}
div#footer-sidebar3 a {
    background: white;
    padding: 1rem;
    color: #000 !important;
    font-weight: 600;
    font-family: Cormorant Garamond;
    font-size: 1.5rem;
}





.col-md-3.col-sm-3.col-xs-12, .col-md-9.col-sm-9.col-xs-12 {
    display: flex;
    justify-content: center;
}
.col-md-9 {
    width: 100%;
}

ul#primary-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.col-md-3 {
    width: 100%;
}
.left_menu ul li {
    margin-bottom: 5px;
    width: auto;
}
/* about page css end */


.contact-us-form-address, .contact-us-form-phone-number {
    display: flex;
    justify-content: left;
}
p.phone-number {
    width: 80%;
}
p.country-code {
    width: 20%;
    margin-right: 1rem;
}
p.street, p.city, p.state, p.zip, p.country {
    width: 20%;
}
p.street, p.city, p.state, p.zip{
    margin-right: 1rem;
}




@media (max-width: 990px){
  .logo {
    width: 100%;
    padding-top: 1rem;
   }
   .header .col-sm-9 {
     width: 100% !important;
   }
   .hmbanner {
      height: auto !important;
   }
   .col-sm-9 {
    margin-top: 6px !important;
    }
}
.navbar-inverse .navbar-toggle {
    border-color: #0b1c8d;
    background: #0b1c8d;
}

@media only screen and (max-width: 414px){
.col-md-12 {
    display: none !important;
}
.header .col-sm-3 {
    width: 50% !important;
    margin-top: 0px !important;
}
.homepage-introduction-block1, .homepage-introduction-block2 {
    width: 50rem;
    padding: 0rem 3rem 4rem 3rem !important;
}
.homepage-parallax1, .homepage-parallax2, .homepage-parallax3 {
    background-attachment: unset !important;
}
.homepage-blocks-container {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
}
.homepage-worldmap-title h1 {
    line-height: 3rem !important;
    font-size: 27px !important;
}
.homepage-worldmap-title {
    margin-top: 5rem !important;
    margin-bottom: 2rem;
    padding: 0rem 2rem 0rem 2rem !important;
}
#footer-sidebar {
    height: auto !important;
}
}

.homepage-slider-heading-banner-container2 {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    background: url(http://www.neico.com/wp-content/uploads/2021/03/homepage-banner-7.png) no-repeat scroll top;
	border-top: 4px solid #2a4596;
	height: 47rem;
}
.industriesweserve {
    background: #5fb03c !important;
}
.homepage-slider-heading-banner-container1 {
    text-align: center;
    color: #ffffff;
    background: #2a4596;
    font-size: 14px;
    padding: 1rem 0rem 0.4rem 0rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 2rem;
}
.industriesweserve ul li a {
        padding: 9px 12px;
    }
.homepage-slider-heading-banner-container-inner p {
    text-align: center;
	font-weight:500;
	font-size: 18.5px;
}
@media (min-width: 1200px){
.container {
    width: 1430px;
}
}
.social-media-icon a {
    margin: 1rem 1rem 0rem 0rem;
}
.social-media-icon a img {
    height: 2.5rem;
    width: 2.5rem;
}
.social-media-icon {
    display: flex;
    justify-content: left;
	margin-top: 0.6rem;
}
.social-media-icon a {
    padding: 0.5rem !important;
}
span.contact-us-required {
    color: red;
}
.to-be-updated {
    text-align: center;
}











.content-wrapper .heading {
    background-color: #56B146;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    background-image: linear-gradient(to right, #2a4495, #fff);
	font-size: 2.5rem;
	margin: 0.67em 0;
}
.sub-title h4 {
    color: #2a4495;
    font-weight: bold;
    font-size: 20px;
}
.content-wrapper ul li {
    list-style: disc;
	text-align: justify;
}
.content-wrapper h5 {
    text-align: justify;
    font-size: 17.5px;
    letter-spacing: 0.01rem;
    line-height: 2.2rem;
    font-family: Cormorant Garamond;
    color: black;
}
.content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
}
.suppliers__list table tr {
    padding: 19px 0px 15px 0px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}
.suppliers__list tr td {
    text-align: center!important;
    padding: 10px;
}
.suppliers__list tr td img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.suppliers__list tr td:nth-child(3) a {
    background: #2a4596;
    color: #fff !important;
}
.suppliers__list th {
    text-align: center;
}

.suppliers__list table {
    width: 100%;
}




