/* Skip to content link for accessibility
-------------------------------------------------------------- */
.skip-to-content-link {
	position: fixed;
	left: -9999px;
	top: 0;
	z-index: 99999;
	padding: 1em 2em;
	background-color: #000;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #fff;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.skip-to-content-link:focus {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	clip: auto;
	overflow: visible;
	outline: 3px solid #fff;
	outline-offset: 2px;
}

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
:root {
    font-size: 20px;
}
body {
    color: #353233;
    font-family: 'Source Sans Pro', sans-serif;
}
.wrapper {
    margin: 0 auto;
    overflow: hidden;
}
.container {
	max-width: 1200px;
	margin:0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

@font-face {
    font-family: 'bourbon_grotesqueregular';
    src: url('../webfonts/bourbongrotesque-regular1-webfont.woff2') format('woff2'),
         url('../webfonts/bourbongrotesque-regular1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bourbon Grotesque';
    src: url('../webfonts/BourbonGrotesque-Regular.woff2') format('woff2'),
        url('../webfonts/BourbonGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* --------- HEADER HERE ---------*/
.header {
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 32px rgba(0,0,0,0.53);
    z-index: 9999;
}
.logo {
    width: 268px;   
}
.logo img {
    display: block;
    max-width: 100%;
}
.top_header {
    background: #353233;   
}
.top_header .d-flex {
	height: 46px;
}
.left_h {
    display: flex;
    align-items: center;
}
.tel_link {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
    padding: 12px 0;
    min-height: 44px;
    min-width: 44px;
    box-sizing: border-box;
    vertical-align: middle;
}
.left_h .tel_link {
    margin-right: 10px;
}
.left_h .tel_link:hover {
    color: #ffffff;
    text-decoration: underline;
}
.search_box {
    position: relative;
    width: 5px;
    margin-right: 6px;
    margin-left: 10px;
}
.search_box .h_search {
    display: block;
    height: 30px;
    background: url(../images/search.svg) no-repeat left center;
    background-size: 16px auto;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: 0!important;
    padding: 0 35px;
    padding-right: 15px;
    width: 80px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 30px;
    transition: .2s ease-out;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.search_box .h_search:focus {
    background: #838383 url(../images/search.svg) no-repeat 10px center;
    background-size: 16px auto;
    width: 220px;
    box-shadow: inset 1px 1px 2px rgb(0 0 0 / 20%);
}
.right_h {
    display: flex;
    align-items: center;
}
.social_links {
    
}
.social_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.social_links ul li {
    margin-left: 5px;
}
.social_links ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 0 5px;
    line-height: 40px;
}
.social_links ul li a:hover {
    color: #ec1d2e;
}
.h_links {
    padding-left: 12px;  
}
.h_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.h_links ul li {
    margin-left: 16px;
}
.h_links ul li:first-child {
    margin-left: 10px;
}
.h_links ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.h_links ul li a:hover {
    color: #ec1d2e;
    text-decoration: none;
}
/*.h_links ul:before {
    display: block;
    content: "/";
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 40px;
}*/
.btm_header {
    background: #ffffff;
}
.btm_header .d-flex {
	height: 84px;
	transition: 0.15s ease;
}
.is-sticky .btm_header {
    box-shadow: 0 5px 32px rgba(0,0,0,0.53);
    height: 70px;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wrapper {
    padding-top: 124px;
}
/*.menustick .header {
    position: fixed;
    top: -40px;
}*/

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav {
    
}
.mainnav nav {
    
}
.mainnav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainnav nav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mainnav nav > ul > li {
    position: relative;
    margin-left: 14px;
}
.mainnav nav > ul > li:first-child {
    margin-left: 0;
}
.mainnav nav > ul > li:last-child > a,
.mainnav nav > ul > li:last-child > .menu-item-wrapper > a {
    padding-right: 0;
}
.mainnav nav > ul > li > a,
.mainnav nav > ul > li > .menu-item-wrapper > a {
    height: 84px;
    display: block;
    color: #353133;
    font-size: 22px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 82px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 8px;
    letter-spacing: -1px;
}
.mainnav nav > ul > li > a:hover,
.mainnav nav > ul > li > .menu-item-wrapper > a:hover {
    color: #ec1d2e;
}
.mainnav nav > ul > li.menudown > a,
.mainnav nav > ul > li.menudown > .menu-item-wrapper > a {
    color: #ec1d2e;
}
.mainnav nav > ul > li ul {
    display: none;
    position: absolute;
    width: 330px;
    background: #ffffff;
    padding: 6px 0 10px;
}
.mainnav nav > ul > li ul li {
    position: relative;
}
.mainnav nav > ul > li ul li a {
    display: block;
    color: #353233;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    text-decoration: none;
    padding: 0 25px;
    padding-right: 20px;
}
.mainnav nav > ul > li ul li a:hover {
    color: #ec1d2e;
    padding-left: 40px;
}
.mainnav nav > ul > li ul li.menudown > a {
    color: #ec1d2e;
    padding-left: 40px;
}
.mainnav nav > ul > li ul li a:before {
    display: inline-block;
    content: "»";
    margin-right: 4px;
}
.mainnav nav > ul > li ul li ul {
    left: 100%;
    top: -6px;
}
a {
    color: #ec1d2e;
    transition: 0.15s ease-in;
}
a:hover {
    color: #ec1d2e;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
main {
    display: block;
}
.main_content {
    padding-bottom: 156px;
}
.backbg {
	display: none !important;
}
.backbgbox {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.inner_header {
    position: relative;
    background: rgba(236,29,46,1);
}
.inner_header > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    opacity: 0.7;
}
.inner_header .caption {
    position: relative;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 40;
}
.inner_header .caption h1 {
    color: #ffffff;
    font-size: 72px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 68px;
}
.breadcrumb li {
    color: #353233;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.33;
}
.breadcrumb-item.active {
    color: #ec1d2e;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #353233;
    content: "»";
}
.breadcrumb li a {
    color: #353233;
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: #353233;
    text-decoration: underline;
}
.case_studies_list {
    text-align: left;
    padding-top: 22px;
}
.case_studies_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case_studies_list ul li {
    display: flex;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #353233;
}
.case_studies_list ul li figure {
    position: relative;
    margin: 0;
    flex: 0 0 51.45%;
    max-width: 51.45%;
    margin-right: 70px;
    min-height: 372px;
}
.case_studies_list ul li figure a {
    display: block;
    min-height: 372px;
    height: 100%;
}
.case_studies_list ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_studies_list ul li .content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.case_studies_list ul li .content h4,
.case_studies_list ul li .content h4.h6,
.case_studies_list ul li .content h3.h4 {
    color: #353233;
    font-size: 36px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    padding-bottom: 14px;
}
.case_studies_list ul li .content h4 a,
.case_studies_list ul li .content h3.h4 a {
    color: #353233;
    text-decoration: none;
}
.case_studies_list ul li .content h4 a:hover,
.case_studies_list ul li .content h3.h4 a:hover {
    color: #ec1d2e;
    text-decoration: none;
}
.case_studies_list ul li .content .btn {
    margin-top: auto;
    margin-right: auto;
}
.pagination {
    padding-bottom: 50px;
}
.pagination .nav-links {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pagination .nav-links .page-numbers {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #353233;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin: 0 4px;
    text-decoration: none;
}
.pagination .nav-links .page-numbers:hover {
    background-color: #ec1d2e;
}
.pagination .nav-links .prev {
    background-image: url('../images/leftarrow.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.pagination .nav-links .next {
    background-image: url('../images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.pagination .nav-links .page-numbers.current {
	background-color: #ec1d2e;
    box-shadow: 0 5px 20px rgba(236,29,46,0.2) !important;
}
.latest_news_list {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 14px;
}
.latest_news_list .col {
    margin-bottom: 38px;
}
.latest_news_block {
    -webkit-filter: drop-shadow(0 5px 20px rgba(0,0,0,0.20));
    filter: drop-shadow(0 5px 20px rgba(0,0,0,0.20));
    height: 100%;
}
.latest_news {
    position: relative;
    background: #ffffff;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 35px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 35px) 100%, 0 100%);
    padding-bottom: 62px;
}
.latest_news figure {
    position: relative;
    background: #ec1d2e;
    height: 230px;
    margin: 0;
}
.latest_news figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.15s ease-in-out;
}
.latest_news .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 72px;
}
.latest_news .content {
    padding: 18px 22px;
    padding-bottom: 0;
}
.latest_news h4 {
    color: #353233;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 10px;
}
.latest_news p {
    color: #353233;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 0;
}
.latest_news > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.latest_news:hover figure img {
    opacity: 0.7;
    mix-blend-mode: multiply;
}
.latest_news:hover .btn {
    background-color: #ec1d2e !important;
}
.download_list {
    
}
.download_list .col {
    margin-bottom: 50px;
}
.download_block {
    height: 100%;
    -webkit-filter: drop-shadow(0 5px 20px rgba(0,0,0,0.20));
    filter: drop-shadow(0 5px 20px rgba(0,0,0,0.20));
}
.download_box {
    position: relative;
    height: 100%;
    background: #e80032 url('../images/downloadgrunge.png') repeat-x left top;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 35px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 35px) 100%, 0 100%);
    padding: 12px;
    padding-bottom: 75px;
    text-align: center;
}
.download_box h4,
.download_box h3.h4 {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 10px;
}
.download_box figure {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 288px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.20);
}
.download_box figure img {
    display: block;
    max-width: 100%;
    height: 100%;
}
.download_box .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 72px; 
}
.download_box > a:not(.btn) {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.download_box:not(.full_width):hover .btn {
    background-color: #ffffff !important;
    color: #353233 !important;
}
.download_list_wrapper {
    padding-top: 14px;
}
.download_list_wrapper > h4,
.download_list_wrapper > h3.h4 {
    padding-bottom: 32px;
}
.news_details_wrapper {
    padding-bottom: 50px;
}
.news_details_wrapper article {
    border-bottom: 1px solid #353233;
    margin-bottom: 50px;
}
.page_nav {
    display: flex;
    justify-content: space-between;
}
.btn-prev span {
    padding-left: 20px;
    background: url('../images/leftarrow.png') no-repeat left center;
}
.btn-next span {
    padding-left: 0;
    padding-right: 20px;
    background: url('../images/rightarrow.png') no-repeat right center;
}
.olay {
    display: none;
}
.mobile_menubtn {
    display: none;
}
.mobview {
    display: none !important;
} 
.homeslider {
    position: relative;
    background: #e80032;
    z-index: 40;
}
.homeslider .slick-slide {
    background: #e80032;
    height: 648px; 
}
.homeslider .slick-slide > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.homeslider .caption {
    position: relative;
    z-index: 40;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 120px;
}
.homeslider .caption h1 {
    color: #ffffff;
    padding-bottom: 12px;
}
.homeslider .caption p {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 34px;
}
.markets_served {
    position: relative;
    padding-top: 112px;
    padding-bottom: 94px;
    z-index: 80;
}
.markets_list {
    padding-top: 10px;
}
.markets_list .col {
    margin-bottom: 32px;
}
.market_box {
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    /*padding: 28px 35px;*/
    padding: 28px 20px;
    height: 100%;
    transition: 0.15s ease-in;
}
.market_box figure {
    margin: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.market_box figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.market_box h5,
.market_box h3.h5 {
    padding-bottom: 12px;
}
.market_box p {
    font-size: 18px;
    margin-bottom: 2px;
    min-height: 46px;
    transition: 0.15s ease-in;
}
.market_box .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 25px;
    white-space: nowrap;
    opacity: 0;
    box-shadow: 0 5px 20px rgba(236,29,46,0.2) !important;
    transition: 0.15s ease-in;
}
.market_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}
.market_box:hover {
    box-shadow: 0 5px 20px rgba(236,29,46,0.2);
}
.market_box:hover p {
    opacity: 0;
}
.market_box:hover .btn {
    opacity: 1;
}
.market_box:hover .btn-indicator.btn-dark {
    background-color: #353233 !important;
    padding-right: 25px;
}
.market_box:hover .btn-indicator i:not(:first-child) {
    transform: translate(0,0) rotate(-45deg);
}
.market_box:hover .btn-indicator i {
    animation: indicator 1s linear infinite;
}
.case_study_wrapper {
    padding: 125px 0;
}
.case_study_slider .case_studies_list {
    padding-top: 0;
}
.case_study_slider .case_studies_list ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 840px;
    margin: 0 auto;
    margin-top: 30px;
}
.slick-dots li {
    flex: 1;
    padding: 0 5px;
}
.slick-dots li button {
    display: block;
    width: 100%;
    height: 6px;
    background: #eeeeee;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background: #ec1d2e;
}
.latest_news_wrapper {
    position: relative;
    padding-top: 115px;
    padding-bottom: 164px;
    z-index: 80;
}
.latest_news_wrapper .container {
    position: relative;
    z-index: 40;
}
.latest_news_wrapper h3 {
    padding-bottom: 28px;
}
.latest_news_wrapper:before {
    display: block;
    content: "";
    width: 858px;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -350px;
    -moz-transform: skewX(-44deg);
    -webkit-transform: skewX(-44deg);
    -o-transform: skewX(-44deg);
    -ms-transform: skewX(-44deg);
    transform: skewX(-44deg);
}
.homeslider {
    height: 648px;
    opacity: 0;
    transition: 0.15s ease-in;
}
.homeslider.slick-initialized {
    opacity: 1;
}
.homeslider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1170px;
    height: 120px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    z-index: 40;
    max-width: none;
    justify-content: flex-end;
}
.homeslider .slick-dots li {
    position: relative;
    flex: 0 0 224px;
    max-width: 224px;
    height: 120px;
    padding: 0;
}
.homeslider .slick-dots li:first-child:before {
    display: block;
    content: "";
    background: rgba(0,0,0,0.7);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 54px) 0%, 100% 50%, calc(100% - 54px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - 54px) 0%, 100% 50%, calc(100% - 54px) 100%, 0% 100%);
    position: absolute;
    right: 100%;
    top: 0;
    width: 4000px;
    height: 100%;
    margin-right: -54.2px;
}
.homeslider .slick-dots li button {
    position: relative;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 48px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    letter-spacing: -1px;
    text-indent: 0;
    height: 100%;
    padding-left: 27px;
    -webkit-clip-path: polygon(calc(100% - 54px) 0%, 100% 50%, calc(100% - 54px) 100%, 0% 100%, 54px 50%, 0% 0%);
    clip-path: polygon(calc(100% - 54px) 0%, 100% 50%, calc(100% - 54px) 100%, 0% 100%, 54px 50%, 0% 0%);
}
.homeslider .slick-dots li button:before {
    display: inline-block;
    content: "0";
}
.homeslider .slick-dots li:not(:last-child) {
    margin-right: -56px;
}
.homeslider .slick-dots li.slick-active button {
	background: rgba(236,29,46,0.1);
}
.homeslider .slick-dots li button:after {
    display: block;
    content: "";
    width: 62px;
    height: 100%;
    background: #ffffff;
    -webkit-clip-path: polygon(8px 0%, 100% 50%, 8px 100%, 0% 100%, calc(100% - 8px) 50%, 0% 0%);
    clip-path: polygon(8px 0%, 100% 50%, 8px 100%, 0% 100%, calc(100% - 8px) 50%, 0% 0%);
    position: absolute;
    left: 0;
    top: 0;
}
.homeslider .slick-dots li:first-child button:after {
    opacity: 0;
}
.homeslider .slick-dots li:first-child.slick-active button:after {
    opacity: 1;
}
.homeslider .slick-dots:after {
    display: block;
    content: "";
    width: 2000px;
    height: 64px;
    background: #ffffff;
    -webkit-clip-path: polygon(54px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(54px 0%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    left: 100%;
    bottom: -4px;
    margin-left: -56px;
}
.slick-prev {
    display: block;
    width: 30px;
    height: 40px;
    background: url('../images/leftarrow2.png') no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    z-index: 80;
}
.slick-next {
    display: block;
    width: 30px;
    height: 40px;
    background: url('../images/rightarrow2.png') no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    z-index: 80;
}
.homeslider .slick-prev {
    position: absolute;
    left: calc(100vw / 2 - 1200px / 2);
    bottom: 40px;
}
.homeslider .slick-next {
    position: absolute;
    left: calc(100vw / 2 - 1200px / 2);
    bottom: 40px;
    margin-left: 35px;
}
.homeslider .slick-dots:before {
    display: block;
    content: "";
    position: absolute;
    right: 60px;
    top: 100%;
    width: 4000px;
    height: 20px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 40%);
    z-index: -1;
    margin-top: -20px;
}
.homeslider .backvid {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    mix-blend-mode: luminosity;
}
.homeslider.slick-initialized .backvid {
    opacity: 0.7;
}
.homeslider .backvid iframe , .homeslider .backvid video {
    box-sizing: border-box;
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.our_expertise {
    
}
.our_expertise_content {
    position: relative;
    padding-left: 320px;
}
/*
.our_expertise_content:before {
    display: block;
    content: "";
    width: 1000px;
    height: 1000px;
    background: #ffffff;
    position: absolute;
    right: 100%;
    bottom: 0;
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}
*/
.our_expertise_content:after {
    display: block;
    content: "";
    width: 870px;
    height: 2000px;
    background: #f5f5f5;
    position: absolute;
    right: 134px;
    bottom: 0;
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
}
.our_expertise_content .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}
.our_expertise_content .title .btn_box {
	display: flex;
    align-items: center;
}
.our_expertise_content .title h3 {
    padding-bottom: 12px;
}
.our_expertise_content .title p {
    margin-bottom: 24px;
}
.our_expertise_content .our_expertise_slider_wrapper {
    
}
.btn_prev {
    display: block;
    width: 50px;
    height: 50px;
    background: #353233 url('../images/leftarrow2.png') no-repeat center center;
    background-size: 15px auto !important;
    text-decoration: none;
    transition: 0.15s ease-in;
    margin-right: 12px;
}
.btn_prev:hover {
    background-color: #ec1d2e !important; 
}
.btn_next {
    display: block;
    width: 50px;
    height: 50px;
    background: #353233 url('../images/rightarrow2.png') no-repeat center center;
    background-size: 15px auto !important;
    text-decoration: none;
    transition: 0.15s ease-in;
}
.btn_next:hover {
    background-color: #ec1d2e !important; 
}
.our_expertise_slider_wrapper {
    position: relative;
}
.our_expertise_slider {
    -webkit-clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 240px 100%, 0% 50%);
    clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 240px 100%, 0% 50%);
}
.our_expertise_outer_box {
    position: absolute;
    left: 372px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.25s ease-in;
    z-index: 20;
    -webkit-filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
    filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
}
.our_expertise_outer {
    width: calc((100% / 2 + 1200px / 2) - 160px );
    height: 100%;
    background: #353233 url('../images/grungeleft.png') repeat-y right center;
    z-index: 20;
    -webkit-clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 240px 100%, 0% 50%);
    clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 240px 100%, 0% 50%);
    transition: 0.25s ease-in;
}
.our_expertise_outer:before {
    display: block;
    content: "";
    width: 276px;
    height: 100%;
    background: #ec1d2e;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(100% 0%, 36px 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    clip-path: polygon(100% 0%, 36px 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.our_expertise_outer_box:before {
    display: block;
    content: "";
    width: 36px;
    height: 2000px;
    background: rgba(236,29,46,0.05);
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    left: 240px;
    top: 100%;
}
.our_expertise_outer_box:after {
    display: block;
    content: "";
    position: absolute;
    background: #302D2E;
    left: 100%;
    top: 0;
    width: 2000px;
    height: 100%;
}
.exp_content {
    display: flex;
    align-items: center;
    height: 530px;
}
.exp_content figure {
    flex: 0 0 654px;
    max-width: 654px;
    height: 100%;
    margin: 0;
}
.exp_content figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exp_content .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.exp_content .content h5,
.exp_content .content h4.h5 {
    color: #ffffff;
    padding-bottom: 16px;
}
.exp_content .content p {
    color: #ffffff;
    margin-bottom: 14px;
}
.learn_more {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.15s ease-in;
}
.learn_more i {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-left: 6px;
    transition: 0.15s ease-in;
}
.learn_more:hover {
    color: #ec1d2e;
}
.learn_more:hover i {
    border-color: #ec1d2e;
}
.our_expertise_content_slider  {
    width: 280px;
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 40;
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
} 
.our_expertise_content_slider .exp_content  .content {
    opacity: 0;
    transition: 0.15s ease-in;
}
.our_expertise_content_slider .exp_content.showcaption .content {
    animation-name: fadeIn;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}
.our_expertise_slider_wrapper.arrowopen .our_expertise_outer_box {
    left: 0;
}
.what_we_do {
    overflow: hidden;
    padding-bottom: 100px;
}
.what_we_do .title {
    padding-bottom: 72px;
}
.what_we_dolist {
    
}
.what_we_dolist .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.what_we_dolist .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
    padding-right: 30px;
    height: 530px;
}
.what_we_dolist .content:before {
    display: block;
    content: "";
    width: 608px;
    height: calc(100% + 110px);
    background: #f5f5f5;
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-left: -16px;
    z-index: -1;
}
.what_we_dolist .row:nth-child(odd) .content:before {
    display: block;
    content: "";
    width: 608px;
    height: calc(100% + 110px);
    background: #f5f5f5;
    -webkit-transform: skewX(-42deg);
    transform: skewX(-42deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    position: absolute;
    right: 0;
    bottom: 50%;
    margin-left: auto;
    margin-right: -16px;
    z-index: -1;
}
.what_we_dolist .row:first-child .content:before {
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    height: 1000px;
}
.what_we_dolist .row:last-child:nth-child(even) .content:after {
    display: block;
    content: "";
    width: 608px;
    height: calc(100% + 110px);
    background: #f5f5f5;
    -webkit-transform: skewX(-42deg);
    transform: skewX(-42deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    margin-left: -16px;
    z-index: -1;
}
.what_we_dolist .row:last-child:nth-child(odd) .content:after {
    display: block;
    content: "";
    width: 608px;
    height: calc(100% + 110px);
    background: #f5f5f5;
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-left: auto;
    margin-right: -16px;
    z-index: -1;
}
.what_we_dolist .content:after {
    
}
.what_we_dolist .content .btn {
    margin-right: auto;
}
.what_we_dolist .wedo_pic {
    position: relative;
    height: 530px;
    padding-left: 50px;
}
.wedo_pic_outer {
    position: relative;
    height: 100%;
    margin-right: calc((-100vw / 2 + 1200px / 2) - 10px);
    -webkit-filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
    filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
}
.wedo_pic:before {
    display: block;
    content: "";
    width: 276px;
    height: 100%;
    background: #ec1d2e;
    position: absolute;
    left: 14px;
    top: 0;
    -webkit-clip-path: polygon(100% 0%, 36px 50%, 100% 100%, calc(100% - 36px) 100%, 0% 50%, calc(100% - 36px) 0);
    clip-path: polygon(100% 0%, 36px 50%, 100% 100%, calc(100% - 36px) 100%, 0% 50%, calc(100% - 36px) 0);
}
.wedo_pic_outer figure {
    margin: 0;
    height: 100%;
    -webkit-clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 240px 100%, 0% 50%);
    clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 240px 100%, 0% 50%);
}
.wedo_pic_outer figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.what_we_dolist .row:nth-child(even) .wedo_pic_outer {
    margin-left: calc((-100vw / 2 + 1200px / 2) - 10px);
    margin-right: auto;
}
.what_we_dolist .row:nth-child(even) .wedo_pic {
    padding-left: 15px;
    padding-right: 50px;
}
.what_we_dolist .row:nth-child(even) .wedo_pic_outer figure {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 240px) 0%, 100% 50%, calc(100% - 240px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - 240px) 0%, 100% 50%, calc(100% - 240px) 100%, 0% 100%); 
}
.what_we_dolist .row:nth-child(even) .content {
    padding-left: 35px;
    padding-right: 15px;
}
.what_we_dolist .row:nth-child(even) .content p {
    padding-right: 50px;
}
.what_we_dolist .row {
    margin-bottom: 110px;
}
.what_we_dolist .row:nth-child(even) .wedo_pic:before {
    left: auto;
    right: 14px;
    -webkit-clip-path: polygon(36px 0%, 100% 50%, 36px 100%, 0% 100%, calc(100% - 36px) 50%, 0% 0%);
    clip-path: polygon(36px 0%, 100% 50%, 36px 100%, 0% 100%, calc(100% - 36px) 50%, 0% 0%);
}
.wedo_pic_outer:before {
    display: block;
    content: "";
    width: 36px;
    height: 2000px;
    background: rgba(236,29,46,0.05);
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    left: 204px;
    top: 100%;
}
.what_we_dolist .row:nth-child(even) .wedo_pic_outer:before {
    -webkit-transform: skewX(-42deg);
    transform: skewX(-42deg);
    left: auto;
    right: 204px;
}
.gallery_wrapper {
    width: 500px;
}
.gallery_main {
    margin-bottom: 15px;
}
.gallery_main img {
    width: 100%;
}
.gallery_thumbs_wrapper {
    overflow: hidden;
}
.gallery_thumbs {
    margin: 0 -7px;
}
.gallery_thumbs .slick-slide {
    position: relative;
    padding: 0 7px;
    height: 98px;
}
.gallery_thumbs .slick-slide figure {
    margin: 0;
    background: #ec1d2e;
    height: 100%;
}
.gallery_thumbs .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_thumbs .slick-current img {
    opacity: 0.7;
    mix-blend-mode: multiply;
}
.slick-slide .play_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/playbtn.png) no-repeat center center;
    transition: 0.15s ease-in;
}
.gallery_main .slick-slide .play_btn:hover {
    opacity: 0.8;
}
.gallery_thumbs .slick-slide .play_btn  {
    background-size: 40px auto;
}
.su-row {
    clear: both;
    color: #353233;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 24px;
}
.su-row .su-column:first-child {
    margin-left: 0;
}
.su-row .su-column {
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0 0 0 2%;
}
.su-row .su-column-size-1-2 {
    width: 49%;
}
.su-row .su-column-size-1-3 {
    width: 32%;
}
.su-row .su-column-size-1-4 {
    width: 23.5%;
}
.su-row::after {
    display: table;
    clear: both;
    content: '';
}
.std_content {
    padding-bottom: 100px;
}
.std_content h6 {
    color: #353233;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.08;
    text-transform: none;
}
.std_content h1, .std_content h2, .std_content h3, .std_content h4, .std_content h5, .std_content h6 {
    clear: none;
}
.std_content .gallery_wrapper {
    margin-left: 45px;
    margin-bottom: 45px;
}
.std_content .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.std_content .content ul > li {
    position: relative;
    padding-left: 14px;
}
.std_content .content li a {
    text-decoration: none;
}
.std_content .content li a:hover {
    text-decoration: underline;
}
.std_content .content ol {
    margin-left: 38px;
}
.std_content .content ol ol {
    margin-left: 20px;
}
.std_content .content ol ol ol {
    margin-left: 14px;
}
.std_content .content ul > li:before {
    display: inline-block;
    content: "»";
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -2px;
}
.std_content .content p + ul {
    margin-top: -20px;
}
ol ol {
    list-style: lower-alpha;
}
.download_box.full_width {
    background-image: url('../images/grungetop.png');
    padding: 32px 11%;
    padding-bottom: 75px;
}
.download_box.full_width .btn-dark:hover {
    background-color: #ffffff !important;
    color: #353233 !important;
}
.download_box.full_width h4,
.download_box.full_width h3.h4 {
    padding-bottom: 6px;
}
.download_box p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}
.download_block.v2 {
    margin-bottom: 0;
}
.download_wrapper {
    padding-bottom: 80px;
}
.process_list_wrapper {
    padding: 125px 0;
}
.process_list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.process_list > ul > li {
    display: flex;
    flex-direction: row-reverse;
}
.process_list > ul li figure {
    flex: 0 0 498px;
    max-width: 498px;
    min-height: 310px;
    margin: 0;
    margin-left: 40px;
}
.process_list > ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process_list > ul li .content {
    flex: 1;
}
.process_list > ul li:not(:last-child) {
    margin-bottom: 65px;
}
.process_list > ul li .content h3 {
    padding-bottom: 12px;
}
.process_list > ul li .content .btn {
    margin-top: 15px;
}
.solution_results {
    padding-top: 66px;
    padding-bottom: 52px;
    box-shadow: inset 0 13px 10px rgba(0,0,0,0.04);
}
.solution_results h3 {
    
}
.solution_results p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 18px;
}
.solution_results p strong {
    font-weight: 700;
}
.solution_results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.solution_results ol {
    margin-left: 40px;
}
.solution_results li {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 18px;
}
.solution_results ul li:before {
    display: inline-block;
    content: "»";
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.member_cta {
    position: relative;
    background: #353233;
    padding: 44px 0 54px;
}
.member_cta > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    mix-blend-mode: multiply;
}
.member_cta .container {
	position: relative;
    z-index: 40;
}
.member_cta h3 {
    color: #ffffff;
    padding-bottom: 12px;
    margin-right: -15px;
}
.member_cta p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.08;
}
.member_cta p:last-child {
    margin-bottom: 0;
}
.member_cta .content {
    padding-right: 0;
}
.member_cta .btn {
    margin-left: 15px;
}
.case_study_wrapper.alt {
    position: relative;
    overflow: hidden;
}
.case_study_wrapper.alt:before {
    display: block;
    content: "";
    width: 36px;
    height: 2000px;
    background: rgba(236,29,46,0.05);
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    -webkit-transform-origin: left top;
    transform-origin: right bottom;
    position: absolute;
    right: -195px;
    bottom: 0;
    z-index: -1;
}
.slick-slide .pdf_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/btn-pdf.png) no-repeat center center;
    background-size: 50px auto;
    transition: 0.15s ease-in;
}
.slick-slide .pdf > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/btn-pdf.png) no-repeat center center;
    transition: 0.15s ease-in;
}
.slick-slide .pdf .btn-pdf {
    display: none;
}
.process_list p:empty {
    display: none;
}
.process_list .size-full {
    display: block;
    min-height: 310px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process_list .su-column:nth-child(2) br {
    display: none;
}
.process_list > br {
    display: none;
}
.process_list > .su-row:not(:last-of-type) {
    margin-bottom: 65px;
}
.process_list > .su-row:last-of-type {
    margin-bottom: 0 !important;
}
.gform_validation_errors h2 {
    padding-bottom: 0;
}
.gform_wrapper .gfield {
    position: relative;
}
.newsletter_wrapper .gform_wrapper .gfield .gfield_validation_message {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    background: none;
    color: #ffffff;
    border: none;
    box-shadow: none;
}
.markets_served p:empty {
    display: none;
}
.arialbold {
    font-family: arial !important;
    font-weight: bold !important;
}
.tabview {
    display: none !important;
}


/*Standard styling*/
h1 {
    color: #353233;
    font-size: 72px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
}
h2 {
    color: #353233;
    font-size: 60px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding-bottom: 12px;
}
h3 {
    color: #353233;
    font-size: 48px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding-bottom: 20px;
}
h4 {
    color: #353233;
    font-size: 36px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 16px;
}
h5 {
    color: #353233;
    font-size: 26px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding-bottom: 14px;
}
h6 {
    color: #353233;
    font-size: 24px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    padding-bottom: 26px;
}

/* Heading class utilities for maintaining visual styles when semantic hierarchy changes */
.h1, h1.h1 {
    color: #353233;
    font-size: 72px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
}
.h2, h2.h2, h3.h2, h4.h2 {
    color: #353233;
    font-size: 60px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding-bottom: 12px;
}
.h3, h3.h3, h4.h3, h5.h3 {
    color: #353233;
    font-size: 48px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding-bottom: 20px;
}
.h4, h4.h4, h3.h4, h5.h4, h6.h4 {
    color: #353233;
    font-size: 36px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 16px;
}
.h5, h5.h5, h3.h5, h4.h5 {
    color: #353233;
    font-size: 26px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding-bottom: 14px;
}
.h6, h6.h6, h4.h6, h5.h6 {
    color: #353233;
    font-size: 24px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    padding-bottom: 26px;
}
p {
    color: #353233;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 22px;
}
p a {
    color: #ec1d2e;
    text-decoration: none;
}
p a:hover {
    color: #ec1d2e;
    text-decoration: underline;
}
p strong {
    font-weight: 700;
}
li {
    color: #353233;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff !important;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 700;
    line-height: normal;
    padding: 0 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
.btn i {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-left: 4px;
    transition: 0.15s ease-in-out;
    animation-delay: 0s !important;
}
@keyframes indicator {
    0% {
        border-color: #ec1d2e;    
    }
    20% {
        border-color: #ec1d2e;   
    }
    20.1%, 100% {
        border-color: #ffffff;    
    }
}
@keyframes indicator-light {
    0% {
        border-color: #353233;    
    }
    20% {
        border-color: #353233;   
    }
    20.1%, 100% {
        border-color: #ffffff;    
    }
}
.btn-indicator {
    padding-right: 0;
    transition: 0.15s ease-in-out;
}
.btn-indicator i:not(:first-child) {
    margin-left: 0;
}
.btn-indicator i:nth-child(2) {
    transform: translate(-12px,0) rotate(-45deg);
    animation-delay: 0.25s !important;
}
.btn-indicator i:nth-child(3) {
    transform: translate(-24px,0) rotate(-45deg);
    animation-delay: 0.5s !important;
}
.btn-indicator.btn-dark:hover {
    background-color: #353233 !important;
}
.btn-indicator:hover {
    padding-right: 25px;
}
.btn-indicator:hover i:not(:first-child) {
    transform: translate(0,0) rotate(-45deg);
}
.btn-indicator:hover i {
    animation: indicator 1s linear infinite;
}
.btn-lg {
    height: 58px;
    font-size: 22px;
}
.btn-dark {
    background-color: #353233 !important;
}
.btn-dark:hover {
    background-color: #ec1d2e !important;
    box-shadow: 0 5px 20px rgba(236,29,46,0.2) !important;
}
.btn-danger {
    background-color: #ec1d2e !important;
}
.btn-danger:hover {
    background-color: #d80c1d !important;
}
.btn-indicator.btn-danger:hover {
    background-color: #ec1d2e !important;
}
.btn-indicator.btn-danger:hover i {
    animation: indicator-light 1s linear infinite;
}
.bg-light {
    background-color: #f5f5f5 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #353233;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #353233;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #353233;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #353233;
    opacity: 1;
}
.alignright, img.alignright {
    margin-left: 40px;
    margin-bottom: 40px;
}

/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    position: relative;
    background: #353233 url('../images/footergrunge.png') repeat-x left bottom 10px;
    box-shadow: inset 0 13px 10px rgba(0,0,0,0.35);
    z-index: 80;
}
.newsletter_wrapper {
    background: #ec1d2e;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    margin: 0 -85px;
    padding: 50px 85px;
    padding-top: 35px;
    margin-top: -75px;
}
.newsletter_wrapper h3 {
    color: #ffffff;
    font-size: 42px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: 1.14;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 25px;
}
.newsletter_wrapper .row {
    margin: 0 -22px;
}
.newsletter_wrapper .row .col {
    padding: 0 22px;
}
.n_input {
    display: block;
    width: 100%;
    height: 58px;
    background: #ffffff;
    border: none !important;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.20) !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #353233;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 58px;
    padding: 0 15px !important;
}
.newsletter_wrapper .btn_wrapper {
	width: auto !important;
    max-width: none !important;
}
.newsletter_wrapper .btn_wrapper .btn {
    width: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.20) !important;
    background-image: url('../images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 54px) center;
}
.newsletter_wrapper .btn_wrapper .btn:hover {
    background-color: #211f20 !important;
}
.footer_content {
    padding-top: 90px;
    padding-bottom: 75px;
}
.footer_logo {
    width: 266px;
    margin-bottom: 20px;
}
.footer_logo img {
    display: block;
    max-width: 100%;
}
.footer_content address {
    color: #fffefe;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: normal;
}
.footer_content address a {
    display: inline-block;
    color: #fffefe;
    text-decoration: none;
    padding: 12px 0;
    min-height: 44px;
    min-width: 44px;
    box-sizing: border-box;
    vertical-align: middle;
}
.footer_content address a:hover {
    color: #fffefe;
    text-decoration: underline;
}
.footer .social_links {
    padding-top: 28px;
}
.footer .social_links ul li {
    margin-left: 0;
    margin-right: 15px;
}
.footer .social_links ul li:first-child a {
    padding-left: 0;
}
.footer .social_links ul li a {
    font-size: 28px;
}
.footer_links {
    padding-left: 30px;
}
.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}
.footer_links ul li {
    margin-bottom: 16px;
}
.footer_links ul li a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Bourbon Grotesque';
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.footer_links ul li a:hover {
    color: #ec1d2e;
}
.footer_badges {
    
}
.footer_badges ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    margin-top: -5px;
}
.footer_badges ul li {
    padding: 0 10px;
    margin-bottom: 10px;
}
.footer_badges ul li img {
    display: block;
    max-width: 100%;
}
.footer_badges ul li:last-child {
    margin-left: auto;
}
.copyright_box {
    background: #000000;
}
.copyright_box .d-flex {
	min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.copyright_box p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}
.copyright_box p a {
    color: #ffffff;
    text-decoration: none;
}
.copyright_box p a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.copyright_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.copyright_box ul li {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: normal;
}
.copyright_box ul li:before {
    display: inline-block;
    content: "›";
    margin: 0 8px;
}
.copyright_box ul li a {
    color: #ffffff;
    text-decoration: none;
}
.copyright_box ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #353233;
	text-decoration:none;
}
.header a[href^=tel], .footer a[href^=tel] {
	color: #ffffff;
	text-decoration:none;
}
	
	
/* ---------------------------------------------------------*/
.what_we_do.header_option_2 {
    padding-bottom: 0px;
}
section.std_content.default_content {
    padding-top: 50px;
}
section.what_we_do.breadcrumbs_section , section.what_we_do.breadcrumbs_section .text-center {
    padding-bottom: 0;
}

/*========11-07-22=========*/
.operational_excellence_sec{
    margin-bottom: 100px;
}
.operational_excellence_sec .container{
    max-width: 1000px;
}

.operational_excellence{
    background-color: #333031;
    padding: 30px 20px;
}

.operational_excellence .sec_tile{
   background-color: #eb2231;
   border-radius: 15px;
   margin-bottom: 16px;
   padding: 26px;
}
.operational_excellence .sec_tile h3{
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.operational_excellence .grid .row{ margin: 0 -10px; }
.operational_excellence .grid .row > div{ padding: 8px 10px; }

.operational_excellence .tile:before{
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-color: #eb2231;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.operational_excellence .tile{
    padding: 26px 20px 15px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.operational_excellence .tile h4{ font-size: 16px; margin-bottom: 10px; color: #fff; letter-spacing: 0.5px; padding-bottom: 0; }
	.operational_excellence .tile p{ font-size: 16px; line-height: 20px; margin-bottom: 0px; color: #fff; text-transform: uppercase; }
.operational_excellence .tile p.small{ font-size: 14px; line-height: 14px; margin-bottom: 10px; color: #fff; }
.operational_excellence .tile .bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.3; }
.operational_excellence .tile1 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile1.png) no-repeat; background-position: right center; }
.operational_excellence .tile2 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile2.png) no-repeat; background-position: right center; }
.operational_excellence .tile3 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile3.png) no-repeat; background-position: right center; }
.operational_excellence .tile4 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile4.png) no-repeat; background-position: right center; }
.operational_excellence .tile5 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile5.png) no-repeat; background-position: right center; }
.operational_excellence .tile6 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile6.png) no-repeat; background-position: right center; }
.operational_excellence .tile7 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile7.png) no-repeat; background-position: right center; }
.operational_excellence .tile8 .bg{ background: url(https://currierplastics.com/wp-content/uploads/2022/08/excellence-tile8.png) no-repeat; background-position: right center; }

.home_theme_sec .container{ max-width: 1000px; }

.home_theme_article .home_header{
    text-align: center;
    background: url(https://currierplastics.com/wp-content/uploads/2022/08/home-roof.png) no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_header h3{
    font-size: 46px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    padding-top: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home_header_bar{
    background-color: #353233;
    border-radius: 15px;
    color: #fff;
    padding: 0 30px;
    margin-top: 30px;
}

.home_header_bar h4{
    font-size: 14px;
    color: inherit;
    margin: 0;
    padding: 0;
}

.home_header_bar h4 .v2{
    display: inline-block;
    vertical-align: sub;
}

.home_header_bar > div{
    padding: 15px;
}

.home_body{
    padding: 40px 0;
    background: url(https://currierplastics.com/wp-content/uploads/2022/08/pillars-bg.png) no-repeat;
    background-size: 98% 100%;
    background-position: center;
    margin: -10px 0;
}

.home_body .tile .bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.3; background-position: right center; background-repeat: no-repeat; background-size: auto 100%; }

.home_body .tile{
    padding: 26px 20px 15px 20px;
    border: 1px solid #fff;
    background-color: #353233;
    border-radius: 10px;
    position: relative;
    height: 100%;
    min-height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_body .tile:before{
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-color: #eb2231;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.home_body h4{
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.half-column .row{ margin: 0 -5px; }
.half-column .row > div{ padding: 5px; }

.home_body .main-row{ margin: 0 -70px; position: relative; }
.home_body .main-row .half-column{ padding: 0 70px; }

.middle-column{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 100%;
}

.middle-column .column{ height: 50%; display: flex; align-items: center; justify-content: center; }

.middle-column .cell{
    font-size: 12px;
    line-height: 15px;
    padding: 5px 10px;
    background-color: #353233;
    text-align: center;
    border-radius: 5px;
    color: #fff;
        font-family: 'Bourbon Grotesque';
}

.home_footer{
    background-color: #353233;
    border-radius: 15px;
    color: #fff;
    padding: 0 30px;
}
.home_footer .pri{
    padding: 20px 0;
}
.home_footer .sec{
    padding: 20px 0;
    border-top: 1px solid #fff;
    color: #fff;
}
.home_footer .pri .col-md-3{ padding: 0 10px; }
	.home_footer .pri h5,
	.home_footer .pri h4.h5{ font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #fff; }
.home_footer .pri h6,
.home_footer .pri h5.h6,
.home_footer .pri h4.h6{ font-size: 14px; margin: 0; padding: 0; color: #ec1f2f; }
.home_footer .sec h6,
.home_footer .sec h4.h6{ font-size: 14px; margin: 0; padding: 0; color: #fff; }

.home_footer_bar{ padding: 20px 0; }

.home_footer_bar h5{
    display: inline-block;
    font-size: 18px;
    border-right: 1px solid #353233;
    padding: 0;
    margin-right: 10px;
    padding-right: 20px;
}
section.std_content.customers_section_parent {
    padding-bottom: 50px;
}
.left_h  a.call_to_action {
    background: #ec1e2f;
    padding: 5px 15px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    margin-right: 10px;
}
/* ----------------------- Team section styling starts here ----------------------------------*/
.team_list_section  {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 14px;
}
.team_list_block {
    -webkit-filter: drop-shadow(0 5px 20px rgba(0,0,0,0.20));
    filter: drop-shadow(0 5px 20px rgba(0,0,0,0.20));
    height: 100%;
}
.team_list_section .col {
    padding: 33px 15px;
}
.team_block {
    position: relative;
    background: #ffffff;
    height: 100%;
    padding-bottom: 100px;
}
.team_block > a[data-bs-toggle="modal"] {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}
.team_block:hover .content{
    padding-bottom: 45px;
    background-color: #e8002e;
}
.team_block:hover .content h5,
.team_block:hover .content p{ color: #fff; }
.team_block:hover .btn-indicator{ opacity: 1; pointer-events: all; }
.team_block figure{ margin-bottom: 0; }
.team_block figure img{ width: 100%; height: 100%; object-fit: cover; }
.team_block .content{ 
    padding: 25px 10px 30px; transition: 0.3s all; background-color: #fff; 
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 12px solid #e8002e;
}
.team_block h5,
.team_block h4.h5{ font-size: 21px; padding-bottom: 0; }
.team_block p{ font-size: 18px; margin-bottom: 0; }
.team_block .btn-indicator{
    width: 205px;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 5px;
    opacity: 0;
    pointer-events: none;
}
.team_block .btn-indicator i{
    display: inline-block;
}

/*.btn-indicator {*/
/*    padding-right: 25px;*/
/*}*/
.team_block:hover .btn-indicator i:not(:first-child) {
    transform: translate(0,0) rotate(-45deg);
}
.team_block:hover .btn-indicator i {
    animation: indicator 1s linear infinite;
}
.modal-backdrop{ z-index: 10001; }
.member_detail_modal.modal{ z-index: 10002; }
.member_detail_modal.modal .modal-dialog{
    max-width: 1032px;
}
.member_detail_modal.modal .modal-content{ border-radius: 0; }
.member_detail_modal.modal .modal-header{
    padding: 0;
    border: 0
}
.member_detail_modal.modal .modal-header .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 0;
    padding: 0;
    background: #e8002e url(../images/modal-close-white.png) no-repeat center;
    opacity: 1;
    z-index: 10;
}
.member_detail_modal.modal h2{
    text-align: center;
    font-size: 48px;
    margin-bottom: 35px;
}
.member_detail_modal.modal .accordion-item{
    border: 0;
    margin-bottom: 25px;
}
.member_detail_modal.modal .accordion-item .accordion-header{
    padding-bottom: 0;
    margin-bottom: 0;
}
.member_detail_modal.modal .accordion-item .accordion-collapse .card-body{
    padding: 0;
}
.card-body p:last-child{ margin-bottom: 0; }
.member_detail_modal.modal .accordion-item .accordion-button{
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none !important;
    font-size: 21px;
    color: #353233;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: block;
}
.member_detail_modal.modal .accordion-item .accordion-button:after{ display: none; }
.member_detail_modal.modal .accordion-item .accordion-button:before{
    content: '+';
    display: inline-block;
    min-width: 12px;
    color: #e8002e;
}
.member_detail_modal.modal .accordion-item .accordion-button[aria-expanded="true"]:before{
    content: '-';
}

.team_modal_bottom{
    border-top: 12px solid #e8002e;
    padding-top: 48px;
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.team_modal_bottom figure{ max-width: 275px; }
.team_modal_bottom .content{
    padding-left: 55px;
}
.team_modal_bottom h4{
    font-size: 21px;
    padding-bottom: 6px;
}
.team_modal_bottom h6,
.team_modal_bottom h5.h6{
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 6px;
}
.team_modal_bottom ul{
    list-style: none;
    margin: 0 0 25px 0;
}
.team_modal_bottom ul, .team_modal_bottom p , .team_modal_bottom ul li{
    font-size: 18px;
    font-weight: 400;
}


