@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;
}
#impliedsubmit{
	background-color:#C00;
	color:#fff;
	font-weight:700;
	width:100%;
	border:none;
	padding:6px;
}
.bodycontent h3{
	margin-top:20px;
}
a {
	color:#c72a31;
	text-decoration:none;
}
a:hover {
	color:#666;
}
.btn-green{
	background: #25d366;
	color:#fff !important;
	border:solid 1px  #25d366;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active{
	background:#075E54;
	color:#fff !important;
	border:solid 1px #075E54;
}
.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;
}
.btn-blue,
.bg-blue{
	background: #00bcda;
	color:#fff !important;
	border:solid 1px  #00bcda;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
	background:#2971b1;
	color:#fff !important;
	border:solid 1px #2971b1;
}
.btn-red{
	background: #c72a31;
	color:#fff !important;
	border:solid 1px  #c72a31;
	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;
}
.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;
}
.btn-outline-blue{
	background: #00bcda;
	color:#fff !important;
	border:solid 1px  #fff;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active{
	background:#2971b1;
	color:#fff !important;
	border:solid 1px #fff;
}
/* CAROUSEL */
.carousel-caption h1{
    font-size: 44px;
    font-weight: 600;
}
.carousel-caption {
    bottom: auto;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 30px;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }	
}
/* 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;
}

/* 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);
}
/* CONTENT */
.white{

}
.head{
    font-size: 35px;
    font-weight: 600;
}
.lightgrey{
    padding: 50px;
    background-color: #f5f5f5;
}
.lightgrey h1{
    font-size: 35px;
    font-weight: 600;
}
.borderline {
    position: relative;
    width: 20%;
    height: 5px;
    background-color: #888;
}
.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}
/* FOOTER */
.footer {
    background-color: #181818;
    color: #fff;
    font-size: 15px;
}

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

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

.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

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

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

.contact-hours span {
    width: 50%;
    float: left;
}
.gold{
	color:#f7c821;
}
/* REVIEWS */
.pink {
    background: #333;
    background: -moz-linear-gradient(-45deg, #222 0%, #333 100%);
    background: -webkit-linear-gradient(-45deg, #222 0%, #333 100%);
    background: linear-gradient(135deg, #222 0%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#333', GradientType=1);
    padding: 60px;
    color: #fff;
}
.reviews {
    text-align: center;
}
.reviews .carousel-item {
	min-height:200px;
}
.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 {
    margin-top: 30px;
    margin-bottom: 0px;
    position: inherit!important;
}

.reviews .carousel-indicators li {
    background-color: #eee;
}

.reviews .carousel-indicators .active {
    background-color: #fff;
}
@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 14px;
    }
    .reviews .carousel-control-prev {
        left: -40px;
    }
    .reviews .carousel-control-next {
        right: -40px;
    }
}
/* PARALLAX */
.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 > .container{
     position:absolute;
     top:50%;
     left:50%;
     transform:translate(-50%,-50%);
     -webkit-transform:translate(-50%,-50%);
}
.parallax h1{
	color: #FFF;
	font-size: 40px;
	font-weight: 400;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.parallax h2{
	color: #FFF;
	font-size: 25px;
	font-weight: 400;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.parallax p{
	color: #FFF;
}
@media all and (max-width:768px){
	.parallax {
		background-attachment: unset;
		background-size: 100%;
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
@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;
    }
}
.required{
	color:#F00;
}
.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;
}