/* 
colors:
#11162D - Dark blue
#F76B0B - Orange
#EF8901 - Mustard
#343434 - Dark Grey
#4A4A4A - Grey
*/

body {
    margin: 0;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #11162D;
}

.overflow_hidden {
    overflow-y: hidden !important;
}

html {
    scroll-behavior: smooth;
}
  

img {
	width: 100%;
	height: auto;
}

h1,h2, h3, h4, h5, h6 {
	margin-top: 0;
}

.h1, h1 {
    font-weight: 600;
    font-size: 50px;
}

.h2, h2 {
    font-size: 40px;
    font-weight: 400;
}

.h3 {
    font-weight: 400;
}

h5 {
    font-size: 20px;
}

p,
li,
a {
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
    vertical-align: middle;
}

blockquote {
    margin: 3rem 8rem;
    text-align: center;
    font-style: italic;
}

.border-top-wht {
    border-top: 1px solid #fff;
}

.btn-sm {
    padding: 5px 10px!important;
    min-width: auto!important;
    line-height: normal;
    vertical-align: middle;
    font-size: 12px!important;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    text-transform: none!important;
}

.btn-primary {
    padding: 10px 15px;
    min-width: 200px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-primary.outlined {
    border: 1px solid #fff;
    color: #fff!important;
    background-color: transparent;
}

.btn-primary.orange {
    border: 1px solid #F76B0B;
    color: #fff;
    background-color: #F76B0B;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-item {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}

.navbar-light .btn-primary {
    padding: 10px!important;
    min-width: auto;
    line-height: 20px;
    vertical-align: middle;
    font-size:15px;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar {
    padding: .5rem 0;
}

.header-details a {
    color: #F76B0B;
    font-size: 13px;
    text-transform: none;
}

.header-icons i {
    color: #4267B2;
    font-size: 25px;
}

.pink-icon i {
    color: #E1306C;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
}

.home-header .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}

/* Slider styles */
.controls {
    list-style-type: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}

.controls i {
    color: #fff;
    font-size: 40px;
}

.controls i:hover {
    cursor: pointer;
}

.controls .next {
    float: right;
    margin-right: -30px;
}

.controls .prev {
    float: left;
    margin-left: -50px;
}

/* Home page */
.home-links .card {
    position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
    border: 0;
}

.home-links .card a {
    color: #11162D;
}

.home-links .card-inner {
	position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    margin-top: 0;
    z-index: 999;
    text-align: center;
}


.home-links .img-overlay .card-inner {
    padding: 27.5% 0;
    transition: all 1s ease;
    opacity: 1;
    border: 0;
}

.home-links .img-overlay .card-inner .btn-primary {
    opacity: 0;
}

.home-links .card:hover .btn-primary {
    opacity: 1;
    transition: all 1s ease;
}

.home-links .card:hover .card-inner {
	opacity: 1;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin-top: 0;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5)!important;
    transition: all 0.8s ease-in-out;
}

.orange-block {
    background-color: #F76B0B;
    border-bottom: 40px solid #EF8901!important;
    min-height: 410px;
}

.orange-block .btn-primary {
    max-width: 200px;
}

.parallax-section {
    background-image: url('/images/parallax.jpg');
    background-position: center;
    background-size: auto;
    min-height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.home-about, .home-quote {
    padding: 8% 0 0 0;
    background-color: #fff;
}

.home-about h2 {
    color: #11162D;
    font-weight: 700;
    font-size: 50px;
}

.home-about p {
    color: #11162D;
    font-size: 20px;
    line-height: 30px;
}

.home-quote h3 {
    color: #11162D;
    font-size: 50px;
    font-weight: 700;
}

.home-contact {
    padding: 8% 0 0 0;
}

.home-contact p, .home-contact h2 {
    color: #fff;
}


/* Products */
.pagination .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
}

.individual-product-header {
    background-size:cover; 
    background-repeat:no-repeat; 
    background-position:center; 
    background-attachment: fixed;
}

.individual-product-header .row {
    height: 90vh; 
}

.header-text {
    padding-bottom: 30px;
    z-index: 9999;
    position: relative;
}

.header-text h1, .header-text p {
    color: #fff;
}

.header-text p {
    font-size: 17px;
}

.gradient-overlay {
    background: transparent linear-gradient(180deg, #00000000 76%, #11162D 102%) 4% 4% no-repeat padding-box;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    height: 92vh;
    top: 8%;
}

.product-info i {
    font-size: 25px;
    vertical-align: text-top;
}

.product-info a {
    color: #fff;
}

.product-info a:hover {
    color: #EF8901;
}

/* Form styles */
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 100%;
}

.custom-select {
    display: inline-block;
    text-transform: uppercase;
    height: auto;
    padding: 15px;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    color: #EBECEE!important;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #A2A2A2;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    background: url('/images/angle-down-light.png') 95% / 10px 7px no-repeat!important;
    width:100%;
}

.custom-select option {
    background: #11162D;
    color: #fff;
}

.select2-results { 
    background: #11162D;
    color: #fff;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent!important;
    background-image: none !important;
    color:  transparent!important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    height: 56px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    background: url('/images/angle-down-light.png') 95% / 15px 8px no-repeat!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 55px;
    padding-left: 15px;
    font-weight: 200;
}

.select2-dropdown {
    background-color: #11162D;
    border: 1px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #11162D;
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results__option--highlighted {
    background-color: #DBDBDB;
    color: #000;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    height: 100px;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    height: 100px;
    background-color: transparent;
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #DBDBDB;
    outline: none;
    height: 100px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #DBDBDB;
}

/*Placeholder text*/

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
    font-size: 1rem;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
    font-size: 1rem;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
    font-size: 1rem;
}

.footer-contact-details {
    height:auto;
    padding-top: 5%;
}

.footer-contact-details p {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    padding-bottom: 5px;
}

.footer-contact-details a {
    font-size: 30px;
    line-height: 20px;
}

.footer-contact-details p, .footer-contact-details a, .footer-contact-details i {
    color: #fff;
}

.footer-contact-details i {
    font-size: 50px;
}

.media-left {
    background-color: #F76B0B;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0px 100%);
    padding: 100px 20%!important;
    margin-right: -4%;
    min-height: 100px;
}

.media-right {
    background-color: #EF8901;
    clip-path: polygon(15% 0px, 100% 0, 100% 100%, 0% 100%);
    padding: 100px 20%!important;
    margin-left: -13%;
    min-height: 100px;
}

.position-absolute-left {
    position: absolute;
    left: auto;
    top: 45%;
}

.position-absolute-right {
    position: absolute;
    top: 45%;
    right: 20%;
    width: auto;
}
/* Footer */
.footer {
    padding-bottom: 40px;
    padding-top: 40px;
}

.footer p, .footer a {
    color: #fff;
}

.product-container {
    min-height: 164px;
}

#quote-form-response-success {
    padding-left: 0;
    padding-left: 0px;
    /* height: 75px; */
    color: #fff;
    padding: 20px;
    background-clip: padding-box;
    border: 2px solid lightgreen;
    border-radius: 0;
    margin-bottom: 15px;
}

#quote-form-response-error {
    padding-left: 0;
    padding-left: 0px;
    /* height: 75px; */
    color: #fff;
    padding: 20px;
    background-clip: padding-box;
    border: 2px solid red;
    border-radius: 0;
    margin-bottom: 15px;
}

.material-type-card-body {
    min-height: 165px;
}

.ceo-quotes {
    font-size: 1.5rem;
}

.we-would-love-to-work {
    margin-bottom:1rem;
}

.request-quote-product {
    width: 100%;
}

.filter_material, .filter_sector, .filter_look {
    width:100%;
}

#mobile-filter-div {
    text-align:center;
}

#mobile-filter-btn {
    margin-top:25px;
}

.no-products-found-error {
    text-align:center;
    color:#fff;
}