.device {
    display: none !important;
}

label {
    color : #808285 !important;
}

h1, h2, h3, h4, h5 {
    color : #6d6e71 !important;
}

.gray-dark {
    /* background-color: var(--gray-dark); */
    background-color: #0e3a5d;
    color: #FFF;
}

.gray-dark *{
    color : #ffffff;
}

.gold {
    color : #a88c5f !important;
}


.header {
    transition: background-color .2s ease-in-out;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2 !important;
    transition: background-color 0.5s;
    z-index: 1000;
}

.header .nav-link {
    color : #0e3a5d !important;
}

.header.scrolled .navbar {
    background-color: inherit;
    /* padding: 0px !important; */
}

.header .logo {
    width: 150px !important;
    position: absolute;
    top: 5px;
    z-index: 999;
}

.header .logo > img {
    width: 100%;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.partners {
    width: 100%;
    background-color: #CCC;
    height: 100px;
    width: 100%;
}

.partners .container {
    vertical-align: middle;
}

.partners img {
    width: 100px;
}

.partners ul li {
    float: left;
    margin-right: 20px;
    padding: 15px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.btn-social-vertical {
    position: absolute;
    left: 0px;
    transform: translateX(-100%);
    top: 0px;
}

.btn-social-vertical .btn-social{
    display: flex !important;
    margin-bottom: 10px;
}

.btn-social {
    height: 40px !important;
    width: 40px !important;
    color: #FFF !important;
    border-radius: 50px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.header-title {
    font-size: 20px;
    font-weight: bold;
    color: #a88c5f;
}

.btn-social.facebook {
    background-color : #3b5998;
}

.btn-social.twitter {
    background-color : #1da1f2;
}

.btn-social.linkedin {
    background-color : #0077b5;
}

.btn-social.instagram {
    background-color : #ff899f;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #CCC;
    display: block;
    padding: 20px;
    cursor: pointer;
}

.accordion-item:hover {
    background-color: #f2f2f2;
}

.accordion-item.active:hover {
    background-color: #FFF;
}

.accordion-item > .accordion-header {
    position: relative;
    font-weight: bold;
    display: block;
}

.accordion-item.active > .accordion-header {
    margin-bottom: 20px;
    font-size: 25px;
    color: #0e3a5d !important;
}

.accordion-item > .accordion-header::after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.accordion-item.active > .accordion-header::after {
    content: "-";
}

.accordion-item.active > .accordion-content {
    display: block;
}

.accordion-item > .accordion-content {
    display: none;
}


.dropdown-item {
    text-transform: capitalize;
}

.card-product {
    border-top: 5px solid var(--gray-dark) !important;
    border: 1px solid #CCC;
}

.product-properties > li {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0px;
}

.product-properties > li > strong {
    display: block;
}

.product-properties > li:last-child {
    border-bottom: unset;
}

.btn-product-enquiry {
    border: 1px solid #CCC;
    background: transparent;
    color: #2d2d2d;
}

.btn-more {
    border: 1px solid #CCC;
    background: transparent;
    color: #2d2d2d;
    border-radius: 5px;
}

.breadcrumb {
    background: transparent !important;
}

.dropdown-submenu {
    position: relative;
  }
  
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.select-zoom {
    cursor: pointer;
}

.device-sidebar {
    position: fixed;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background-color: transparent;
    z-index: 1002;
    transition: all 0s;
    -webkit-transition: all 0s;       
}
.sidebar-backdrop {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1003;
    filter: blur(2px);
    opacity: 0;
    transition: all 0s;
    -webkit-transition: all 0s;    
}
.sidebar-conatiner {
    position: fixed;
    opacity: 0;
    left: -280px;
    top: 0;
    height: 100%;
    width: 280px;
    background-color: #0e3a5d;
    z-index: 1004;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: scroll;
    color: #FFF;
}

.sidebar-conatiner * {
    color: inherit;
    font-size: 25px;
}
.device-sidebar.active , .device-sidebar.active .sidebar-backdrop, .device-sidebar.active .sidebar-conatiner {
    left: 0;
    opacity: 1;
}

.navbar-toggler.active {
    display: none;
}

.sidebar-close-toggler {
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 1005;    
    background: transparent;
    border: unset;
    padding: 20px
}

.gallery img {
    margin: 4px;
    vertical-align: middle;
    height: 150px;
}


.card-image {
    min-height: 250px;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width:800px) {
    .desktop {
        display : none !important;
    }

    .device {
        display: block !important;
    }

    .slogan {
        text-align: center;
    }
    .slogan > .slogen-title {
        font-size: 20px;
        font-weight: bold;
        text-align: center !important;
    }    
    
    .slogan > .slogan-description {
        text-align: center !important;
    }     

    .parallax {
        background-repeat: no-repeat;
        background-size: cover !important;
        background-attachment: unset;
        position: relative;
        background-position: center;
    }

    .post img {
        width: 100% !important;
    }

    .footer {
        padding-bottom: 0px !important;
    }

    .footer-item {
        position: relative;
    }
    
    .footer-item-header {
        display: block;
        font-size: 25px;
    }

    .footer-item-header::after {
        content: "+";
        position: absolute;
        right: 25px;
    }

    .footer-item .footer-item-list {
        display: none;
    }

    .footer-item-list > li > a {
        font-size: 20px;
    }

    .footer-item.active .footer-item-header::after {
        content: "-";
    }

    .footer-item.active .footer-item-list  {
        display: block;
        margin-bottom: 20px;
        margin-left: 20px;

    }  


    .menu-dropdown {
        position: relative;
    }
    
    .menu-dropdown-header {
        display: block;
        font-size: 25px;
    }

    .menu-dropdown-header::after {
        content: "+";
        position: absolute;
        right: 5px;
    }

    .menu-dropdown .menu-dropdown-list {
        display: none;
    }

    .menu-dropdown-list > li > a {
        font-size: 20px;
    }

    .menu-dropdown.active .menu-dropdown-header::after {
        content: "-";
    }

    .menu-dropdown.active .menu-dropdown-list  {
        display: block;
        margin-bottom: 20px;
        /* margin-left: 20px; */

    }  

    .gallery img {
        margin: unset;
        height: unset;
        width: 100%;
        margin-bottom: 5px;        
    }     
}

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

.branch {
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 2px solid #CCC;
    
}

.branch > li  {
    text-transform: lowercase;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}