@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;700&display=swap');
body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #181818;
	padding-top: 170px;
}
a {
    color: #0e2e47;
	font-weight:700;
    text-decoration: none;
}
a:hover{
    color: #000;
	text-decoration: underline;
}
.bodycontent h3{
	margin-top:20px;
}
/* CAROUSEL */
.text-shadow{
	text-shadow:2px 2px 4px #000;
}
.small-md{
	font-size: inherit;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
}
.carousel-caption {
    bottom: 150px;
}
#vegasSliderInner{
	position:absolute;
	/*background: rgba(0,0,0,0.6);*/
	padding:20px;
	top:100px;
}
#slideshow .vegas-content-scrollable {
    overflow:hidden;
}
.caption{
	/*background: rgba(0,0,0,0.1);*/
	padding:20px;	
}
#slideshow .slidespacer{
	height:500px;
}
#slideshow .captionwrap{
	margin-top:80px;
}
#slideshow .captionwrap h1{
	color:#fff;
	font-size:40px;
	font-weight:700;
	text-shadow: 2px 2px #666;
}
#slideshow .captionwrap h3{
	color:#fff;
	font-size:30px;
	text-shadow: 2px 2px #666;
}
@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h5 {
        font-size: 30px;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
#slideshow .captionwrap h1 {
    font-size: 30px;
}	
    .carousel-caption h5 {
        font-size: 20px;
    }
}
/* etc */
@media only screen and (min-width: 768px) {
    .negmarginleft {
        margin-left: -80px;
        position: relative;
        z-index: 10;
    }
    .negmarginright {
        margin-right: -80px;
        position: relative;
        z-index: 10;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
    body {
        padding-top: 140px;
    }
}
/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}
.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}
.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}
.box_area h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.box_area h3 {
    color: #fff;
    font-size: 22px;
}
.box_area a:hover {
	text-decoration: none;
}
/* CARD */
.card {
    padding: 30px;
    border: none;
    border-radius: 0px;
}
#colour_range .card{
    padding: 0;    
}
#newslist .card {
    padding: 0;
    border: 1px solid #ccc;
    border-radius:5px;
    text-align:left;
}
.swatch{
    border-radius:50%;
    border:1px solid #ccc;
    height:200px;
    width:200px
}
.img {
    position: relative;
    background-size: cover;
    background-position:center center;
}
#gallery .imagecount{
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0px;
	left: 10px;
	padding:2px 5px;
	color: #fff;
	z-index:999;
}
/* BOXES */
.img1{
    background-image: url(../images/box-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img2{
    background-image: url(../images/box-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img3{
    background-image: url(../images/box-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainboxes h2{
    font-weight: 600;
    font-size: 35px;
}
.gallery img {
  object-fit: cover;
  width:380px;
  height:380px;
}
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
.thumbnail {
    position: relative;
    overflow: hidden;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;	
}
.parallax h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.parallax h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(0, 0, 0, 0.25);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
.caption .fa-search{
    position:absolute;
    bottom:20px;
    right:20px;    
}
.gradientbg {
    background: -moz-linear-gradient(-45deg, #000 45%, #6ca2d0 100%);
    background: -webkit-linear-gradient(-45deg, #000 45%, #6ca2d0 100%);
    background: linear-gradient(135deg, #000 45%, #6ca2d0 100%);
    background-color: #6ca2d0;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}

.gradientbg h1 {
    font-size: 30px;
    color: #fff;
}

.gradientbg h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
/* CONTENT */
.white{
    padding: 50px 0;
}
.white h1{
    font-size: 35px;
    font-weight: 600;
}
.white a {
    color: #5514b4;
    text-decoration: none;
}

.white a:hover {
    color: #111;
    text-decoration: none;
}
.lightgrey{
    padding: 50px;
    background-color: #f5f5f5;
}
.lightgrey h1{
    font-size: 35px;
    font-weight: 600;
}
.borderline {
    position: relative;
    width: 20%;
    height: 5px;
    background-color: #5514b4;
}
.page-item.active .page-link {
    background-color: #0e2e47;
    border-color: #0e2e47;
}
.btn-primary,
.btn-primary.disabled{
    background: #5514b4;
    border: #5514b4;
	color:#fff;
	font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-primary:hover{
    background: #231f20;
    border: #231f20;
	text-decoration: none;
}
.btn-outline-primary,
.btn-outline-primary.disabled{
    color: #5514b4 !important;
    background-color: none;
    border-color: #5514b4;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #5514b4;
    border-color: #5514b4;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-decoration: none;
}
.btn-outline-light {
    color: #fff !important;
    background-color: none;
    border-color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-outline-light:hover {
    color: #111 !important;
    background-color: #fff;
    border-color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-decoration: none;
}
.btn-check:checked+.btn,
.btn.active, .btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #5514b4;
    border-color: #5514b4;
}
.btn-outline-success,
.btn-outline-success:disabled{
    color: #5514b4;
    border-color: #5514b4;
    background-color:#fff;
    --bs-btn-color: #5514b4 !important;
    --bs-btn-border-color: #5514b4 !important;
}
.form-check-input:checked {
    background-color: #5514b4;
    border-color: #5514b4;
}
.btn-green{
	background: #86bf2d;
	color:#fff !important;
	border:solid 1px  #86bf2d;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active{
	background:#3c8600;
	color:#fff !important;
	border:solid 1px #3c8600;
	text-decoration: none;
}
.btn-yellow{
	background: #e3e000;
	color:#333 !important;
	border:solid 1px  #e3e000;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active{
	background:#333;
	color:#e3e000 !important;
	border:solid 1px #333;
	text-decoration: none;
}
.btn-blue{
	background: #040364;
	color:#fff !important;
	border:solid 1px  #040364;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
	background:#0a58ca;
	color:#fff !important;
	border:solid 1px #0a58ca;
	text-decoration: none;
}
.btn-red{
	background: #b90000;
	color:#fff !important;
	border:solid 1px  #b90000;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active{
	background:#333;
	color:#fff !important;
	border:solid 1px #333;
	text-decoration: none;
}
.btn-grey{
	background: #bbb;
	color:#333 !important;
	border:solid 1px  #bbb;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active{
	background:#999;
	color:#333 !important;
	border:solid 1px #999;
	text-decoration: none;
}
.text-blue{
	color:#5514b4;
}
/* FOOTER */
.footer {
    background-color: #ccc;
    padding: 30px 20px;
    color: #333;
    font-size: 15px;
}

.footer h2 {
    font-size: 20px;
    font-weight: 600;
}

.footer a {
    color: #5514b4;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.base_links a {
    padding-left: 2px;
    padding-right: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.base_links a:hover {
    text-decoration: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.base_links li {
    margin-bottom: 5px;
    display: inline-block;
}
.base_links li::after {
    content: "\a0\b7\a0";
}
.base_links li:last-child::after {
    content: "";
}
.base_links {
    height: 60px;
    padding:0;
    overflow: auto;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.contact-hours .active {
    color: #5514b4;
    font-weight: 700;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}
/* REVIEWS */
.green {
    background:#0e2e47;
    padding: 60px;
    color: #fff;
}
.reviews {
    text-align: center;
}
.reviews .carousel-item {
	min-height:250px;
}
.reviews p {
    font-style: italic;
    font-size: 16px;
}
.reviews h5 {
    font-size: 20px;
    color: #fff !important;
}
.reviews h6 {
    font-size: 13px;
    color: #eee;
}
.reviews .carousel-control-prev {
    left: -100px;
}
.reviews .carousel-control-next {
    right: -100px;
}
.reviews .carousel-indicators li {
    background-color: #eee;
}
.reviews .carousel-indicators .active {
    background-color: #000;
}
.reviewbox {
    padding: 20px;
    background-color: #f5f5f5;
}
.reviews .source,
.reviewbox .source{
	width:100px;
}
.gold {
    color: #FC3;
    margin-bottom: 20px;
}
.star .fa-star, .gold .fa-star{
	background: rgb(255,217,0);
	background-image: -webkit-linear-gradient(30deg, #f6d365 0%, #fda085 100%);
	background-image: -o-linear-gradient(30deg, #f6d365 0%, #fda085 100%);
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
/* Whatsapp */
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 5px;
    transition: all ease-in-out .3s;
	z-index:99999999;
}
.whatsapp:hover{
	color:#25d366;
	background:#ffffff;
}
.has-error .control-label,
.has-error label{
    color:#e56464;
    font-weight: 700;
}
.has-error .form-control,
.has-error .form-select{
    background-color:#f8d7da;
    border:1px solid #e56464;
}
.has-error .input-group-text{
    background-color:#e56464;
    border:1px solid #e56464;
    color:#fff;
}