body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
button {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

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

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

body {
    background: white;
    color: #444;
    font-family: 'Rubik', sans-serif;
    font-size: 100%;
    line-height: 1.6em;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ::Default styles */
/* ------------------------------------------------------------ */
h1 {
    font-size: 1.875em;
    line-height: 1.3em;
    margin-bottom: 1.3em;
    font-weight: 500;
    color: black;
}

h2 {
    font-size: 1.375em;
    line-height: 1.3em;
    margin-bottom: 1.2em;
    font-weight: 500;
    color: black;
}

h3 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.7em;
    font-weight: 500;
    color: black;
}

h4 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1em;
    font-weight: 500;
    color: black;
}

h5 {
    font-size: 0.875em;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    font-weight: 500;
    color: black;
}

h6 {
    font-size: 0.875em;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    font-weight: 500;
    color: black;
}

p,
address,
caption {
    font-size: 0.875em;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 2.5em;
}

blockquote {
    font-size: 1.375em;
    line-height: 1.6em;
    margin-bottom: 2em;
}

blockquote p {
    color: #ce0b30;
    font-weight: 600;
}

blockquote p:last-child {
    margin: 0;
}

ol {
    list-style-type: decimal;
    margin-bottom: 2.5em;
}

ul {
    list-style-type: disc;
    /*margin-bottom: 2.5em;*/
    list-style-position: outside;
    /*margin-left: 22px;*/
}

dl {
    margin-bottom: 2.5em;
}

figure {
    margin-bottom: 25px;
    font-size: 0.75em;
}

figcaption {
    padding: 20px 0 0 0;
    font-style: italic;
}

li,
dt,
dd,
table th,
table td {
    font-size: 0.875em;
    line-height: 1.6em;
    margin-bottom: 1em;
}

ul.ul-tight li {
    margin-bottom: 5px;
}

li li {
    font-size: 0.875rem;
}

td p,
td li,
td h1,
td h2,
li p {
    font-size: 0.875rem;
}

a,
a:visited {
    color: #2ab0ff;
    text-decoration: none;
}

a:hover {
    color: blue;
}

strong {
    font-weight: 500;
}

small {
    color: blue;
}

code {
    padding: 3px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 0.25em;
}

b {
    font-weight: bold;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none !important;
}

hr {
    margin: 3.5em 0 3em 0;
    border: none;
    clear: both;
    color: #d9d9d9;
    background-color: #d9d9d9;
    height: 1px;
}

table {
    border: 1px solid #d7d7d7;
    margin: 0 0 30px 0;
    width: 100%;
}

table thead th {
    background: #dadada;
    font-weight: bold;
}

table th {
    color: #818285;
}

table th,
table td {
    border-bottom: 1px solid #d7d7d7;
    padding: 5px;
}

table tbody tr.oddrow th,
table tbody tr.oddrow td {
    background: #f8fdff;
}

table tfoot th {
    background: #dadada;
}

fieldset {
    background: #e1e0e0;
    margin-bottom: 2.5em;
    padding: 10px;
}

fieldset p {
    margin: 0;
}

legend {
    background: #fff;
    border: 1px solid #c3c3c3;
    font-weight: bold;
    padding: 5px;
    font-size: 0.875em;
}

label {
    color: #000;
    margin: 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
textarea {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    color: #000;
    font-size: 1rem;
    margin: 5px 0 5px 0;
    padding: 5px;
    vertical-align: middle;
    width: 100%;
    -webkit-appearance: none;
}

@media (min-width: 900px) {

    input[type="text"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="email"],
    input[type="password"],
    input[type="datetime"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="datetime-local"],
    input[type="number"],
    input[type="file"],
    textarea {
        font-size: 0.875rem;
    }
}

textarea {
    height: 120px;
}

input[type="search"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="color"] {
    padding: 0;
    height: 30px;
    width: 20%;
}

input[type="select"] {
    width: 100%;
    border-color: #999;
    font-family: 'Open Sans', sans-serif;
}

input[type="range"] {
    font-size: 0.875em;
    width: 100%;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="reset"],
button[type="button"],
button[type="submit"],
.btn,
.btn:visited {
    background: #53006a;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    padding: 8px 20px 8px 20px;
    margin: 0 0 10px 0;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
.btn:hover {
    background: #f31943;
    color: #FFF;
}

img {
    margin: 0;
    max-width: 100%;
    height: auto;
}

a img,
a:visited img {
    text-decoration: none;
}

iframe {
    background: #fff;
    border: none;
    margin: 0;
    width: 100%;
}

video {
    margin: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container .video-container object,
.video-container .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

canvas {
    background: #efefef;
    border: none;
    border-radius: 4px;
    margin: 0;
    width: 100%;
}

@media print {
    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4em;
        font-size: 12pt;
        background: none;
        color: #444;
    }

    /* Headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 20px 0 10px 0;
        color: #000;
    }

    h1 {
        font-size: 16pt;
        background: none;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 14pt;
    }

    h3 {
        font-size: 12pt;
    }

    h4,
    h5,
    h6 {
        font-size: 12pt;
    }

    hr {
        background-color: #ccc;
    }

    /* Images */
    img {
        margin: 1em 1.5em 1.5em 0;
    }

    a img {
        border: none;
    }

    /* Links */
    a:link,
    a:visited {
        background: transparent;
        text-decoration: underline;
        color: #333;
    }

    /* Table */
    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }

    tr {
        page-break-inside: avoid;
    }

    /* Custom Print Styles
   ========================================================================== */
    #id {
        display: none;
    }

    /* Masthead */
    #print-masthead {
        width: 100% !important;
        display: block;
        text-align: left;
        height: 145px;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid #c4c4c4;
    }

    #print-masthead p {
        float: right;
        padding: 0 10px 0 0;
        margin: 0 0px 0 0;
        text-align: right;
        width: 8cm;
        font-size: 8pt;
    }

    #print-masthead img {
        margin: 0px 0px 0px 0px;
    }

    #content-wrapper {
        width: 100% !important;
        border: none;
        background: #FFF;
    }

    #content {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }
}

body {
    background: #ffffff;
    border-top: 6px solid #ce0b30;
}

.content-wrapper {
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 370px) {
    .content-wrapper {
        max-width: 370px;
    }
}

@media screen and (min-width: 480px) {
    .content-wrapper {
        max-width: 480px;
    }
}

@media screen and (min-width: 600px) {
    .content-wrapper {
        max-width: 600px;
    }
}

@media screen and (min-width: 768px) {
    .content-wrapper {
        max-width: 768px;
    }
}

@media screen and (min-width: 900px) {
    .content-wrapper {
        max-width: 900px;
    }
}

@media screen and (min-width: 1024px) {
    .content-wrapper {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1200px) {
    .content-wrapper {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1400px) {
    .content-wrapper {
        max-width: 1400px;
    }
}

section {
    background: white;
}

section .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.header.sticky {
    position: fixed;
}

.header--phone--social {
    float: right;
    color: #4e4e4e;
    font-size: 1.125em;
    font-weight: 500;
    margin: 0;
    display: none;
}

.header--phone--social.sticky {
    float: left;
    margin-top: 6px;
}

@media (min-width: 600px) {
    .header--phone--social {
        display: block;
        margin-right: 60px;
        font-size: 1.375em;
    }
}

@media (min-width: 1000px) {
    .header--phone--social {
        margin: 20px 0 0 0;
    }
}

.header--phone--social div {
    float: right;
    margin-left: 13px;
}

.header--phone--social .panel-social a {
    margin-right: 4px;
}

.header--phone--social .panel-phone {
    border-right: 1px solid #cacaca;
    padding-right: 13px;
    color: #ce0b30;
}

.logo--enigma {
    width: 120px;
    float: left;
}

.logo--enigma.sticky {
    width: 75px;
}



@media (min-width: 1000px) {
    .logo--enigma {
        width: 190px;
        float: left;
    }
}

body.index .selected-index a,
body.products .selected-projects a,
body.covid19 .selected-covid a,
body.services .selected-services a,
body.corporate-responsibilities .selected-corporate-responsibilities a,
body.about .selected-about a,
body.news-listing .selected-news-listing a,
body.contact .selected-contact a,
body.vacancies .selected-vacancies a,
body.go-green .selected-go-green a,
body.catalogue .selected-catalogue a
{
    color: #ce0b30;
    font-weight: 500;
}

.footer-main {
    background: #000;
}

.footer-main .content-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (min-width: 900px) {
    .footer-main .col {
        float: left;
    }
}

@media (min-width: 900px) {
    .footer-main .col-1 {
        width: 50%;
    }
}

@media (min-width: 900px) {
    .footer-main .col-2 {
        width: 50%;
        padding-left: 50px;
        text-align: right;
    }
}

@media (min-width: 1060px) {
    .footer-main .col-2 {
        text-align: right;
    }
}

.footer-panel-social a {
    margin-left: 5px;
}

.footer--phone {
    color: #fff !important;
    font-size: 1.5625em;
    font-weight: 500;
    margin: 0px 0 0 0;
}

.footer--copyright {
    color: #939393 !important;
    font-size: 0.75em;
}

@media (min-width: 768px) {
    .footer--copyright {
        clear: both;
    }
}

.footer--copyright a {
    margin: 0 10px 0 0px;
    color: #fff;
}

.btn-menu {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
    opacity: 0.8;
    z-index: 999;
}

.btn-menu:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 1000px) {
    .btn-menu {
        display: none;
    }
}

.btn-mobile-search.active {
    opacity: 1;
}

section.nav-wrapper-mobile {
    background: #ce0b30;
}

section.nav-wrapper-mobile .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

@media (min-width: 1000px) {
    section.nav-wrapper-mobile {
        display: none;
    }
}

.menu-main-mobile {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Hide the menu on initail viewport */
.js .menu-main-mobile {
    overflow: hidden;
    max-height: 0;
}

.menu-main-mobile.active {
    max-height: 50em;
    padding: 20px 0 20px 0;
}

.menu-main-mobile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*
	.sub-menu {
		//height:0;
		//overflow:hidden;
		//display:none;
		background:#292929;
		
		li {
			font-size:remify(14);
			margin:0;
			font-weight: 500;
			letter-spacing:1px;
			border-top:1px solid lighten(#cacaca,5%);
			
			a {
				padding-left:20px;
				color:#fff!important;
			}
		}
	}
	*/
}

.menu-main-mobile ul li {
    margin: 0;
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 1px;
    border-top: 1px solid #de637a;
    width: 100%;
}

.menu-main-mobile ul li:first-child {
    border-top: 0;
}

.menu-main-mobile ul a {
    color: #fff !important;
    display: block;
    padding: 11px 0;
}

.menu-main-mobile ul a:hover {
    color: #009ADB;
}

nav.nav-main {
    display: none;
}

@media (min-width: 1000px) {
    nav.nav-main {
        display: block;
    }
}

ul.menu-primary {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    float: right;
    clear: right;
}

ul.menu-primary.sticky {}

ul.menu-primary li {
    float: left;
    margin: 0 0 0 20px;
    font-size: 0.875em;
    font-weight: 500;
    position: relative;
}

@media (min-width: 900px) {
    ul.menu-primary li {
        font-size: 0.875em;
    }
}

@media (min-width: 1040px) {
    ul.menu-primary li {
        font-size: 1.0625em;
        margin-left: 30px;
    }
}

ul.menu-primary a {
    color: #464646;
    display: block;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
}

ul.menu-primary a:hover {
    color: #ce0b30;
}

ul.menu-primary .current-menu-item a {
    color: #000;
    font-weight: 500;
}

ul.menu-primary li:hover a,
ul.menu-primary li a:hover {
    color: #f31943;
}

ul.menu-primary .sub-menu {
    position: absolute;
    /*--Important--*/
    top: 48px;
    left: 0;
    z-index: 99999;
    padding: 0;
    float: left;
    height: auto;
    overflow: visible;
    display: none;
    /*--Hidden for those with js turned off--*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*--If needed to break out into rows--*/
}

@media (min-width: 950px) {
    ul.menu-primary .sub-menu {
        top: 31px;
    }
}

ul.menu-primary .sub-menu::before {
    content: ' ';
    background-image: url(https://www.enigmasigns.biz/assets/img/global/sub-nav-pointer.svg);
    background-size: 22px 22px;
    position: absolute;
    left: 5px;
    top: -13px;
    width: 22px;
    height: 22px;
    display: block;
}

ul.menu-primary .sub-menu li {
    width: 230px;
    /*--Override parent list item--*/
    color: #fff;
    font-size: 0.9375em;
    line-height: 1.6em;
    background: none;
    margin: 0;
    float: left;
    border-bottom: 1px solid #364355;
}

ul.menu-primary .sub-menu a {
    float: none;
    text-indent: 0;
    /*--Override text-indent from parent list item--*/
    height: auto;
    /*--Override height from parent list item--*/
    padding: 9px 15px !important;
    color: #fff !important;
    background: #021229;
    display: block;
}

ul.menu-primary .sub-menu a:hover {
    color: #a0deff !important;
    background: black;
}

ul.menu-primary .sub-menu li:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul.menu-primary .sub-menu li:last-child {
    border-bottom: none;
}

ul.menu-primary .sub-menu li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

ul.menu-primary .sub-menu .row {
    clear: both;
    float: left;
    width: 100%;
}

.home-intro {
    background: #ce0b30;
    position: relative;

}

@media (min-width: 900px) {
    .home-intro {
        padding: 0px 0;
    }
}

.home-intro .content-wrapper {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}

@media (min-width: 900px) {
    .home-intro .content-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0px;
    }
}

.home-intro .col-1 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: auto;
}

@media (min-width: 900px) {
    .home-intro .col-1 {
        width: 50%;
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .home-intro .col-1 {
        width: 66%;
        padding-right: 150px;
    }
}

.home-intro .col-1 h1 {
    color: #fff;
    font-weight: 400;
    margin: auto;
    font-size: 1.125em;
}

@media (min-width: 768px) {
    .home-intro .col-1 h1 {
        font-size: 1.125em;
        line-height: 1.5em;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.home-intro .col-1 h1 span {
    font-weight: 500;
}

@media (min-width: 900px) {
    .home-intro .col-2 {
        width: 50%;
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .home-intro .col-2 {
        width: 34%;
        padding-left: 40px;
    }
}

.home-intro .col-2 div {
    background: #130f2d;
    padding: 30px;
    border-radius: 6px;
    position: relative;
}

@media (min-width: 1200px) {
    .home-intro .col-2 div {
        margin-top: -90px;
    }
}

.home-intro .col-2 img {
    border-radius: 50%;
    position: absolute;
    right: -20px;
    bottom: -40px;
    border: 2px solid #fff;
}

.home-intro .col-2 p {
    color: #fff;
    margin: 0 0 0px 0;
    font-size: 0.9375em;
    line-height: 1.4em;
}

.home-intro .col-2 p.martin {
    font-size: 0.8125em;
    padding-top: 10px;
    text-align: right;
    padding-right: 100px;
    color: #efa5b3;
}

.home-intro .col-2 strong {
    color: #03a9f4;
}

.home-intro .col-2 a {
    color: #61A4D7;
}

@media (min-width: 900px) {

    .no-flexbox .home-intro .col-1,
    .no-flexbox .home-intro .col-2 {
        float: left;
    }
}


.home-intro .twit-feed {
    margin-top: 30px;

}

/* Testimonials Slider */

.testimonials {
    background: #ce0b30;
    width: 100%;
    margin-top: 20px;

}

.testimonials h1 {
    text-align: center;
    color: #ffffff;
    margin-bottom: auto;
    font-size: 2.2em;
    font-family: 'Seaweed Script', cursive;

}

@media (min-width: 900px) {
    .testimonials h1 {
        font-size: 3em;
    }
}



@media (min-width: 900px) {
    .testimonials {
        margin-top: 20px;
    }
}



/* Sequin Slider */
.sequin-container {
	width: 50%;
	float: right;
}

#sequin-slider .item {
    margin: 3px;
}

#sequin-slider .item img {
    display: block;
    min-width: 100%;
    height: auto;
}

.sequin-info {
    text-align: center;
    background: #ce0b30;
}


.sequin-info h2 {
    color: white;
    font-size: 1.5em;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sequin-info .item {
    /* To correctly align image, regardless of content height: */
    flex: auto;
    vertical-align: top;
    padding-right: 50px;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 33%;
}

.sequin-info .item img {
    width: auto;
    height: 80px;
}

.sequin-info .item span {
    display: block;
    font-size: 1em;
    color: white;
    padding-top: 10px;
}

.sequin-info .item .arrow {
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    z-index: 99999;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.sequin-video {
    float: right;
    text-align: center;
}

.sequin-video video {
    height: auto;
}

.sequin-bullet {
    float: left;
}

.sequin-bullet ul {
    list-style-image: url('https://www.enigmasigns.biz/assets/img/global/sequin-large.svg');
    padding-left: 20px;
}

.sequin-bullet li {
    font-size: 1.2em;
}

.sequin-infobutton {}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    border-radius: 75%;
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #ce0b30;
    padding: 7px 35px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;


    
}

@media (min-width: 1024px) {
    .owl-carousel .owl-item img {
        position:absolute;
        left:40px;
    }
}



#customers-testimonials .item p {
    padding: 10px 0%;
    font-size:14px;

}

@media (min-width: 1024px) {
    
    #customers-testimonials .item p {
        padding: 10px 20%;
        font-size:16px;
    }

}






#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}



.module-product-listing {
    padding: 20px 0 40px 0;
}

.module-product-listing h2 {
    text-align: center;
    margin: 30px 0 0 0;
    color: #000;
    padding: 0 20px;
}

.module-home-section-links {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 768px) {
    .module-home-section-links {
        margin: -20px;
    }
}

.home-section-links--panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
    position: relative;
}

@media (min-width: 500px) {
    .home-section-links--panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 40px);
        margin: 20px;
    }
}

@media (min-width: 960px) {
    .home-section-links--panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(25% - 40px);
        margin: 20px;
    }
}

.home-section-links--panel .image-holder {
    margin: 0 0 0px 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.home-section-links--panel .image-holder img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    min-width: 100%;
}

@media (min-width: 768px) {
    .home-section-links--panel .image-holder img {
        margin-bottom: 20px;
    }
}

@media (min-width: 960px) {
    .home-section-links--panel .image-holder img {
        margin-bottom: 0px;
    }
}

.home-section-links--panel .image-holder:hover img {
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    animation-name: in-out;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}

@keyframes in-out {
    0% {transform: scale(1.0);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1.0);}
}

.home-section-links--panel h2 {
    font-size: 1.0625em;
    margin: 0 0 0 0;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 8;
    color: #fff;
    transition: background-color 0.5s ease;
}

.home-section-links--panel .image-holder:hover h2 {
    background-color: rgb(203, 11, 47);
}

@media (min-width: 768px) {
    .no-flexbox .home-section-links--panel {
        float: left;
        width: 25%;
    }
}

.section-discuss-project {
    text-align: center;
    background: #ce0b30;
    background: url(../img/global/pattern.png) center center no-repeat #ce0b30;
}

@media (min-width: 768px) {
    .section-discuss-project {
        background: url(../img/global/pattern.png) center center no-repeat #ce0b30;
        background-size: cover;
    }
}

@media (min-width: 500px) {
    .section-discuss-project .content-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-discuss-project h2 {
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .section-discuss-project h2 {
        font-size: 2.125em;
    }
}

.section-discuss-project h2 span {
    font-weight: 400;
    color: #ffc40e;
}

.section-discuss-project .btn {
    padding: 4px 12px;
    font-size: 0.9375em;
    background: #ff0057;
    border-radius: 100px;
    color: #fff;
    border: 4px solid #ff0057;
}

@media (min-width: 500px) {
    .section-discuss-project .btn {
        padding: 12px 34px;
        font-size: 1.0625em;
        margin: 10px;
    }
}

.section-discuss-project .btn:hover {
    background: #9e0825;
    color: #fff;
    border: 4px solid #fff;
}

@media (min-width: 960px) {
    .col-media {
        float: right;
        width: 50%;
        padding-left: 20px;
    }
}

.col-media img,
.col-media .video-container {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin: 0 0 30px 0;
}

@media (min-width: 1024px) {

    .col-media img,
    .col-media .video-container {
        margin-top: -100px;
    }
}

@media (min-width: 960px) {
    .col-copy {
        float: left;
        width: 50%;
        padding-right: 70px;
    }
}

.col-copy p {
    font-size: 1.125em;
    margin: 0 0 20px 0;
}

.col-copy .more {
    font-weight: 500;
}

.col-copy .btn {
    margin-left: 20px;
}

.h2-header {
    background: #e4e2e2;
    padding: 20px;
    width: auto;
    color: #000;
    margin: 0;
}

.h2-header .content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-grey {
    background: #f2f2f2;
}

.section-grey .content-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
}

.project-listing-container {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 768px) {
    .project-listing-container {
        margin: -20px;
    }
}

.project-listing-container .project-listing-panel {
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
    border-bottom: 2px solid #fff;
    line-height: 0em;
    position: relative;
}

.project-listing-container .project-listing-panel video {
    margin: 0;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .project-listing-container .project-listing-panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 40px);
        margin: 20px;
    }
}

.project-listing-container a.project-listing-panel--link {
    display: block;
}

.project-listing-container a.project-listing-panel--link img {
    margin: 0;
}

.project-listing-container .project-listing-panel--content {
    padding: 20px;
    background: #ce0b30;
    position: relative;
}

.project-listing-container .project-listing-panel--content h2 {
    margin: 0 0 0px 0;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}

.project-listing-container .project-listing-panel--content p {
    font-size: 0.8125em;
    line-height: 1.4em;
}

.project-listing-container .project-listing-panel--content p:last-child {
    margin-bottom: 0;
}

.project-listing-container .arrow {
    position: absolute;
    top: -20px;
    left: 40px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ce0b30;
}

@media (min-width: 768px) {
    .no-flexbox .project-listing-panel {
        float: left;
    }
}

.call-out-ds {
    background: #ce0b30;
}

.call-out-ds h2 {
    color: #fff;
    font-size: 1.875em;
    margin: 0;
}

.service-columns {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.service-columns .flexbox-container--child {
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
    line-height: 0;
}

@media (min-width: 768px) {
    .service-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100%);
        margin: 0;
    }
}

@media (min-width: 900px) {
    .service-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33.333%);
        border: 4px solid #fff;
    }
}

.service-columns h2 {
    color: #000;
    margin: 0 0 10px 0;
}

.service-columns img {
    margin-bottom: 0px;
}

.service-columns .content {
    padding: 20px 25px;
    position: relative;
}

.service-columns .arrow {
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: 8;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.service-columns p {
    margin: 0;
}

.service-columns-digital-signage .content {
    padding-bottom: 0;
}

.service-columns-digital-signage h2 {
    margin-bottom: 20px;
}

.service-columns-digital-signage li {
    font-size: 1em;
    line-height: 1em;
}

@media (min-width: 768px) {
    section.contact-content .col {
        float: left;
    }
}

@media (min-width: 768px) {
    section.contact-content .col-1 {
        width: 40%;
        padding-right: 100px;
    }
}

@media (min-width: 768px) {
    section.contact-content .col-2 {
        width: 60%;
    }
}

section.contact-content h3 {
    color: #ce0b30;
    margin: 0;
    font-size: 1em;
}

section.contact-content p,
section.contact-content address {
    margin: 0 0 15px 0;
    font-size: 1em;
}

section.contact-content hr {
    margin: 20px 0;
}

@media (min-width: 768px) {
    .contact-details-panel {
        padding-top: 30px;
    }

    .contact-details-panel .col-address {
        padding-right: 12%;
    }
}

.contact-details-panel a {
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .no-flexbox div {
        float: left;
    }
}

.heading-enquiry {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .heading-enquiry {
        display: none;
    }
}

.gmap {
    border: 2px solid #bbbbbb !important;
    line-height: 0 !important;
    margin: 0 0 -6px 0 !important;
}

@media (min-width: 768px) {
    .gmap {
        margin-top: -100px;
    }
}

.banner-standard {
    background: #fff;
    overflow: hidden;
    position: relative;
    height: 350px;
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 600px) {
    .banner-standard {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .banner-standard {
        height: 500px;
    }
}

@media (min-width: 1000px) {
    .banner-standard {
        height: 550px;
    }
}

@media (min-width: 1300px) {
    .banner-standard {
        height: 560px;
    }
}

.banner-standard h1 {
    font-weight: 500;
    color: #fff;
    font-size: 1.875em;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

@media (min-width: 600px) {
    .banner-standard h1 {
        font-size: 2.625em;
    }
}

.banner-slim {
    overflow: hidden;
    position: relative;
    background-color: #3a3a3a;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23acacac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.banner-slim h1 {
    font-weight: 500;
    color: #fff;
    font-size: 1.875em;
    margin: 0;
}

@media (min-width: 600px) {
    .banner-slim h1 {
        font-size: 2.1875em;
    }
}

.banner-slim .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-slim-sequin {
    overflow: hidden;
    position: relative;
    background: url(https://www.enigmasigns.biz/assets/img/banners/banner-sequin.svg);
    background-color: #53006a;
	animation:colorchange 5s;
    -moz-animation:colorchange 5s infinite; /* Firefox */
    -webkit-animation:colorchange 5s infinite; /* Safari and Chrome */
}

@-moz-keyframes colorchange /* Firefox */ {
    0% {color:red;}
    50% {background-color:blue;}
    100% {background-color:red;}
}

@-webkit-keyframes colorchange /* Safari and Chrome */ {
    0% {background-color:red;}
    50% {background-color:blue;}
    100% {background-color:red;}
}

.banner-slim-sequin h1 {
    font-weight: 500;
    color: #fff;
    font-size: 1.875em;
    margin: 0;
}

@media (min-width: 600px) {
    .banner-slim-sequin h1 {
        font-size: 2.1875em;
    }
}

.banner-slim-sequin .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-heading {
    position: absolute;
    width: 100%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+65&0+0,0.7+65 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
}

.banner-heading .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-heading h1 {
    margin: 0;
}

body.services .banner-standard {
    background-image: url(../img/banners/serendipity-large.jpg);
}

body.process .banner-standard {
    background-image: url(../img/banners/coffee-shop-large.jpg);
}

body.about .banner-standard {
    background-image: url(../img/banners/about-large.jpg);
}

body.contact .banner-standard {
    background-image: url(../img/banners/contact-large.jpg);
}

body.terms .banner-standard {
    background-image: url(../img/banners/contact-large.jpg);
}

body.go-green .banner-standard {
    background-image: url(../img/banners/go-green-large.jpg);
}

body.vacancies .banner-standard {
    background-image: url(../img/banners/contact-large.jpg);
}

.banner-home {
    background: #fff;
    position: relative;
}

.banner-home .slides {
    margin: 0 !important;
}

.banner-home li {
    height: 350px;
    position: relative;
    margin: 0;
}

@media (min-width: 600px) {
    .banner-home li {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .banner-home li {
        height: 500px;
    }
}

@media (min-width: 1000px) {
    .banner-home li {
        height: 810px;
    }
}

.banner-home li.home-banner-a {
    background-image: url(../img/banners/sequin-small.jpg);
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .banner-home li.home-banner-a {
        background-image: url(../img/banners/sequin-large.jpg);
    }
}

.banner-home li.home-banner-b {
    background-image: url(../img/banners/bespoke-small.jpg);
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .banner-home li.home-banner-b {
        background-image: url(../img/banners/bespoke-large.jpg);
    }
}

.banner-home li.home-banner-c {
    background-image: url(../img/banners/rebrand-small.jpg);
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .banner-home li.home-banner-c {
        background-image: url(../img/banners/rebrand-large.jpg);
    }
}

.banner-home li.home-banner-d {
    background-image: url(../img/banners/tailor-small.jpg);
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .banner-home li.home-banner-d {
        background-image: url(../img/banners/tailor-large.jpg);
    }
}

.flex-active-slide h2,
.flex-active-slide p {
    -webkit-animation: fadeInDown 1000ms linear 1000ms both;
    animation: fadeInDown 1000ms linear 1000ms both;
}

.strapline {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 20px 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1200px) {
    .strapline {
        padding: 30px;
    }
}

.strapline .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.strapline h2 {
    color: #fff;
    font-weight: 500;
    font-size: 1.875em;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.strapline p {
    margin: 0;
    font-weight: 400;
    font-size: 1.375em;
}

.strapline p a,
.strapline p a:visited {
    color: #FFE471;
}

.top-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    opacity: 0.5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.41+1,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), color-stop(1%, rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.41) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 1800px) {
    .top-mask {
        display: none;
    }
}

.section-404 {
    background: #ce0b30;
    min-height: 600px;
    padding-top: 100px;
}

.section-404 h1,
.section-404 p {
    color: #fff;
}

.section-404 p {
    font-size: 1.125em;
}

.section-404 a {
    color: #fff;
}

@media (min-width: 1000px) {
    .section-404 {
        min-height: 900px;
    }
}

.about-columns {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 768px) {
    .about-columns {
        margin: -20px;
    }
}

.about-columns .flexbox-container--child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .about-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% - 40px);
        margin: 20px 20px 0 20px;
    }
}

@media (min-width: 900px) {
    .about-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 40px);
        margin: 20px;
    }
}

.about-columns img {
    margin-bottom: 30px;
}

.about-columns p {
    font-size: 1em;
    margin-bottom: 25px;
}

.about-columns blockquote {
    margin-top: 30px;
}

.about-columns blockquote p {
    font-size: 1.375em;
    line-height: 1.3em;
    font-weight: 400;
}

.about-columns .image-holder {
    margin-bottom: 0;
}

.header-accreditations {
    text-align: center;
    font-weight: 600;
    font-size: 1.6875em;
    color: #000;
}

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

.accreditations div {
    text-align: center;
}

.accreditations img {
    width: 60%;
}

.accreditaion-columns {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 768px) {
    .accreditaion-columns {
        margin: -20px;
    }
}

.accreditaion-columns .flexbox-container--child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .accreditaion-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33% - 40px);
        margin: 20px 20px 0 20px;
    }
}

@media (min-width: 900px) {
    .accreditaion-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(25% - 40px);
        margin: 0 20px;
    }
}

.accreditaion-columns .flexbox-container--child p {
    font-size: 0.8125em;
    line-height: 1.4em;
    text-align: left;
}

.section-process {
    background: #f2f2f2;
}

.process-intro {
    font-size: 1.5em;
}

.module-process {
    displays: table;
    displays: -webkit-box;
    displays: -ms-flexbox;
    displays: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.module-process .module-process--panel {
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
    line-height: 0;
}

@media (min-width: 768px) {
    .module-process .module-process--panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100%);
        margin: 0;
    }
}

@media (min-width: 900px) {
    .module-process .module-process--panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33.333%);
        border: 4px solid #f2f2f2;
    }
}

.module-process h2 {
    color: #000;
}

.module-process h3 {
    color: #ce0b30;
    margin: 0 0 10px 0;
}

.module-process p {
    margin-bottom: 20px;
}

.module-process .icon-holder {
    min-height: 140px;
    background: #ce0b30;
    text-align: center;
    padding-top: 30px;
}

.module-process .content {
    padding: 20px 25px;
    position: relative;
}

.module-process .arrow {
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    z-index: 99999;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.h2-header {
    background: #e4e2e2;
    padding: 20px;
    width: auto;
    color: #000;
    margin: 0;
}

.h2-header .content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-grey {
    background: #f2f2f2;
}

.section-grey .content-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
}

.module-case-studies-listing {
    padding: 20px 0 40px 0;
}

.module-case-studies-listing .header {
    text-align: center;
    margin: 30px 0 0 0;
    color: #000;
    padding: 0 20px;
}

.module-case-studies-section-links {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 768px) {
    .module-case-studies-section-links {
        margin: -20px;
    }
}

.case-studies-section-links--panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
    position: relative;
}

@media (min-width: 768px) {
    .case-studies-section-links--panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 40px);
        margin: 20px;
    }
}

@media (min-width: 960px) {
    .case-studies-section-links--panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(25% - 40px);
        margin: 20px;
    }
}

.case-studies-section-links--panel .image-holder {
    margin: 0 0 0px 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.case-studies-section-links--panel .image-holder img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

@media (min-width: 768px) {
    .case-studies-section-links--panel .image-holder img {
        margin-bottom: 20px;
    }
}

@media (min-width: 960px) {
    .case-studies-section-links--panel .image-holder img {
        margin-bottom: 0px;
    }
}

.case-studies-section-links--panel .image-holder:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.case-studies-section-links--panel h2 {
    font-size: 0.9375em;
    margin: 0 0 0 0;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 99999;
    color: #fff;
    line-height: 1em;
}

.case-studies-section-links--panel h2 span {
    font-size: 0.8125rem;
    color: #9c9c9c;
}

@media (min-width: 768px) {
    .no-flexbox .case-studies-section-links--panel {
        float: left;
    }
}

@media (min-width: 960px) {
    .project-intro p {
        font-size: 1.125em;
    }
}

.image-holder {
    margin: 40px 0;
    line-height: 0;
}

.image-holder p {
    margin: 0 0 35px 0;
    padding-top: 10px;
    font-weight: 600;
    font-size: 0.75em;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .image-holder p {
        margin: 0;
    }
}

.image-holder--no-margin {
    margin: 0;
}

.image-holder-double div {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .image-holder-double div {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0;
    }
}

.image-holder-double div:nth-child(2) {
    margin-right: 0;
}

.about-columns {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 768px) {
    .about-columns {
        margin: -20px;
    }
}

.about-columns .flexbox-container--child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .about-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% - 40px);
        margin: 20px 20px 0 20px;
    }
}

@media (min-width: 900px) {
    .about-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 40px);
        margin: 20px;
    }
}

.about-columns img {
    margin-bottom: 30px;
}

.about-columns p {
    font-size: 1em;
    margin-bottom: 25px;
}

.about-columns blockquote {
    margin-top: 30px;
}

.about-columns blockquote p {
    font-size: 1.375em;
    line-height: 1.3em;
    font-weight: 400;
}

.about-columns .image-holder {
    margin-bottom: 0;
}

.header-accreditations {
    text-align: center;
    font-weight: 600;
    font-size: 1.6875em;
    color: #000;
}

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

.accreditations div {
    text-align: center;
}

.accreditations img {
    width: 60%;
}

.accreditaion-columns {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 768px) {
    .accreditaion-columns {
        margin: -20px;
    }
}

.accreditaion-columns .flexbox-container--child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .accreditaion-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33% - 40px);
        margin: 20px 20px 0 20px;
    }
}

@media (min-width: 900px) {
    .accreditaion-columns .flexbox-container--child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(25% - 40px);
        margin: 0 20px;
    }
}

.accreditaion-columns .flexbox-container--child p {
    font-size: 0.8125em;
    line-height: 1.4em;
    text-align: left;
}

/*# sourceMappingURL=screen.css.map */
.section-sequin-menu {
    display: block;
    width: 50%;
    border-style: outset;
    border-width: 2px;
    float: right;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important
}

.section-sequin-menu button {
    background: #ff0057;
    color: #fff;
    border: 4px solid #ff0057;
    padding: 12px 34px;
    font-size: 1.0625em;
    margin: 10px;
}

.section-sequin-menu button:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    background: #53006a;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section-sequin-menu button:active {
    background: #53006a;
    color: #ffff border: 4px solid #ff0057;
    padding: 12px 34px;
    font-size: 1.0625em;
    margin: 10px;
}

.sequin-button-holder {
    padding-top: 20px;
    text-align: center;
}

.section-sequin-menu img {}

.covid-info-main {
    padding-bottom: 30px;
}

.covid-info-main a,
.covid-info-main a:visited {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 550;
    font-style: italic;
}

.covid-info-main a:hover {
    color: #2ab0ff;
}


.covid-info-main span{
    color: white;
    font-size: 1.1em;
}

.covid-info-main h1 {
    font-size: 1.6em;
    margin-bottom: 0px;
    color: white;
    font-weight: 500;
    padding-bottom: 0;
    padding-top: 30px;
}

.covid-info-main h2 {
    font-size: 1.6em;
    margin-bottom: 0px;
    color: white;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}

.covid-info-main h3 {
    font-size: 1.8em;
    margin-bottom: 0px;
    color: white;
    text-align: center;
}

.covid-info-images {
   -ms-flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex: auto;
    transition: all;
}

.covid-info-image-holder {
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: auto;
    flex: 0 0 auto;
    width: 27%;
    margin: 20px;
}

.covid-info-image-holder:hover {

}

.covid-info-images img{
    min-width: 100%;
    transition: all;
    
}

.covid-info-images img:hover{
    animation-name: in-out;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}

.covid-info-images h2 {
    font-size: 1.0625em;
    margin: 0 0 0 0;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 8;
    color: #fff;
    transition: background-color 0.5s ease;
}