/* colours used:
white - #FFF
Very dark (mostly black) blue. #181a1c
yellow - #FECE1A
black - #000000
light grey - #F4F8F9

divider highlight #35383b

and....
Blackish: #202020
Dark Grey: #3F3F3F
Medium Grey: #707070
Egg Yellow: #FFD6C
White: #FFFFFF */
/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Breadcrumbs
 3.1A Services
 3.1B Products
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
5 set the hover on dropdown
6 set colour of icons on hover
7 scroll button
8 carousel indicators




********************************************************************* */
/* 1. General
********************************************************************* */
body {
    font-family: 'Poppins', Verdana, sans-serif;
    color: #FFF;
    background: #181a1c;
    line-height: 1.3em;
    font-size: 17px;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FECE1A;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    margin: 10px;
}

p {
    font-weight: 100;
    color: #fff;
    text-align: justify;
}

.navbar {
    background: -webkit-linear-gradient(90deg, rgb(24, 26, 28) 0%, rgb(24, 26, 28) 10%, rgb(73, 73, 73) 18%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 100%);
    margin-bottom: 0;
    min-height: 60px;
    background-color: #181A1C;
    position: sticky-top;
}

.navbar-fixed-top {
    min-height: 60px;
    height: 60px;
    padding-top: 0;
}

.navbar-inner {
    background: #181A1C;
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
}

.navbar-brand img {
    width: auto;
    height: 35px;
}

/* this on
********* */
.nav-collapse .nav > li:hover> a,
.nav-collapse .nav > .active > a,
.nav-collapse .nav > .active > a:hover,
.nav-collapse .nav > .active > a:focus {
    border: 1px solid #181A1C;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
    text-transform: uppercase;
    line-height: auto;
    vertical-align: middle;
    margin: 10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
}

.nav-link {
    height: 90%;
    margin-bottom: 3px;
}

.nav-pills {
    margin-bottom: 2px;
}

.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 5px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #181A1C;
}

.nav-pills > li > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}

.navbar-toggler {
    border-radius: 4px;
    background: #FECE1A;
    color: #000;
}

.navbar-dark .navbar-toggler-icon {
    background-image: "images/nav-icon.png";
}

.shop {
    margin-left: 28px;
    margin-top: 0px;
    float: right;
    text-align: left;
    font-size: 14px;
    line-height: 1.2rem;
    width: 170px;
    height: 36px;
    border-radius: 4px;
    background: #333;
    background: linear-gradient(#262626, #000);
    background-image: url('../images/union%20jack%20flag.png');
    background-repeat: no-repeat;
}

.shop:hover {
    background: #FECE1A;
    background-image: url('../images/union%20jack%20flag.png');
}

.shop_dealer {
    margin-left: 28px;
    margin-top: 0px;
    float: right;
    text-align: right;
    font-size: 14px;
    width: 130px;
    min-width: 120px;
    height: 36px;
    border-radius: 4px;
    background: #333;
    background: linear-gradient(#262626, #000);
    background-repeat: no-repeat;
}

.shop_dealer:hover {
    background: #FECE1A;
}

.shopcontacts {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    width: 250px;
    height: 38px;
    border-radius: 4px;
    background: #333;
    background: linear-gradient(#262626, #000);
}

.shopcontacts:hover {
    background: #FECE1A;
}

/* *****
2. Layout
********************************************************************* */
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    z-index: 500;
}

/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    background: #F4F8F9;
    padding: 20px 30px;
}

.highlighted-box h1 {
    margin: 0px;
}

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181A1C;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h1,
.highlighted-box p {
    color: #181A1C !important;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-top: 2px solid #fece1a;
    border-bottom: 2px solid #fece1a;
    box-shadow: 9px 15px 18px #000000;
    width: 100%;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: left;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin-left: 6rem;
    text-align: left;
    width: 0;
    height: 0;
    border-top: 31px solid #181A1C;
    border-left: 45px outset transparent;
    border-right: 45px outset transparent;
    position: relative;
    z-index: 100 !important;
}

.triangle_grey {
    margin-top: 11px;
    margin-left: 5rem;
    text-align: left;
    width: 0;
    height: 0;
    border-top: 30px  solid #F4F8F9;
    border-left: 70px outset transparent;
    border-right: 70px outset transparent;
    position: relative;
    z-index: 10 !important;
}

.triangle_yellow {
    margin-left: 6rem;
    text-align: left;
    width: 0;
    height: 0;
    border-top: 31px solid #FECE1A;
    border-left: 45px outset transparent;
    border-right: 45px outset transparent;
    position: relative;
    z-index: 100 !important;
}

/* 2.1 Animations
********* */
.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/* 2.2 Buttons - There are buttons on a transparent background, primary and secondary color background. */
********* 
.btn.btn-default {
    display: inline-block;
    font-weight: 400;
    color: #181A1C;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(85, 85, 85, 0.31);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.4rem;
    transition: color 0.9s ease-in-out, background-color 0.9s ease-in-out, border-color 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
    background-image: -webkit-linear-gradient(90deg, rgb(221, 221, 221) 8.85609%, rgb(233, 233, 233) 21.9114%, rgb(230, 230, 230) 84.8708%, rgb(255, 255, 255) 100%);
    margin-bottom: 3px;
}

.button,
.button:visited,
.button:focus {
    display: inline-block;
    border: 10px solid #181A1C;
    color: #181A1C;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    line-height: auto;
}

.button:hover,
.button:active {
    background-color: #FECE1A;
    color: #fff;
}

.btn.btn-outline-dark {
    margin-bottom: 4px;
    transition: color 0.9s ease-in-out, background-color 0.9s ease-in-out, border-color 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
}

.btn.btn-outline-dark:hover {
    background-color: #1a2732;
}

.btn.btn-outline-warning {
    color: #FECE1A;
    border-color: #808080;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 5px;
    transition: color 0.9s ease-in-out, background-color 0.9s ease-in-out, border-color 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
}

/* .btn.btn-outline-warning:hover {
    background-color: #1a2732;
} */
.btn-outline-warning:hover {
    color: #212529;
    background-color: #FECE1A;
    border-color: #FECE1A;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.8);
    background-color: #3b3934;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #FECE1A;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FECE1A;
    border-color: #FECE1A;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

a.text-warning:focus,
a.text-warning:hover {
    color: #3F3F3F!important;
}

.button-sp,
.button-sp:visited,
.button-sp:focus {
    border: none;
    background-color: #FECE1A;
    color: #181A1C;
}

.button-sp:hover,
.button-sp:active {
    background-color: #181A1C;
    color: #FECE1A;
}

.button-ps,
.button-ps:visited,
.button-ps:focus {
    border: none;
    background-color: #181A1C;
    color: #FECE1A;
}

.button-ps:hover,
.button-ps:active {
    background-color: #FECE1A;
    color: #181A1C;
}

/* 2.3 Thumbnails - Predefined bootstrap's thumbnail class.
********* */
.thumbnail {
    width: 100%;
    height: 96%;
    padding: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    box-shadow: 6px 7px 6px #000000;
    text-align: center;
    background: #191a1c;
    margin-top: 5px;
}

.thumbnail .more {
    display: block;
    z-index: 4;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -41px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

.thumbnail:hover .more {
    top: 40%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumbnail h3,
.thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.thumbnail h3 {
    color: #FECE1A;
    margin-top: 10px;
    font-size: 20px;
}

.thumbnail > p {
    padding-bottom: 20px;
    text-align: center;
}

.thumbnail .mask {
    opacity: 0.85;
    filter: alpha(opacity=85);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 3%;
    padding-right: 3%;
    background: #181A1C;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    text-decoration: none;
}

.thumbnail:hover .mask {
    top: 0;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.team row {
    margin-bottom: 10px;
}

/* 2.4 Social icons
*********** */
.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px;
}

.social li {
    display: inline-block;
    line-height: 32px;
    font-family: 'Porta';
    font-size: 32px;
    padding: 0 5px;
}

.social li a {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #FECE1A;
}

.social li a:hover {
    color: #181A1C;
}

ul {
    padding-right: 120px;
    font-size: 1rem;
    text-align: left;
}

/* 2.5 dropdown customise 
************************************************************************** */
.dropdown-menu {
    border-top: none;
}

.dropdown-menu {
    margin-top: 0;
    background-color: #181a1c;
    border-top: 2px solid #fece1a;
    border-left: 2px solid #181A1C;
    border-right: 2px solid #181A1C;
    border-bottom: 2px solid #fece1a;
    box-shadow: 6px 6px 6px #000000;
    color: #000000;
    max-width: 400px;
}

.dropdown-menu a {
    color: #F4F8F9;
}

.dropdown-header {
    border-top: 1px solid #696969;
    font-style: italic;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

/* 3. Sections 
************************************************************************** */
.section {
    padding-bottom: 10px;
}

.section .container {
    padding-top: 0px;
}

.section .title {
    text-align: center;

    /* padding: 5px 
    margin-bottom: 1px; */
}

.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}

.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}

.primary-section {
    background: #181A1C;
}

.primary-section .triangle {
    border-top: 40px solid #FECE1A;
}

.primary-section .title {
}

.primary-section,
.primary-section .title p,
.primary-section h3 {
    color: #FECE1A;
}

.primary-section h1 {
    color: #FFF;
}

.secondary-section {
    background: #d7d7d7;
    background-image: url('../images/crystal_bg.png');
}

.secondary-section-uk {
    background: #FECE1A;
}

.secondary-section-dark {
    background: #181a1c;
}

.secondary-section .title {
    /* border-bottom: 1px solid #181A1C */
}

.secondary-section h1,
.secondary-section .title p {
    color: #181A1C;
}

/* Third section use bacground image */
.third-section {
    padding-bottom: 50px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    box-shadow: inset 6px 10px 10px #000000;

    /* border-top: 6px solid #FECE1A */
}

.third-section .container {
    padding-top: 20px;
    position: relative;
}

.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}

.sub-section {
    margin-top: 30px;
}

.sub-section .title {
    padding: 0;
}

.product-section {
    background: #181A1C;
}

.product-section .triangle {
    border-top: 40px solid #FECE1A;
}

.product-section .title {
}

.product-section,
.product-section .title p,
.product-section h3 {
    color: #FECE1A;
}

.product-section h1 {
    color: #FFF;
}

/* ****** 3.1 Breadcrumbs
************************************** */
.breadcrumbs-section {
    background: #181a1c;
    position: relative;
    padding-left: 1rem;
}

.breadcrumbs {
    /* centering */
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    border-radius: 2px;
    margin: 5px 5px 8px 5px;
}

.breadcrumbs a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: #C2C3C4;

    /* need more margin on the left of links to accomodate the numbers */
    padding: 0 8px 0 12px;
    background: #444;
    background: linear-gradient(#444, #333);
    position: relative;
}

/* since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links */
.breadcrumbs a:first-child {
    padding-left: 10px;
    border-radius: 2px 0 0 2px;

    /* to match with the parent's radius */
}

.breadcrumbs a:first-child:before {
    left: 14px;
}

.breadcrumbs a:last-child {
    border-radius: 0 2px 2px 0;

    /* this was to prevent glitches on hover */
    padding-right: 20px;
}

/* hover/active styles */
.breadcrumbs a.active,
.breadcrumb a:hover {
    color: #FECE1A;
    background: #222;
    background: linear-gradient(#222, #000);
}

.breadcrumbs a.active:after,
.breadcrumb a:hover:after {
    color: #FECE1A;
    background: #222;
    background: linear-gradient(135deg, #222, #000);
}

/* adding the arrows for the breadcrumbs using rotated pseudo elements */
.breadcrumbs a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;

    /* half of square's length */
    /* same dimension as the line-height of .breadcrumb a */
    width: 24px;
    height: 24px;

    /* as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707 */
    transform: scale(0.707) rotate(45deg);

    /* we need to prevent the arrows from getting buried under the next link */
    z-index: 1;

    /* background same as links but the gradient will be rotated to compensate with the transform applied */
    background: #444;
    background: linear-gradient(135deg, #444, #333);

    /* stylish arrow design using box shadow */
    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);

    /* 5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows */
    border-radius: 0 5px 0 50px;
}

/* we dont need an arrow after the last link */
.breadcrumbs a:last-child:after {
    content: none;
}

/* we will use the :before element to show numbers */
.breadcrumbs a:before {
    /* some styles now */
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background: #333;
    background: linear-gradient(#333, #222);
    font-weight: bold;
}

.yellow a,
.yellow a:after {
    background: #444;
    background: linear-gradient(#444, #222);
    color: #C2C3C4;
    transition: all 1s;
}

.yellow a:before {
    background: #444;
    background: linear-gradient(90deg, #444, #222);
    box-shadow: 0 0 0 1px #ccc;
}

.yellow a:hover,
.yellow a.active,
.yellow a:hover:after,
.yellow a.active:after {
    color: #FECE1A;
    background: #333;
    background: linear-gradient(#333, #000);
    transition: all 0.5s;
}

/* ******
3.3 Header  
************************************** */
/* Centered text */
.header_image {
    margin-top: -30px;
    width: 100%;
    overflow: hidden;
}

.header_text {
    display: inline-block;
    color: #FECE1A;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 20%;
    margin: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);

    /* the Header text */
    letter-spacing: -0.6px;
    word-spacing: 3px;
    color: #FECE1A;
    font-style: normal;
    text-decoration: none;
    font-variant: small-caps;
    text-transform: capitalize;
    text-shadow: 2px 2px #000000;
}

.header_text_1u {
    display: inline-block;
    color: #FECE1A;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    margin-top: 6%;
    left: 11rem;
    margin: 0;
    position: absolute;
    top: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    /* the Header text */
    letter-spacing: -0.6px;
    word-spacing: 3px;
    color: #FECE1A;
    font-style: normal;
    text-decoration: none;
    font-variant: small-caps;
    text-transform: capitalize;
    text-shadow: 2px 2px #000000;
}

.stylephead_yellow {
    position: relative;
    margin-top: 160px;
    margin-left: -90px;
    margin-right: 0;
    width: auto;
    height: 60px;
    background-image: url('../images/linetri_yellow_dark.svg');
    background-size: 4000px 77px ;
    z-index: 200;
    border-top: none !important;
}

header2 {
    color: #d9e0e2;
    position: relative;
}

header2 p {
    color: #d9e0e2;
    font-size: 19px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-10%, -10%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.intro-text h1 {
    font-size: 65px;
    text-transform: uppercase;
    color: #d9e0e2;
    letter-spacing: 2px;
}

/* ******
3.3B Header  SVG text mask
************************************** */
.image-zoom {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 220px;
}

.image-zoom:before {
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) ), url(../images/header_zoom_background.png) no-repeat center;
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0px;
    width: 100%;

    /* z-index: -1; */
    animation: 20s ease 0s normal none infinite running zoomin;
    -webkit-animation: 20s ease 0s normal none infinite running zoomin;
    -o-animation: 20s ease 0s normal none infinite running zoomin;
    -moz--o-animation: 20s ease 0s normal none infinite running zoomin;
}

@keyframes zoomin {
    0% {
        transform: scale(1.1, 1.1);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

header {
    background: #F4F8F9;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 2000px;
}

svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    //: 100%;
}

svg text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
}

svg rect {
    fill: #F4F8F9;
}

svg > rect {
    -webkit-mask: url(#mask);
    mask: url(#mask);
}

/* ---------------------------------------------------------------------------- */
/* ******
3.1A Services  
************************************** */
.service {
    margin-top: 20px;
}

.service,
.service h2 {
    padding-top: 5px;
    font-weight: 600;
}

.service p {
    padding: 0px 15px;
    height: 60px;
}

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

/* ******
3.1B Products  
************************************** */
.product {
    margin-top: 20px;
}

.product,
.product h2 {
    padding-top: 5px;
    font-weight: 600;
}

.product p {
    padding: 5px 10px;
    color: #b1b1b1;
}

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

.productcircle-border {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(76, 76, 76, 0.33);
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    border-left: 4px solid #FECE1A;
    border-right: 2px solid rgba(0, 0, 0, 0.38);
    background: -moz-radial-gradient(circle, rgba(25,27,29,0.9443044796043417) 0%, rgba(15,17,19,1) 55%);
    background: -webkit-radial-gradient(circle, rgba(25,27,29,0.9443044796043417) 0%, rgba(15,17,19,1) 55%);
    background: radial-gradient(circle, rgba(22, 24, 27, 0.95) 0%, #09090a 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191b1d",endColorstr="#0f1113",GradientType=1);
    box-shadow: 3px 16px 12px -3px #000000;
}

ul.p {
    list-style: none;
    font-size: 1rem;
    display: inline-flex;
    color: white;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    text-decoration: none;
    padding-left: 0px;
}

ul.p > li {
    padding: 0px 60px;
}

/* 3.2 Portfolio
************************************** */
.single-project {
    margin-bottom: 30px;
    background: #181A1C;
}

.single-project img {
    width: 100%;
}

.project-description {
    padding-right: 20px;
}

.project-description p {
    padding-left: 0;
}

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FECE1A;
}

.project-title h3 {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 80%;
}

.project-title .close {
    color: #FECE1A;
    margin-top: 10px;
}

.project-info span,
.project-title h3 {
    color: #FECE1A;
}

.project-info {
    font-weight: 100;
    padding: 10px 0;
}

.project-info span {
    width: 80px;
    display: inline-block;
}

.project-info div {
    margin-bottom: 5px;
}

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}

/* 3.3 About TEAM
***************************************************************** */
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.team .thumbnail:hover .social {
    z-index: 5;
}

.team .thumbnail:hover .social a {
    color: #fff;
}

.team .thumbnail .mask {
    background: #FECE1A;
}

.team .thumbnail .mask h2 {
    margin-top: 20%;
    font-weight: bold;
}

.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover h3,
.team .thumbnail:hover .social a:hover {
    color: #181A17;

    .about-text {
        margin-top: 30px;
    }

    .about-text p {
        padding: 0;
        font-size: 16px;
    }

    /* ********************************************************************
                        SKILLS BAR
******************************************************************** */
    .skills {
        list-style-type: none;
        position: relative;
        margin: 0px;
    }

    .skills li {
        margin-bottom: 30px;
        background: #FFF;
        height: 40px;
        padding: 1px;
    }

    .skills li h3 {
        position: relative;
        font-size: 15px;
        padding: 0;
        margin: 0;
        left: 10px;
        z-index: 1;
        color: #181A1C;
    }

    .skills li .bar {
        height: 40px;
        position: absolute;
        background-color: #FECE1A;
    }

    /* 3.4 Clients
********************************************************************* */
    .client-slider img {
        border: 1px solid white;
    }

    .client-slider img:hover {
        background-color: #FECE1A;
    }

    .client-nav {
        list-style: none;
        margin-top: 10px;
    }

    .client-nav li {
        float: left;
        display: block;
        margin-left: 10px;
    }

    .client-nav li a {
        display: inherit;
        padding: 5px;
        background: #FECE1A;
        border-radius: 3px;
        width: 20px;
        height: 20px;
    }

    .client-nav li a:hover {
        background: #181A1C;
    }

    .testimonial p {
        color: #181A1C;
        background: #FECE1A;
        padding: 15px;
        margin: 0;
    }

    .testimonial .arrow {
        margin-left: 10px;
        width: 0;
        border-top: 10px solid #FECE1A;
        border-left: 20px outset transparent;
        border-right: 20px outset transparent;
    }

    .testimonial .whopic {
        display: inline-block;
    }

    .testimonial .whopic img {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        float: left;
    }

    .testimonial .whopic strong {
        float: left;
        margin-top: 10px;
        padding-left: 10px;
    }

    .testimonial .whopic small {
        display: block;
        font-size: 12px;
    }

    .testimonial-text {
        display: block;
        font-size: 22px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        width: 70%;
        line-height: 1.3em;
    }

    /* 3.5 Price table
***************************************************************** */
    .price-table {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .price-column {
        background-color: white;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding-bottom: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .price-column h3 {
        background-color: #181A1C;
        text-transform: uppercase;
        text-align: center;
        color: #FECE1A;
        padding: 40px 0px;
        font-size: 36px;
        margin-top: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
    }

    .price-column .list {
        list-style: none;
        margin: 20px 50px;
    }

    .price-column .list li {
        font-weight: lighter;
        color: #747C89;
        font-size: 20px;
        border-bottom: 1px solid #747C89;
        padding: 25px 0px;
    }

    .price-column .list li.price {
        text-align: center;
        font-size: 31px;
        background-color: white;
        color: #747C89;
        margin-top: 25px;
    }

    .price-text {
        margin: 30px 0 20px;
        font-size: 20px;
        color: #181A1C;
        font-weight: normal;
    }

    /* 3.6 Newsletter
******************************************************************* */
    .newsletter,
    .newsletter h2 {
        color: #D7DDDE;
    }

    .newsletter .title h2 {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .newsletter form {
        text-align: right;
    }

    .newsletter input {
        margin-top: 10px;
        padding: 15px;
        height: auto;
    }

    .newsletter button {
        margin: 0 0 0 20px;
    }

    .newsletter .button-sp:hover,
    .newsletter .button-sp:active {
        background-color: #FFF;
        color: #181A1C;
    }

    /* 3.7 Contact
******************************************************************* */
    .contact {
        background: #FECE1A;
    }

    .contact h1,
    .contact h2,
    .contact h3,
    .contact h4,
    .contact h5,
    .contact h6,
    .contact .section .title > p,
    .contact .social > li > a {
        color: #181A1C;
    }

    .contact textarea,
    .contact input[type="text"],
    .contact input[type="email"] {
        padding: 10px;
        line-height: 20px;
        height: auto;
    }

    .contact textarea {
        height: 120px;
    }

    .contacts,
    .contact .social {
        color: #fff;
        list-style: none;
        margin-left: 10px;
    }

    .contacts > li {
        margin-top: 15px;
    }

    .contacts > li > a {
        color: #fff;
    }

    .contact-info {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contact-info p {
        font-weight: normal;
    }

    .contact-info .icon {
        margin: 10px auto;
        font-size: 30px;
    }

    .map-wrapper {
        position: relative;
        height: 500px;
    }

    .map-canvas {
        position: absolute;
        margin-bottom: 20px;
        width: 100%;
        height: 500px;
        color: #29383F;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .contact .social {
        display: inline-block;
        margin-left: 0;
    }

    .contact .social li {
        line-height: 32px;
        padding: 10px 10px;
        font-family: 'Porta';
        font-size: 50px;
        transition: margin 0.4s;
        -webkit-transition: margin 0.4s;
    }

    .contact .social li a {
        color: #fff;
    }

    .contact .social li a:hover {
        color: #181A1C;
    }

    .contact-form {
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        z-index: 110;
        position: relative;
        margin-top: -25px;
        padding: 20px;
    }

    .contact-form h3 {
        color: #838589;
        padding-bottom: 20px;
    }

    .message-btn {
        border: 1px solid #747C89;
        color: #747C89;
        background-color: transparent;
        padding: 15px 30px;
        font-size: 17px;
    }

    .message-btn:hover {
        background-color: #FECE1A;
    }

    .contact-info {
        text-align: center;
        font-size: 22px;
    }

    .info-mail {
        border: 1px solid white;
        width: 60%;
        margin: 0 auto;
        padding: 15px;
        color: #181A1C;
    }

    .black {
        color: #181A1C;
    }

    /* 3.8 Footer
******************************************************************
    .scrollup {
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        width: 39px;
        height: 39px;
        border-radius: 5px;
        font-size: 20px;
        position: fixed;
        bottom: 30px;
        right: 20px;
        border: 1px solid #fff;
        display: none;
        background: #FECE1A;
    }

    .scrollup > a {
        position: relative;
        top: 7px;
        color: #fff;
    } */
    /* 4 Responsible */
    /* divider line 
    .divider {
        border: 3px solid #FECE1A;
        z-index: 500;
        background-color: #181a1c;
        text-align: center;
        padding-bottom: 1px;
    } */
    ******************************************************************* */
    @media (min-width: 1200px) {
        .thumbnail .more {
            margin-left: -41px;
            width: 80px;
            height: 80px;
            border-radius: 40px;
            line-height: 80px;
        }
    }

    @media (max-width: 979px) {
        body {
            padding-left: 0;
            padding-right: 0;
        }

        .navbar-fixed-top,
        .navbar-fixed-bottom {
            position: fixed;
        }

        .navbar .nav > li > a {
            line-height: 20px;
            vertical-align: middle;
        }

        .section {
            padding-left: 20px;
            padding-right: 20px;
        }

        .navbar-fixed-top,
        .navbar-fixed-bottom,
        .navbar-static-top {
            margin-left: 0px;
            margin-right: 0px;
        }

        .nav-collapse {
            clear: both;
        }

        .nav-collapse .nav {
            float: none;
            margin: 0 0 10px;
        }

        .nav-collapse .nav > li {
            float: none;
        }

        .nav-collapse,
        .nav-collapse.collapse {
            width: 100%;
            display: inherit;
        }

        .thumbnail .more {
            margin-left: -21px;
            width: 40px;
            height: 40px;
            border-radius: 30px;
            line-height: 40px;
        }

        .thumbnail:hover .more {
            margin-top: -20px;
        }

        .newsletter form {
            text-align: center;
        }
    }

    @media (max-width: 767px) {
        .info-mail {
            width: 90%;
            padding: 15px 0px;
        }

        .project-description {
            padding-left: 20px;
        }

        .price-column,
        .testimonial {
            margin-top: 30px;
        }
    }
}

.footer {
    background-color: #181a1c;
    text-align: center;
    padding-bottom: 1px;
}

/* 5 set the hover on dropdown
******************************************************************* */
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /* Without this, clicking will make it sticky */
    pointer-events: none;
}

/* 6 set colour of icons on hover
******************************************************************* */
.fa-2x:hover {
    color: #FECE1A;
}

.stylep_yellow {
    position: relative;
    margin-top: -5px;
    margin-bottom: -10px;
    width: auto;
    height: 23px;
    background-image: url('../images/linetri_yellow.svg');
    border-top: none !important;
}

.stylepp_yellow {
    position: relative;
    margin-top: 2px;
    margin-bottom: -5px;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
    height: 23px;
    background-image: url('../images/linetri_yellow.svg');
    border-top: none !important;
}

.stylepn_yellow {
    position: relative;
    margin-top: 28px;
    margin-bottom: 0px;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
    height: 23px;
    background-image: url('../images/linetri_yellow.svg');
    border-top: none !important;
}

.stylep_divider {
    position: relative;
    margin-top: -5px;
    margin-bottom: -10px;
    width: auto;
    height: 2px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #35383b;
}

/* 7 scroll button
******************************************************************* */
#myscrollBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 26px;
    outline-color: #181a1c;
    background-color: #dcb51d;
    color: #181a1c;
    cursor: pointer;
    padding: 8px 8px 7px;
    border-radius: 5px;
    border-style: solid;
    box-shadow: 3px 3px 4px;
    border-color: #ffffff;
}

#myscrollBtn:hover {
    background-color: #be9909;
    border-radius: 5px;
    border-style: solid;
    box-shadow: 4px 4px 6px;
    border-color: #F4F8F9;
}

/* 8 carousel indicators
***************************************************************** */
.carousel-indicators li {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    width: 1em;
    height: 1em;
    border: 2px solid;
    border-radius: 50%;
    background-color: #E0E0E0;
}

.carousel-indicators .active {
    background-color: #FECE1A;
    background-image: url('../images/carousel_knob.png');
    background-size: 1em;
    border: 2px solid #FECE1A;
    border-radius: 50%;
}

/* 9 tabs from https://bootsnipp.com/snippets/exE6D
******************************************************************* */
/* Tabs */
section .section-title {
    text-align: center;
}

#tabs {
    background: #181a1c;
}

.nav-tabs {
    max-width: 800px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #FECE1A !important;
}

#tabs .nav-tabs .nav-item.show .nav-link .nav-tabs,
 {
    background-color: transparent;
    border-bottom: 1px solid #FECE1A !important;
    font-size: 17px;
}

#tabs .nav-item.active {
    color: #FECE1A;
    background: #181a1c;
    border-bottom: 8px solid #FECE1A !important;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 500;
}

#tabs .nav-tabs .nav-link {
    background: #181a1c;
    border-radius: 0px;
}

nav > div a.nav-item.nav-link:hover {
    border: none;
    color: #FECE1A;
    border-bottom: 8px solid #FECE1A !important;
}

nav > div a.nav-item.nav-link:focus {
    border: none;
    color: #fff;
    border-bottom: 8px solid #FECE1A !important;
    font-weight: 500;
}

nav: visited {
    border: none;
    background: #212529;
    border-radius: 0;
    transition: background 0.40s linear;
}

.styleptab_yellow {
    position: relative;
    margin-top: -2px;
    margin-bottom: -5px;
    border-top: 2px solid #FECE1A !important;
    width: auto;
    height: 2px;
}

.styleptab2_yellow {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-top: 2px solid #FECE1A !important;
    width: 70%;
    height: 2px;
}

/* find a dealer button */
.btn-warning {
    /* formatting goes here */
    position: relative;
    z-index: 999;
    border-color: #9f9f9f;
}

/* find a dealer button inline
.btn-warning {
    /* formatting goes here
    position: relative;
    z-index: 999;
    border-color: #9f9f9f;
} */
/* search 
.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    height: 35px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
}

.search .fa-search {
    position: absolute;
    top: 8px;
    left: 12px;
}

.search button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 31px;
    width: 40px;
} */
/* form-inline search */
.form-inline {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.form-inline input {
    max-width: 200px;
    height: 35px;
    border: 2px solid #d6d4d4;
}

.form-inline input:focus {
    box-shadow: none;
}

.form-inline .fa-search {
    position: absolute;
    top: 9px;
    left: 9px;
}

.form-inline .fa-search:hover {
    color: #FECE1A;
}

.form-inline button {
    position: absolute;
    top: 0px;
    left: 217px;
    height: 35px;
    width: 35px;
}

.form-inline button:hover {
    border: 1px solid #FECE1A;
}

/* css row customise - the yellow header
******************************************************************* */
.rowheader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #181a1c;
    height: 300px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0c000+0,fcca00+9,ffcf0d+38,eebe00+57,d8a900+66,ffcf0f+75,ffcf0f+75,ffd941+87,ffd633+100 */
    background: #f0c000;

    /* Old browsers */
    background: -moz-linear-gradient(top,  #f0c000 0%, #fcca00 9%, #ffcf0d 38%, #eebe00 57%, #d8a900 66%, #ffcf0f 75%, #ffcf0f 75%, #ffd941 87%, #ffd633 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f0c000 0%,#fcca00 9%,#ffcf0d 38%,#eebe00 57%,#d8a900 66%,#ffcf0f 75%,#ffcf0f 75%,#ffd941 87%,#ffd633 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f0c000 0%,#fcca00 9%,#ffcf0d 38%,#eebe00 57%,#d8a900 66%,#ffcf0f 75%,#ffcf0f 75%,#ffd941 87%,#ffd633 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c000', endColorstr='#ffd633',GradientType=0 );

    /* IE6-9 */
}

.rownews {
    background-color: #181a1c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.rowcompany {
    background-color: #181a1c;
}

.rowform {
    background-color: #181a1c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 8px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.header_product_photo {
    width: auto;
    height: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

/* style the main content
******************************************************************* */
.dr-right .card {
    background: 0 0;
    border: none;
}

.content_header_text {
    /* the Header text */
    display: inline;
    text-decoration: none;
    font-variant: small-caps;
    text-transform: capitalize;
}

.photo_bg {
    box-shadow: 10px 16px 12px -3px #000000;
    background: #181a1c;
    background: -moz-linear-gradient(top,  #181a1c 0%, #181a1c 80%, #000000 92%, #000000 100%);
    background: -webkit-linear-gradient(top,  #181a1c 0%,#181a1c 80%,#000000 92%,#000000 100%);
    background: linear-gradient(to bottom,  #181a1c 0%,#181a1c 80%,#000000 92%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181a1c', endColorstr='#000000',GradientType=0 );
    border-left: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* image map popup styling
******************************************************************* */
.popup {
    padding: 20px;
    background-color: rgba(100, 100, 100, 0.9);
    color: white;
    position: relative;
    opacity: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
    transform: scale(0);
    transition: opacity 1000ms, transform 1000ms;
}

.popup > .close {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: black;
    padding: 4px 10px;
}

.popup:target {
    opacity: 1;
    transform: scale(1);
}

/* tooltip from https://codepen.io/ianfarb/pen/DwPvOm
*******************************************************************
#container_square {
    text-decoration: none;
}

.tooltip {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    background: rgba(255,255,255,.5);
}

.tooltip:hover {
    -webkit-animation-play-state: paused;
}

.tooltip:hover .info {
    visibility: visible;
}

/* #first   {   
     margin: 200px 0 0 200px !important;}

#second   {   
    margin:75px 0 0 52px !important;}

#third   {   
    margin:158px 0 0 425px !important;} 
.info {
    width: 200px;
    padding: 10px;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    position: absolute;
    visibility: hidden;
    margin: -105px 0 0 -100px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.5);
}

.arrow {
    position: absolute;
    margin: 10px 0 0 88px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
} */
/* features
******************************************************************* */
ul.feature {
    list-style-image: url(../images/spacer_dot.png);
    margin-left: 3px;
    padding: 21px;
    letter-spacing: 0.13em;
    word-spacing: 0.15rem;
}

ul.feature li:first-child {
    margin-top: 0;
}

ul.feature li {
    margin-top: 25px;
}

ul.feature2 {
    margin-left: 3px;
    padding: 21px;
    letter-spacing: 0.13em;
    word-spacing: 0.15rem;
}

ul.feature2 li:first-child {
    margin-top: 0;
}

ul.feature2 li {
    margin-top: 25px;
}

/* features_archive
******************************************************************* */
ul.feature_archive {
    list-style-image: url(../images/spacer_dot.png);
    margin-left: 3px;
    padding: 21px;
    letter-spacing: 0.13em;
    word-spacing: 0.15rem;
}

ul.feature_archive li:first-child {
    margin-top: 0;
}

ul.feature_archive li {
    margin-top: 2px;
}

/* specs list
*******************************************************************
ul.specs-row {
    list-style-image: url(../images/spacer_dot.png);
    margin-left: 3px;
    padding: 21px;
    letter-spacing: 0.13em;
    word-spacing: 0.15rem;
}

ul.specs-title {
    float: left;
    width: 25%;
}

.specs-desc-column {
    float: left;
    width: 75%;
}

.specs-row {
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
} */
/* specs list
******************************************************************* */
ul.specs-content {
    letter-spacing: 0.13em;
    word-spacing: 0.15rem;
}

.specs-title {
    float: left;
}

table {
    border-left: .6rem solid #FECE1A;
}

*/.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #37eb34;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border: 1px;
    border-top: 1px solid #474c51;
}

.table .thead-dark th {
    color: #fff;
    background-color: #232a30;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

table a {
    display: block;
    color: #707070;
    text-align: center;
}

table a:hover {
    display: block;
}

/* quotes
******************************************************************* */
figure {
    border-left: .6rem solid #FECE1A;
    border-top: 1px solid #F4F8F9;
    border-right: 1px solid #F4F8F9;
    border-bottom: 1px solid #F4F8F9;
    border-radius: 5px;
    box-shadow: 8px 13px 13px #000000;
}

/* margin on left & right of cards
******************************************************************* */
.card-body {
    margin-left: 15px;
    margin-right: 15px;
}

/* status classes - this is from Chris' original website css
******************************************************************* */
input {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0px 2px 0px 2px;
    padding: 3px;
    border: 2px solid #aaa;
}

.num {
    display: inline;
    width: 35px;
    height: 35px;
    margin-right: 2px;
    padding: 3px;
    border: 2px solid #aaa;
    font-size: 15px;
    text-align: center;
}

.status {
    margin-bottom: 21px;
}

.status-error {
    display: block;
    padding: 7px;
    background: #cc0000;
    color: #fff;
}

.status-warning {
    display: block;
    padding: 7px;
    background: #ffae00;
    color: #000;
}

.status-progress {
    display: block;
    padding: 7px;
    background: #3CA4E1;
    color: #fff;
}

.status-success {
    display: block;
    padding: 7px;
    background: #00cc00;
    color: #fff;
}

.submit {
    width: 100%;
    height: 110px;
    margin: 8px 0 0 0;
    background: #707070;
    vertical-align: middle;
}

label {
    display: inline;
    width: 150px;
    float: left;
    margin: 0 0 0 15px;
    text-align: left;
}

label[for=agree] {
    position: relative;
    top: 26px;
    width: 150px;
    margin-right: 7px;
}

label.submit-message {
    position: relative;
    top: 8px;
    width: 100%;
    margin-left: 14px;
    text-align: left;
}

.style1 {
    color: #FECE1A;
    font-weight: bolder;
    margin: 0px;
}

/* sitemap content */
contentsitemap {
    font-weight: bolder;
    margin: 0px;
    border-left: 20px;
    border-color: #FECE1A;
}

border-left:20px {
}

.contentsitemap {
    border-left: 3px solid #FECE1A;
}

p.p10 {
    margin-left: 10px;
    font-weight: 700;
}

p.p102 {
    margin-left: 10px;
    font-weight: 600;
}

p.p23 {
    margin-left: 23px;
    font-weight: 600;
}

p.p35 {
    margin-left: 35px;
}

/* select country dropdown styling */
.optionbox {
    position: absolute;
    width: 100%;
    left: auto;
    right: auto;
    transform: translate(-2em, -1em);
}

.optionbox select {
    background: #F4F8F9;
    color: #808080;
    padding: 10px;
    height: 50px;
    border: none;
    font-size: 15px;
    box-shadow: 8px 8px 10px 8px #000000;
    -webkit-appearance: button;
    outline: none;
    cursor: pointer;
}

.optionbox:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -21px;
    height: 50px;
    width: 9px;
    background: #FECE1A;
    line-height: 50px;
    color: #FECE1A;
    cursor: pointer;
}

.optionbox:hover:before {
    background: #FECE1A;
    color: #808080;
}

/* input errors and help */
.help {
    position: relative;
    width: 100%;
    top: -1px;
    margin-bottom: 7px;
    font-size: 12px;
    text-align: left;
}

.info {
    color: #aaa;
}

.success {
    color: #00cc00;
}

.error {
    color: #FEE37C;
}

.warning {
    color: #ffae00;
}

.field-success {
    border: 2px solid #00cc00;
}

.field-error {
    border: 2px solid #cc0000;
}

.field-warning {
    border: 2px solid #ffae00;
}

input.field-error {
    border: 2px solid #cc0000;
}

select.field-error {
    border: 2px solid #cc0000;
}

select.field-success {
    border: 2px solid #00cc00;
}

select.error {
    border: 2px solid #cc0000;
}

.agree_error {
    background: #cc0000;
    color: #fff;
}

/* to style register dropdowns */
select {
    margin-left: 13px;
    max-width: 500px;
}

/* link colours */
a:link {
    /* color: #fff; 
    text-decoration-color: #000000;
    text-decoration-line: underline; 
    background-color: transparent; */
    color: #fff;
    font-weight: 600;
}

a:visited {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
    font-weight: 600;
}

a:hover {
    color: #FECE1A;
    background-color: transparent;
}

a:active {
    color: #FECE1A;
    background-color: transparent;
}

/* button yellow */
btn:hover {
    color: #FECE1A;
}