@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://use.typekit.net/sdj4olz.css');

@font-face {
	font-family: 'Horseshoes Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Horseshoes Regular'), url('../fonts/horseshoes.woff') format('woff');
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.otf") format('opentype'), url("../fonts/icomoon.eot") format('embedded-opentype');
}

strong {
	font-weight: 800;
}

body {
	font-family: 'Raleway', sans-serif;
}

h4 {
	font-family: gooddog-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #f89745;
}

h5 {
	font-family: gooddog-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.75rem;
}

.lead {
	font-size: 1rem;
}		
		
.paw-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.paw-list li {
  display: block;
  background-image: url("../images/Paw_Print.svg");
  background-repeat: no-repeat; 
  background-position: left top;
  background-size: 30px;
  padding-left: 42px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.splash-nav-container{
	align-items: flex-start !important;
}

.splash-navbar-brand {
	width: 25%; 
	text-align: center;
}

.masthead {
	background: none;
}

.fixed-top.scrolled {
	background-color: #fff !important;
	transition: background-color 200ms linear;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.main-mobile {
	margin-top: 75px;
}

.about-us, .faq, .services, .contact {
	margin-top: 110px;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

.about-us {
	background-image: url("../images/about-us-bg.jpg");
	background-position: top;
}

.services {
	background-image: url("../images/services-bg.jpg");
	background-position: top;
}

.faq {
	background-image: url("../images/faq-bg.jpg");
	background-position: top;
}

.contact {
	background-image: url("../images/contact-bg.jpg");
	background-position: bottom right;
}

.logo {
	max-height: 100px;
}

.sub-logo {
	padding-top: 0px !important;
}

.mobile-menu-icon {
	max-width: 170px;
}

.navbar-brand {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.nav-link {
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

.intro {
	font-family: 'Horseshoes Regular', sans-serif;	
	color: #264787;
}

.home-intro {
	padding-bottom: 30px;
}

.footer-row {
	padding: 10px 0;
}

.footer-social {
	text-align: center;
	padding-bottom: 15px;
}

.footer-copy {
	font-size: 11px;
}

.social-icon {
	padding-left: 10px;
	max-width: 45px;
}

.services-card {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 35px 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.pricing-card {
    padding: 20px 30px 30px 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.pack-icon {
	max-width: 100px;
}

.pricing-card h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 1.2rem;
	text-align: center;
}

.pack1 {
	color: #264787;
}

.pack1-bg {
	background-color: #264787;
}

.pack2 {
	color: #c8ded5;
}

.pack2-bg {
	background-color: #c8ded5;
}

.pack3 {
	color: #f89745;
}

.pack3-bg {
	background-color: #f89745;
}

.pack4 {
	color: #484445;
}

.pack4-bg {
	background-color: #484445;
}

.btn-package-pricing {
	color: #FFF !important;
	font-weight: 600 !important;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	cursor: pointer;
	text-decoration: none;
}

.pricing-card .top img {
    width: 100px !important;
}

.pricing-card .top img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bg-pricing {
	background-color: #c8ded5;
}

.btn-buy {
	color: #FFF !important;
	font-weight: 600 !important;
	background-color: #f89745;		
	margin-top: 15px;
}

.btn-addtocart {
    color: #fff;
    background-color: #254686;
    border-color: #254686;
}

.btn-addtocart:hover {
    color: #fff;
    background-color: #2a5ab7;
    border-color: #2a5ab7;
}

.btn-viewdetails {
    color: #fff;
    background-color: #ff9740;
    border-color: #ff9740;
}

.btn-viewdetails:hover {
    color: #fff;
    background-color: #c9742d;
    border-color: #c9742d;
}

.contact-area {
	position: relative;
	z-index: 1;
}

.contact-form {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	max-width: 640px;
}

.contact-form .form-group {
	margin-bottom: 20px;
	position: relative;
}

.contact-form .form-group .form-control {
	height: 60px;
	color: #4e4e4e;
	border: none;
	background-color: #f0eeee;
	font-size: 15px;
	padding: 15px 20px;
	width: 100%;
	border-radius: 0;
}

.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #4e4e4e;
	-webkit-box-shadow: none;
		  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
	height: auto;
}

.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #f00;
	font-weight: 400;
	display: block;
}

.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px;
}

.contact-form .default-btn {
	border: 0;
	outline: none;
}

.contact-form .default-btn i {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #4e4e4e;
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::placeholder {
	color: #4e4e4e;
}

.contact-widget-form .contact-form .default-btn {
	width: 100%;
	text-align: center;
}

.contact-card {
	margin-bottom: 30px;
	padding: 35px;
	text-align: center;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
		  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	min-height: 250px;
}

.contact-card i {
	width: 60px;
	height: 60px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	font-size: 26px;
	background-color: transparent;
	color: #f89745;
	border-radius: 50px;
	border: 1px solid #f89745;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	transition: .5s;
}

.contact-card h3 {
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

.contact-card p {
	margin-bottom: 5px;
}

.contact-card p:last-child {
	margin-bottom: 0;
}

.contact-card p a {
	color: #4e4e4e;
	text-decoration: none;
}

.contact-card p a:hover {
	color: #f89745;
}

.contact-card p:hover {
	color: #f89745;
}

.contact-card:hover i {
	background-color: #f89745;
	color: #FFFFFF;
}

.form-control-error {
	border: 1px solid #F00 !important;
}

.form-control-success {
	border: 1px solid #198754 !important;
}

#form-processor, #error-message, #success-message {
	display: none;
}

.contact-card:hover h3 {
	color: #f89745;
}

.default-btn {
	padding: 10px 30px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
	background-color: #f89745;
	border: none;
	outline: none;
}

.default-btn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #bc4a0b;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
}

.default-btn:hover {
	color: #FFFFFF;
}

.default-btn:hover::before {
	width: 100%;
	opacity: 1;
}

.accordion-button {
	font-size: 1.3rem !important;
}

.accordion-button:not(.collapsed) {
	color: #264787 !important;
	background-color: #c8ded5 !important;
}

.product-detail {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 1px 4px 0 rgb(26 26 26 / 15%);	
}

hr.dotted {
	border-top: 3px dotted #bbb;
}
		
.options-container {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
		
.options-container li {
    float: left!important;
    min-width: 43px;
    height: 43px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    padding: 0;
}
		
.options-container li a {
    display: block;
    padding: 0 15px;
    min-width: 0;
    height: 100%;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1rem;
}
		
.options-container li.selected a, .options-container li:hover a {
    background: #f89745;
    color: #000;
}

@media (min-width: 576px){
	.logo {
		max-height: 150px;
		padding-top: 20px;
	}	
	
	.splash-nav{
		padding-top: 20px;
	}
	
	.about-us, .faq, .services, .contact {
		margin-top: 100px;
		min-height: 250px;
	}

	.main-mobile {
		margin-top: 125px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.contact-card {
		padding: 30px 10px;
	}
}

@media (max-width: 1199px) {
	.contact-area::before {
		display: none;
	}
	.contact-form {
		max-width: 100%;
	}	
	.contact-card {
		padding: 30px 10px;
	}
}


@media (min-width: 768px){
	.about-us, .faq, .services, .contact {
		min-height: 350px;
	}	

	.footer-copy {
		font-size: 13px;
		padding-bottom: 0px;
	}
}

@media (min-width: 992px){
	.logo {
		max-height: 200px;
		padding-top: 20px;
	}		
	
	.home-container {
		height: 100% !important;
	}
	
	.home-intro {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.main-mobile {
		margin-top: 0px;
	}
	
	.masthead {
		height: 100vh;
		min-height: 500px;
		background-image: url("../images/main-bg.jpg");
		background-repeat: no-repeat;
		background-size: 60%;
    	background-position: 120% 0%;
	}	
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.75rem !important;
	}
	
	.btn-book {
		color: #000 !important;
		font-weight: 600 !important;
		background-color: #f89745;
		padding: 0.375rem 0.75rem;
		border-radius: 0.25rem;
		margin-left: 0.75rem;
		cursor: pointer;
	}
	
	.btn-book:hover {
		background-color: #bc4a0b;
		color: #FFF !important;
	}
	
	.home-footer {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030;
	}
	
	.footer-social {
		text-align: right;
	}

	.social-icon {
		max-width: none;
	}
	
	.services-card {
		min-height: 480px;
	}
}

@media (min-width: 1200px){
	.services-card {
		min-height: 400px;
	}	
}

@media (max-width : 991px) {
	.offcanvas {
		width : 250px !important;
	}
	.offcanvas-start-lg {
		top: 0;
		right: 0px;
		border-right: 1px solid rgba(0, 0, 0, .2);
		transform: translateX(100%);
	}
}

@media (max-width: 1500px) {
	h1 {
		font-size: 1.75rem;
	}	
	
	.lead {
		font-size: 0.8rem;
	}
	
	.paw-list li {
		font-size: 0.8rem;
	}	
}

@media (min-width: 992px) {
	.logo {
		max-height: 150px;
	}
}

.lds-ring {
	margin: auto;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #f89745 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.formError {
	border: solid 1px #842029 !important;
    background-color: #f8d7da !important;
}

#bookModal .modal-header {
	background-color: #254686;
	color: #FFF;
}

#bookModal .btn-close {
	opacity: 1;
}

#bookModal .accordion-button {
    font-size: 1rem !important;
}

.book-form .btn-booking {
	color: #FFF !important;
	font-weight: 600 !important;
	background-color: #f89745;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	cursor: pointer;
}

.book-form .form-label {
	font-size: 12px;
	margin-bottom: 0px;
}

.book-form #step1-error, .book-form #step2-loading, .book-form #step2, .book-form #step2-error, .book-form #step3, .book-form #step3-error, .book-form #step4, .book-form #step4-error {
	display: none;
}

.book-form .alert-info {
	background-color: #c8ddd4;
    border-color: #a4beb3;
}

.book-form .label-error {
	color: #d11425;
	font-weight: bold;
}

.book-form .card-container input {
	padding: 15px 50px 15px 90px;
}

.book-form .card-type {
	width: 55px;
	height: 40px;
	background: url("../images/cards.png");
	background-position: 0 -200px;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 0.5rem;
    margin-left: 0.5rem;
}

.book-form .card-type.mastercard {
	background-position: 0 0;
}

.book-form .card-type.visa {
	background-position: 0 -80px;
}

.book-form .card-type.amex {
	background-position: 0 -39px;
}

.book-form .card-type.discover {
	background-position: 0 -120px;
}

.book-form .card-valid {
	position: absolute;
	top: 38px;
	right: 25px;
	line-height: 60px;
	font-size: 40px;
	font-family: 'icons';
	color: #ccc;
}

.book-form .card-valid.active {
	color: #42ca7c;
}

/*-----CUSTOM GRID SPINNER-----*/
.lds-grid {
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
}
.lds-grid div {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #67757c;
	animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
	top: 8px;
	left: 8px;
	animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
	top: 8px;
	left: 32px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
	top: 8px;
	left: 56px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
	top: 32px;
	left: 8px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
	top: 32px;
	left: 32px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
	top: 32px;
	left: 56px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
	top: 56px;
	left: 8px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
	top: 56px;
	left: 32px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
	top: 56px;
	left: 56px;
	animation-delay: -1.6s;
}
@keyframes lds-grid {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}