﻿/*MAIN STYLE SHEET*/
/*FONTS*/
@font-face {
    font-family: 'gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2');
}

@font-face {
    font-family: 'gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2');
    font-weight: bold;
}



/*BODY*/
body {
    margin: 0;
    padding: 0;
    color: #6D6E71;
    background-color: #fff;
    font-size: 16px;
    font-family: 'gotham', 'Arial';
}


* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1;
    margin: 0;
    margin-bottom:10px;
}

h1{
    font-size:40px;
}

h1.mini-heading
{
    font-size:28px;
}

h2 {
    font-size: 40px;
}


h3 {
    font-size: 33px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 21px;
}

h6
{
    font-size:16px;
}

.container-narrow {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px;
}

.container-med {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding:0 15px;
}


.anchor-arrow {
    position: absolute;
    bottom: 30px;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.outline {
    border: 1px;
}

.outline-white
{
    border:1px solid #fff;
}

.outline-black {
    border: 1px solid #000;
}

.font-small
{
    font-size:12px;
}

.font-med
{
    font-size:14px;
}

.font-large
{
    font-size:18px;
}

.social-icon
{
    width:20px;
}

.parallax
{
    background-attachment:fixed !important;
}

.p-xs-4 {
    padding: 1.5em;
}

.p-xs-3 {
    padding: 1em;
}

.p-xs-2
{
    padding:0.5em;
}

.p-xs-0
{
    padding:0;
}

.pt-xs-4 {
    padding-top: 1.5em;
}

.pt-xs-3 {
    padding-top: 1em;
}

.pt-xs-2 {
    padding-top: 0.5em;
}

.pb-xs-4 {
    padding-bottom: 1.5em;
}

.pb-xs-3 {
    padding-bottom: 1em;
}

.pb-xs-2 {
    padding-bottom: 0.5em;
}

.mt-xs-4 {
    margin-top: 1.5em;
}

.mt-xs-3 {
    margin-top: 1em;
}

.mt-xs-2 {
    margin-top: 0.5em;
}

.mb-xs-4 {
    margin-bottom: 1.5em;
}

.mb-xs-3 {
    margin-bottom: 1em;
}

.mb-xs-2 {
    margin-bottom: 0.5em;
}



.relative
{
    position:relative;
}

.main-slider .slick-dots {
    bottom: 80px !important;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.slick-dots li button:before {
    content: '■' !important;
    font-size: 20px !important;
    color: #313E48 !important;
    opacity: 1 !important;
}

.slick-dots .slick-active button:before {
    color:#fff !important;
}

.slider-nav .slick-dots .slick-active button:before {
    color: #D7D1CB !important;
}

.slider-nav .slick-list::before
{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:50px;
    background-color:#fff;
    z-index:50;
}

.slider-nav .slick-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #fff;
    z-index: 50;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-prev, .slick-next
{
    height:auto !important;
    width:auto !important;
}

.slick-next {
    right: -80px !important;
}

.slick-prev {
    left: -80px !important;
}

.slick-next::before {
    content: "NEXT" !important;
}

.slick-prev::before {
    content: "PREVIOUS" !important;
}

.slick-prev:before, .slick-next:before {
    font-family: Arial, Verdana !important;
    font-size: 14px !important;
    font-weight:bold !important;
    color: #313E48 !important;
}

.placeholder-100h {
    height: 100vh;
}

.placeholder
{
    height:300px;
}

.line-h-1
{
    line-height:1;
}

.banner {
    background-size: cover !important;
    background-position: center !important;
    height: 600px;
    position: relative;
    text-align: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.main-banner .background
{
    height:75vh;
}

.main-banner .container
{
    height:100%;
    position:relative;
}

.main-banner .slide-text
{
    color:#fff;
    position:absolute;
    left:15px;
    top:100px;
    max-width:600px;
}


.main-banner .slide-text h2, .main-banner .slide-text h3, .main-banner .slide-text h4 {
    font-size:50px;
    margin-bottom:20px;
}

.main-slider .slide-text a
{
    border: 3px solid #fff;
    color:#fff;
    padding: 12px;
    border-radius: 0;
    font-size: 14px;
    min-width: 110px;
    text-transform: uppercase;
    background: none;
}

.main-slider .slide-text a:hover
{
    border:3px solid #95d222 !important;
}

.breadcrumb
{
    position:absolute;
    left:15px;
    top:10px;
    z-index:20;
    color:#fff;
}

.breadcrumb a
{
    color:#fff;
    text-decoration:underline;
}

.breadcrumb a:hover
{
    color:#6D6E71;
}

#scroll_helper {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../Content/images/arrow.svg);
    z-index: 40;
}


.background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position:relative;
}

.lift
{
    transform:translateY(-60px);
    -webkit-transform:translateY(-60px);
}

.lift-page {
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    margin-bottom:-300px;
}

.pdf-download
{
    position:relative;
}

.pdf-download::before {
    content: "";
    background: url(images/downloadIcon.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: -23px;
}

.list-row
{
    position:relative;
    padding:20px 0;
}

.list-row:first-of-type::before
{
    content:"";
    background-color:#6D6E71;
    width:100%;
    height:1px;
    position:absolute;
    top:0;
    left:0;
}

 .list-row.line-bottom::after, .list-row:last-of-type::after, .list-row.line-bottom:last-of-type::after,
 .list-row::after, .list-row:first-of-type::after, .list-row.line-bottom:first-of-type::after {
    content:"";
    background-color:#6D6E71;
    width:100%;
    height:1px;
    position:absolute;
    bottom:0;
    left:0;
}

/*.list-row:nth-child(2)::before,  .list-row.line-bottom:nth-child(2)::before
{
    content:none;
}*/

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.scroll-down .scroll-line
{
    position:absolute;
    bottom:30px;
    left:20px;
    width: 1px;
    height: 0px;
    animation-name: scrollBar;
    animation-duration: 3s;
    animation-iteration-count: 3;
    background-color: #fff;
}

.search-box
{
    position:relative;
}

.search-btn {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0px;
    width: 53px;
    cursor:pointer;
}

.search-btn img
{
    width:100%;
}

.search-btn:hover
{
    background-color:rgba(0, 0, 0, 0.2);
}

@keyframes scrollBar {
  0%   {height: 0px;}
  
  50%  {height: 150px;}
  
  100% {height: 0px;}
}


/*PAGES*/
#overviewO {
    height: 800px;
}

#overviewB, #overviewF {
    height: 388px;
}

#overviewO a, #overviewB a, #overviewF a
{
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.overview-title
{
    width:100%;
    max-width:300px;
}

.nav-items ul {
    text-align: left;
}

.nav-items .nav-link.active
{
    font-weight:bold;
}

.nav-items li
{
    cursor:pointer;
}

.nav-items .nav-link:hover::before, .nav-items .nav-link.active::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 30px;
    top: 4px;
    left: -10px;
    background-color: #00aeef;
}

.nav-items.red-hover .nav-link:hover::before, .nav-items.red-hover .nav-link.active::before {
    background-color: #ee492e;
}

.nav-items.green-hover .nav-link:hover::before, .nav-items.green-hover .nav-link.active::before {
    background-color: #95d222;
}

.nav-items.dark-blue-hover .nav-link:hover::before, .nav-items.dark-blue-hover .nav-link.active::before {
    background-color: #11386a;
}


.accordion-item
{
    cursor:pointer;
}

.accordion-item .show-text:hover
{
    text-decoration:underline;
}


.accordion-arrow
{
    width:15px;
    padding:5px;
    display:inline-block;
    margin-right:10px;
    transform:translateY(-3px);
    -webkit-transform:translateY(-3px);
}

.accordion-arrow img
{
    width:100%;
}

.accordion-arrow.active
{
    transform:translateX(3px) rotate(90deg);
    -webkit-transform:translateX(3px) rotate(90deg);
}

.card-body img
{
    width:100%;
}

.infographic {
    max-width: 50px;
}

.staff-image, .thumbnail img
{
    width:100%;
    max-width:100px;
}

.block-border-left::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 4px;
    left: -30px;
    background-color: #6D6E71;
}

#contentAccordion img, #content img
{
    width:100%;
}


/*------------------------------------------------------------*/
ul, menu, dir {
    line-height: 26px;
    display: block;
    /*list-style-type: disc;*/
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    list-style: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
   background-color:rgba(0, 0, 0, 0.9);
   display:none;
}

/* for centering li */
ul {
    text-align: center;
    list-style: inside;
    padding-left: 5px;
}

/* images */
img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/* end images */

.b
{
    font-weight:bold;
}

/* jquery ui datepicker  */
.ui-datepicker {
    padding: 5px;
    background: #fff;
    color: #000;
    display:none;
}

    .ui-datepicker th {
        padding: 5px;
        background-color: #eee;
    }

    .ui-datepicker td {
        padding: 5px;
        color: #000;
    }

    .ui-datepicker a {
        color: #000 !important;
    }

    .ui-datepicker span {
        padding: 5px;
    }

/* for safari height issue */
select {
    -webkit-appearance: menulist-button;
    appearance:menulist;
    -moz-appearance:menulist;
}

select option 
{
    font-family:'Verdana', 'Arial';
}

.content-link 
{
    text-decoration: underline;
    margin-right:30px;
    position:relative;
    display:inline-block;
    cursor:pointer;
}


.link-separator
{
    margin:0 10px;
    color:#fff;
}
/* end links */

/*COLOURS*/
.black
{
    color:#000;
}

.white, .white a, .btn.white
{
    color:#fff;
}

.btn.white.outline
{
    border:3px solid #fff;
}

.btn.white.outline:hover
{
    border:3px solid #95d222;
}


.dark-blue
{
    color:#11386a;
}

.btn.dark-blue.outline {

    border: 3px solid #6D6E71;
}

.btn.dark-blue.outline:hover {
    border: 3px solid #00aeef;
}

.blue, a.blue {
    color: #00aeef;
}

.btn.blue.outline {
    border: 3px solid #00aeef;
    color:#11386a;
}

.btn.blue.outline:hover {
    border: 3px solid #11386a;
}

.border-bottom-dark-blue {
    border-bottom: 5px solid #11386a;
}

.border-left-blue {
    border-left: 10px solid #00aeef;
}


.border-bottom-blue {
    border-bottom: 5px solid #00aeef;
}

.red, a.red
{
    color:#ee492e;
}

.border-left-red
{
    border-left:10px solid #ee492e;
}

.border-bottom-red {
    border-bottom: 5px solid #ee492e;
}

.green, a.green {
    color: #95d222;
}

.border-left-green {
    border-left: 10px solid #95d222;
}

.border-bottom-green {
    border-bottom: 5px solid #95d222;
}

.dark-grey {
    color: #6D6E71;
}

a.dark-grey.hover-blue:hover
{
    color:#00aeef;
}

a.dark-grey.hover-red:hover {
    color: #ee492e;
}

a.dark-grey.hover-green:hover {
    color: #95d222;
}

.light-grey {
    color: #ededed;
}

.back-light-grey {
    background-color: #ededed;
}


.back-white {
    background-color: #fff;
}

.back-red {
    background-color: #ee492e;
}

.back-dark-blue {
    background-color: #11386a;
}

.back-dark-blue-overlay
{
    background-color:rgba(17, 56, 106, 0.9);
}

.back-blue {
    background-color: #00aeef;
}

.back-green {
    background-color: #95d222;
}

.back-dark-grey {
    background-color: #6D6E71;
}

.button-link {
    padding: 5px 20px 5px 20px;
}

.inline
{
    display:inline-block !important;
}

/*FORMS*/

.close-btn {
    cursor: pointer;
    font-size: 40px;
    color: #fff;
}

.close-btn:hover
{
    color:#ed1a3b;
}

input[type="text"], textarea, input[type="email"], input[type="tel"], select {
    width: 100%;
    padding: 15px;
    border: none;
    color: #6D6E71;
    resize: none;
    background-color: #ededed;
}

textarea
{
    height:149px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus, button:focus {
    outline:none !important;
    box-shadow:none !important;
    
}

button:focus
{
    outline:none !important;
}

button {
    border: 1px solid transparent;
    outline: none;
    padding: 5px 20px 5px 20px;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}

label, .label
{
    font-size:15px;
    padding-top:17px;
    margin-bottom:10px;

}

.radio-group
{
    color:#bfb9b9;
}

.btn
{
    padding:12px;
    border-radius:0;
    font-size:14px;
    min-width:110px;
    text-transform:uppercase;
    background:none;
}

.underline
{
    text-decoration:underline;
}

.no-underline
{
    text-decoration:none !important;
}

.label-hidden {
    font-size: 5px;
    color: transparent;
    display: block;
    padding:0;
    margin:0;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6D6E71;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6D6E71;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #6D6E71;
}

.contact-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #6D6E71;
    top: 0;
    left: 0;
    z-index: 200;
}

#form_overlay, .contact-form-overlay {
    position: absolute;
    background-color: #6D6E71;
    height: 0;
    width: 0;
    z-index: 9998;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#form_overlay_inner, .contact-form-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #11386a;
}

.form-overlay-active {
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
}

.contact-overlay a
{
    color:#fff;
}

.contact-overlay a:hover
{
    color:#ed1a3b;
}

/*PADDING*/
.pt-100
{
    padding-top:100px;
}

.pb-100
{
    padding-bottom:100px;
}


/*/////////////////////////////////////////////////RESPONSIVENESS////////////////////////////////////////////////////////////*/



@media (min-width:530px) {
    #burger_menu {
        width: 500px !important;
    }
}


@media (min-width:680px)
{
    .banner-container
    {
        height:400px;
    }
}


@media (min-width:767px)
{
   


}

@media (min-width:990px) {
    .center-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 90%;
        max-width: 600px;
    }

    .absolute-b-r {
        position: absolute;
        bottom: 20px;
        right: 40px;
        height: 38px;
    }

        .absolute-b-r.edge {
            bottom: 0px;
            right: 0px;
        }
}

@media (min-width:1079px)
{
    .arrow
    {
        top:50% !important;
        transform:translate(0, -50%) !important;
        -webkit-transform:translate(0, -50%) !important;
        bottom:auto !important;
        display:block !important;
    }
}


@media (min-width:1393px)
{
    .archive.p-4
    {
        padding:1.5rem !important;
    }

    .archive li
    {
        font-size:inherit;
    }
}

@media (min-width:1925px) {
    .banner {
        background-size: cover !important;
        background-position:center center !important;
    }
}

@media (max-width:1130px)
{
    

    footer
    {
        height:auto !important;
    }

    #footer_menu
    {
        text-align:center;
        margin-bottom:20px !important;
    }

    footer nav a 
    {
        margin:0 10px 0 10px !important;
    }

    footer .table-row > div
    {
        display:block !important;
        width:100% !important;
    }
}


@media (max-width:1100px)
{
    #enquiry_form
    {
        width:70%;
    }

    #consult_2 * {
        font-size: 15px !important;
    }
}


@media (max-width:1081px)
{

    .site-logo, .footer-site-logo {
        left: 3% !important;
        width: 229px;
    }

}

@media (max-width:1000px)
{
    .banner
    {
        min-height:400px;
        height:auto;
    }

   
}

@media (max-width:990px) {
    #overviewO {
        height: 388px;
    }

    .padding-50 {
        padding: 20px;
    }

    .main-banner .background {
        height: 300px;
        background-position:right !important;
    }

    .lift-page {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        margin-bottom: 0;
    }
}

@media (max-width:767px)
{
    .col-md-6.pr-5, .col-md-6.pl-5
    {
        padding-right:15px !important;
        padding-left:15px !important;
    }

    .col-md-6.text-right
    {
        text-align:left !important;
    }

    footer .col-md-10.text-right
    {
        text-align:left !important;
    }

    #contact 
    {
        padding-right:0;
    }


    .container-narrow.p-5
    {
        padding:1rem !important;
    }

    .product-content {
        margin-top: 20px;
    }

}


@media (max-width:740px) {


    .slide-text p font
    {
        font-size:100% !important;
    }

}

@media (max-width:700px)
{
    .anchor-arrow {
        bottom: 10px;
    }

    .parallax {
        background-attachment: local !important;
        height: 400px !important;
    }

  
}

@media (max-width:654px)
{

  .banner
  {
      min-height:300px;
      height:auto;
  }
}

@media (max-width:650px)
{
   h1
   {
       font-size:31px;
   }

   h2, .main-banner .slide-text h2, .main-banner .slide-text h3, .main-banner .slide-text h4, 
   .main-slider .slide-text h2, .main-slider .slide-text h3, .main-slider .slide-text h4 {
       font-size:23px !important;
   }

   table 
   {
       font-size:12px;
   }

}

@media (max-width:580px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 21px;
    }

    .nav {
            padding-top: 0;
    }


    .banner {
            background-position: center center !important;
            background-attachment: unset !important;
     }

    .fixed {
        background-attachment: unset !important;
    }


}

@media (max-width:455px)
{
    #about .logo-line-divide {
        display: none;
    }
}

@media (max-width:351px) {
    .logo-line-divide {
        display: none;
    }

    .banner-text-left font *, .banner-text-left div *, .banner-text-left p * {
        font-size: 25px !important;
    }
}








