/* 
Colours:
#28A5B4 - blue
#292929 - Text grey
#CBCBCB - Light grey
*/

@font-face {
    src: url("/fonts/solosans-bold.otf");
    font-family: solosan-bold;
}

@font-face {
    src: url("/fonts/solosans-light.otf");
    font-family: solosan-light;
}

@font-face {
    src: url("/fonts/solosans-regular.otf");
    font-family: solosan-regular;
}

body {
    margin: 0;
	padding: 0;
    font-family: solosan-light;
}

html {
    scroll-behavior: smooth;
  }
  

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

h1,h2, h3,h4,h5,h6 {
	margin-top: 0;
    font-family: solosan-bold;
}

h2 {
    border-bottom: 2px solid #000;
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
}

p,
li,
a {
	font-size: 15px;
    font-family: solosan-light;
}

strong {
    font-family: solosan-bold;
}

ul {
	padding-left: 20px;
}

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

i {
	vertical-align: middle;
}

/* .header.scrolled .logo {
    display: none;
} */

.logo img {
    width: 60%;
}

/* header.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0px 3px 65px #00000029;
    background-color: #fff;
    border: 0;
} */

header .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0px 3px 65px #00000029;
}

.text-dark {
    color: #292929!important;
}

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

.bg-dark {
    background-color: rgb(52 58 64 / 33%)!important;
}

button:focus {
    outline: none;
}

.btn-primary.inverted {
    padding: 10px 15px!important;
    line-height: 20px;
    background-color: transparent;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: capitalize;
    min-width: 150px;
}

.btn-primary.inverted:hover {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    border: 2px solid #fff;
}

.btn-primary.inverted-blk {
    padding: 10px 15px!important;
    line-height: 20px;
    background-color: transparent;
    color: #000;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid #000;
    border-radius: 0;
    text-transform: capitalize;
    min-width: 150px;
    font-family: solosan-regular;
}

.btn-primary.inverted-blk:hover {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    border: 2px solid #000;
}

.navbar-nav .nav-link {
    padding: 0px;
    display: inline-block;
    color: #292929;
    font-family: solosan-bold;
    font-size: 18px;
    border-bottom: 3px solid transparent;
}

.nav-item.active .nav-link {
    color:#28A5B4!important;
    border-bottom: 3px solid #28A5B4;
    padding: 0px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-inline-box;
}

.nav-item {
    padding: 0 20px;
}

.bg-light {
    background-color: #fff;
}

.card {
    border-radius: 0;
}

.card a {
    color: #292929;
}

.products .card-body {
    min-height: 205px;
}

/* Modals */

.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 25px;
    height: 60px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 40px;
    vertical-align: middle;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

.modal-body .card-img {
    width: 60%;
}

/* Carousel with thumbnails */
.product-page .carousel-item {
    padding: 20px;
}

#carousel-custom {
    margin-top:  10px;
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    max-height: none;
    overflow: auto;
    margin-bottom: 0;
}

.carousel-indicators::-webkit-scrollbar {
    width: 0.5em;
}
   
.carousel-indicators::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.carousel-indicators::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 270px;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    margin-bottom: 15px;
    float: right;
    padding: 10px;
}

#carousel-custom .carousel-indicators img {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 40px;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

/* Home */
/* .home-header {
    background-image: url('https://via.placeholder.com/1920x500');
    background-position: center;
    background-size: cover;
    min-height: 500px;
    padding: 5% 0;
} */

.home-header .card {
    background-color: #fff;
    min-height: 260px;
    height: auto;
    width: 25rem!important;
    margin-top: 20%;
}

.page-header {
    background-color: #28A5B4;
    padding: 3% 0;
}

/* FAQs */
.accordion .card {
    border:0;
}
.accordion .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.accordion .card-header p {
    font-size: 20px!important;
}

.accordion .card-header.active p {
    color: #28A5B4!important;
    font-size: 20px!important;
}

.accordion .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .75rem 2rem;
}

/* Form */
.contact a {
    color: #28A5B4;
    font-family: solosan-bold;
}

.contact p>span {
    margin-left: 10px;
}

.form-control {
    border-radius: 0;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #3ba15d;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

textarea.form-control {
    height: 150px;
    border-radius: 0;
}

/* Footer */
.footer-top {
    background-color: #28A5B4;
    padding: 5% 0;
}

footer p, footer a {
    color: #292929;
    margin-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
}

.footer-contact-details a {
    color:#28A5B4;
    font-family: solosan-regular;
    padding: 0 5px;
    vertical-align: middle;
}