/*---------------------------------------------------------------

  Project Name: FinderMonkey
  File Name: style.css
  Author: Michael Hutchinson
  Author URI: http://www.michaelhutchinson.me

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        Body
    0.  Typography
    1.  Buttons
    2.  General
    3.  Header section
    4.  Navigation section
    5.  Home section
    6.  About section
    7.  Service section
    8.  Work section
    9.  Testimonial section
    10. Client section
    11. Contact section
    12. Footer section
    13. Social icon
    14. Mobile Responsive styles

------------------------------------------------------------------*/

body {
	background: #ffffff;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
}

::selection {
	background: #5e1000;
	color: #ffffff;
}

::-moz-selection {
	background: #5e1000;
	color: #ffffff;
}

.dropdown-item {
	font-weight: inherit;
}

/*---------------------------------------
    0 Typography              
-----------------------------------------*/

a {
	color: #e04c03;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #e04c03;
	text-decoration: underline;
}

p {
	color: #6f6f6f;
	letter-spacing: 0.5px;
	line-height: 26px;
}

.watch-video img {
    position: absolute;
    padding-top: 90px;
    margin-left: -25px !important;
}

@media screen and (max-width: 1575px) {
	.watch-video img {
		display: none;
	}
}

/*---------------------------------------
    0 Buttons              
-----------------------------------------*/

.btn-outline-primary {
	color: #92b81b;
	border-color: #749315;
	cursor: pointer;
}

.btn-outline-primary:hover {
	background-color: #92b81b;
	border-color: #749315;
}

.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(146,184,27, .5);
}

.btn-outline-primary:not([disabled]):not(.disabled):active {
	background-color: #92b81b;
	border-color: #e04c03;
	box-shadow: 0 0 0 0.2rem rgba(146,184,27, .5);
}

.btn-secondary {
	cursor: pointer;
}

.btn-primary {
	background: #92b81b;
	background-image: -webkit-linear-gradient(top, #92b81b, #749315);
	background-image: -moz-linear-gradient(top, #92b81b, #749315);
	background-image: -ms-linear-gradient(top, #92b81b, #749315);
	background-image: -o-linear-gradient(top, #92b81b, #749315);
	background-image: linear-gradient(to bottom, #92b81b, #749315);
	border: solid #749315 1px;
	cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary:hover {
	background: #749315;
	background-image: -webkit-linear-gradient(top, #749315, #92b81b);
	background-image: -moz-linear-gradient(top, #749315, #92b81b);
	background-image: -ms-linear-gradient(top, #749315, #92b81b);
	background-image: -o-linear-gradient(top, #749315, #92b81b);
	background-image: linear-gradient(to bottom, #749315, #92b81b);
	border: solid #749315 1px;
}

.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(146,184,27, .5);
}

.btn-primary:not([disabled]):not(.disabled):active {
	background-color: #92b81b;
	border-color: #749315;
	box-shadow: 0 0 0 0.2rem rgba(146,184,27, .5);
}

.center-button {
	text-align: center;
	margin-top: 15px;
}

/*---------------------------------------
    2 General               
-----------------------------------------*/

.maroon {
	color: #5e1000;
}

.orange {
	color: #e04c03;
}

.green {
	color: #92b81b;
}

.white a {
	color: #ffffff;
}

.white p {
	margin-bottom: 16px;
}

.black {
	color: #000000;
	font-size: 14px;
}

.light-background {
	background: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}

.bg-light {
	background-color: #f4f4f4 !important;
}

.hr { 
    background: url('../images/map-icon.png') no-repeat top center;
    background-size: contain;
    height: 18px;
    border: 0;
    position: relative;
    width: 200px;
    margin: auto;
}
.hr:before,
.hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #5e1000;
    height: 2px;
    top: 8px;
}
.hr:before {
    left: 0;
    right: 50%;
    margin-right: 10px;
}
.hr:after {
    right: 0;
    left: 50%;
    margin-left: 10px;
}

.hr-padding {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.img-border {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.padding20 {
	padding: 20px;
}

/*---------------------------------------
    3 Header section              
-----------------------------------------*/

.header {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.header img {
	max-width: 294px !important;
}

/*---------------------------------------
    4 Navigation section              
-----------------------------------------*/

nav {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.no-borders {
	border: none !important;
}

.navbar-brand {
	color: #e04c03 !important;
}

.navbar .navbar-nav {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.navbar-light .navbar-nav .nav-link {
	color: #5e1000;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #e04c03;
}

.nav-link {
	text-align: center;
}

.nav-link:hover:after {
	width: 100%;
	left: 0;
}

.nav-link:after {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: initial;
	background: #e04c03;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.nav-block-link {
	display: block;
	padding: .5rem 1rem;
    text-align: center;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    color: #5e1000 !important;
}

.nav-block-link:hover {
	color: #e04c03 !important;
}

.navbar-toggler {
	border-color: transparent !important;
	outline: none !important;
	cursor: pointer;
}

.navbar-toggler p {
	font-size: .5em;
	margin: 0;
	text-transform: uppercase;
	line-height: 12px;
}

.nav-mobile {
	display: none;
}

.nav-border-right {
	border-right: 1px solid #cccccc;
}

.nav-full-width {
	display:table;
	width:100%;
}

.nav25 {
	width: 25%
}

#nav {
	padding-left: 0;
	padding-right: 0;
}

.nav-container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
  .nav-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .nav-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .nav-container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .nav-container {
    max-width: 100%;
  }
}

.navbar > .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-full-width li {
	    display:table-cell;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}
}

.dropdown-toggle:after {
	border: none !important;
	margin: 0 !important;
}

.dropdown-menu {
	left: -65px;
}

.short-text {
	display: none;
}

.short-call {
	display: none;
}

/*---------------------------------------
    5 Adoption section              
-----------------------------------------*/

#home {
	background:url("../images/home-background1.jpeg");
	background-size: cover;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	height: 650px;
	margin-bottom: -150px;
	opacity: 0.8;
}

.title {
	text-align: center;
	padding-top: 75px;
}

.headline {
	color: #5e1000;
	margin-left: auto;
	margin-right: auto;
	font-size: 45px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
}

.second-headline {
	color: #5e1000;
	margin-left: auto;
	margin-right: auto;
	font-size: 88px;
	font-weight: 700;
	line-height: 0.65;
	text-transform: uppercase;
	padding-bottom: 9px;
}

.third-headline {
	color: #5e1000;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
}

.second-heading {
	color: #000;
	margin-left: auto;
	margin-right: auto;
	font-size: 23px;
	margin-bottom: 0px;
}

.card {
	border-radius: .25rem;
	min-height: 250px;
    transition-property: all;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: .3s;
}

.card1 {
	background-color: #8e574c;
}

.card2 {
	background-color: #e9814e;
}

.card3 {
	background-color: #6098c0;
}

.card-title {
	color: #ffffff;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}

.card-title:after {
	top: 100px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.card-title:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: rgba(0,0,0,0.2);
	border-width: 20px;
	margin-left: -20px;
}

.card-body {
	padding: 0;
}

.card-text {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;.
}

#paragraph {
	padding-bottom: 15px;
}

.paragraph-text h4 {
	color: #777777;
	text-align: center;
    line-height: 30px;
    padding-bottom: 25px;
    font-size: 20px;
}

#featured-in {
	padding-bottom: 80px;
}

.featured-icons {
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	position: relative;
}

.featured-height {
	padding-top: 20px;
	padding-bottom: 20px;
}

.featured-icons:after, .featured-icons:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.featured-icons:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: #f4f4f4;
	border-width: 50px;
	margin-left: -50px;
}
.featured-icons:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 51px;
	margin-left: -51px;
}

.image-padding {
	padding-top: 30px;
}

.header-text {
	text-align: center;
	text-transform: uppercase;
	color: #e04c03;
	font-weight: 700;
	padding-bottom: 20px;
}

.blue {
	color: #6098c0;
	font-size: 30px;
}

.b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.steps-text p {
	letter-spacing: 0px;
	line-height: 20px;
	font-size: 13px;
}

.min-height {
	min-height: 230px;
}

.ready-now-height {
	min-height: 150px;
    height: 150px;
    height: auto !important;
}

.self-centre {
	align-self: center!important;
}

#promise {
	padding-bottom: 50px;
}

.promise-text {
	background: #f4f4f4;
	border: solid 1px #ccc;
	border-radius: .3rem;
	padding: 10px;
	padding-top: 25px;
}

.promise-text h4 {
	color: #777777;
	text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    font-size: 20px;
}

.promise-header h2 {
	color: #e04c03;
	transform: rotate(-20deg);
    position: relative;
    z-index: 1;
    left: -75px;
    top: -20px;
    padding-bottom: 40px;
}

#ready-now {
	padding-bottom: 40px;
	background-color: #f4f4f4;
}

#testimonial-bg {
	padding-bottom: 40px;
	background-color: #fff;
}

.enquiry {
	color: #fff;
}

.center {
	text-align: center;
}

.ready-background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(142,87,76,0.9);
}

.test-background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(142,87,76,0.9);
}

.test-background {
    position: relative;
	background: url(../images/enquiry.jpg) 50% 50% fixed;
}

.test-arrow {
	position: relative;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.test-arrow:after, .test-arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.test-arrow:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: #8e574c;
	border-width: 20px;
	margin-left: -20px;
}
.test-arrow:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 21px;
	margin-left: -21px;
}

.ready-background {
    position: relative;
	background: url(../images/enquiry.jpg) 50% 50% fixed;
}

.ready-arrow {
	position: relative;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.ready-arrow:after, .ready-arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ready-arrow:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: #8e574c;
	border-width: 20px;
	margin-left: -20px;
}
.ready-arrow:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 21px;
	margin-left: -21px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border-radius: .25rem;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.aim-text p {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: left;
}

.padding20 {
	padding-bottom: 20px;
}

.padding30 {
	padding-bottom: 30px;
}

#our-aim {
	padding-bottom: 80px;
}

.aim {
	background-color: #f4f4f4;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	position: relative;
}

.aim:after, .aim:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.aim:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: #f4f4f4;
	border-width: 50px;
	margin-left: -50px;
}

.aim:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 51px;
	margin-left: -51px;
}

.aim-text h4 {
	color: #777777;
	text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    font-size: 20px;
}

.review-text h4 {
	color: #777777;
	text-align: center;
    line-height: 30px;
    padding-bottom: 0px;
    font-size: 20px;
}

.review-logo {
	padding-bottom: 20px;
}

.footer-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0px;
}

footer {
	background-color: #e9814e !important;
	padding-top: 18px;
    padding-bottom: 16px;
}

.white-text {
	color: #fff;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: .9rem;
}

.maroon.accent-3 {
    background-color: #5e1000!important;
}

.accredit-text {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}

.mt-minus35 {
	margin-top: -35px;
}

/*.infusion-form {
	background-color: #6098c0;
	padding: 20px;
	border-radius: .25rem;
}*/

.form-width {
	max-width: 350px;
	margin: auto;
}

.form-check-label {
	font-size: 10px;
	color: #fff;
}

.infusion-submit {
	text-align: center;
}

.input-group-addon i {
	color: #6098c0;
	min-width: 16px;
}

.form-control {
	min-height: 40px;
	font-size: 11px;
}

.infusion-submit button {
	min-height: 40px;
}

.form-title {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 8px;
}

.testimonial-image {
	text-align: center;
	max-width: 250px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.testimonial-text p {
	line-height: 18px;
	font-size: 16px;
	margin-bottom: 0px !important;
	text-align: center;
}

.testimonial-author p {
	text-align: center;
    font-weight: bold;
}

.flex-end {
	align-self: flex-end!important;
	padding-left: 0px;
	text-align: right;
}

.quotes i {
	color: #5e1000;
}

.footer-links {
	text-align: center;
	color: #fff;
}

.footer-links a {
	color: #fff;
	padding-right: 15px;
    padding-left: 15px;
}

.footer-headings {
	background-color: #5e1000;
}

.footer-title:after {
	top: 27px;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.footer-title:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: #5e1000;
	border-width: 15px;
	margin-left: -15px;
}

#appointment {
	padding-bottom: 15px;
}

.appointment-text h4 {
    color: #777777;
    text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    font-size: 14px;
}

.form-text h4 {
    color: #777777;
    text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    font-size: 20px;
}

.owl-theme .owl-nav {
	margin-bottom: 10px !important;
}

.padding-not-mobile {
	padding-top: 1.5rem!important;
}

/*  MEDIA QUERIES */
@media screen and (max-width: 1500px) and (min-width: 1200px) {
	.header img {
		max-width: 250px !important;
	}
	#changeText {
		font-size: 13px !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.call-us {
		font-size: 23px;
	}
}

@media screen and (max-width: 1221px) and (min-width: 992px) {
	.short-text {
		display: block;
	}
	.full-text {
		display: none;
	}
}

@media screen and (max-width: 1002px) and (min-width: 992px) {
	.short-call {
		display: block;
	}
	.full-call {
		display: none;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.card {
		min-height: 267px;
	}
	.white p {
		margin-bottom: 10px;
	}
	.promise-header h2 {
	    padding-bottom: 20px;
	}
	.inner p {
	    font-size: 13px !important;
	    line-height: 20px !important;
	}
	.headline {
		font-size: 39px !important;
	}
	.header {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 991px) {
	.nav-mobile {
		display: flex;
	}
	.hide-nav-mobile {
		display: none;
	}
	.header-nav {
		display: none;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.card {
		min-height: 312px;
	}
	.title {
		padding-top: 50px;
	}
	.footer-title:after {
		top: 26px;
	}
	.footer-title {
		font-size: 15px;
	}
	.white p {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.promise-header h2 {
	    padding-bottom: 0px;
	    top: 0;
	}
	.inner p {
	    font-size: 15px !important;
	    line-height: 24px !important;
	}
	.headline {
		font-size: 28px !important;
	}
	.second-headline {
		font-size: 77px !important;
	}
	.second-heading {
		font-size: 21px !important;
	}
	#changeText {
		font-size: 14px !important;
	}
	#home {
		height: 500px;
	}
}

@media screen and (max-width: 767px) {
	.aim-text p {
		text-align: center;
	}
	.enquiry {
		padding-top: 25px;
	}
	.button-padding {
		padding-bottom: 25px;
	}
	.title {
		padding-top: 50px;
	}
	.featured-height {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.b-b {
		border-bottom: none;
	}
	.b-r {
		border-right: none;
	}
	.blue {
		text-align: center;
	}
	.steps-text {
		text-align: center;
	}
	.footer-title:after {
		display: none;
	}
	.white p {
		margin-bottom: 0px;
		font-size: 12px;
	}
	.promise-header h2 {
	    padding-bottom: 0px;
	    top: 25px;
	    left: 0px;
	    transform: rotate(-10deg);
	}
	.inner p {
		font-size: 11px !important;
		line-height: 17px !important;
	}
	#carousel2 {
		display: none;
	}
	.carousel-item {
    	min-height: 325px !important;
	}
	.show-on-mobile {
		display: block !important;
	}
	.hide-on-mobile {
		display: none;
	}
	.accredit-text {
		text-align: center;
	}
	.accredit-sub {
		text-align: center;
	}
	.accredit-images {
		width: 33%;
	}
	.center-mobile {
		background: #5e1000;
    	padding-right: 15px;
    	padding-left: 15px;
	}
	.padding-mobile {
		padding-right: 15px;
		padding-left: 15px;
	}
	.no-padding-mobile {
		padding-right: 0px;
		padding-left: 0px;
	}
	.padding-not-mobile {
		padding-top: 0 !important;
	}
	.container-mobile{
	    max-width: 100%;
	}
	#changeText {
		font-size: 14px !important;
	}
	#home {
		height: 870px;
	}
}

@media screen and (max-width: 575px) {
	.inner p {
		line-height: 21px !important;
		font-size: 13px !important;
	}
	.carousel-item {
    	min-height: 370px !important;
	}
	input, select, textarea {
    	font-size: 16px !important;
	}
	.headline {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.second-headline {
		padding-bottom: 0px;
		font-size: 65px;
		line-height: 0.8;
	}
	.second-heading {
		font-size: 20px;
	}
	#home {
		height: 750px;
	}
	.title {
		padding-top: 20px;
	}
}

@media screen and (max-width: 375px) {
	#home {
		height: 760px;
	}
}

.step-header {
	color: #777;
}

.noscroll {
	overflow: hidden;
}

/* OVERLAY FORM*/

.overlay_form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1031;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.callback_form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1031;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.guide_form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1031;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.contact_form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1031;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.no-background {
	background: unset;
}

.place-enquiry {
	color: #fff !important;
}

.close {
	font-size: 50px;
	cursor: pointer;
}

.full-page-title {
	font-size: 50px;
}

.full-page-text {
	text-align: center;
	color: #dbdbdb;
}

.form-check-label-full {
    font-size: 13px;
    color: #fff;
}

.overlay_form.bg {
    background: #6098c0;
    background-size: cover;
}

.callback_form.bg {
    background: #6098c0;
    background-size: cover;
}

.guide_form.bg {
    background: #6098c0;
    background-size: cover;
}

.contact_form.bg {
    background: #6098c0;
    background-size: cover;
}

.overlay_form form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.callback_form form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.guide_form form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.contact_form form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.overlay_form.active {
    top: 0;
    background-color: rgba(96,152,192, 0.99);
    opacity: 1;
    overflow-y: scroll;
}

.callback_form.active {
    top: 0;
    background-color: rgba(96,152,192, 0.99);
    opacity: 1;
    overflow-y: scroll;
}


.guide_form.active {
    top: 0;
    background-color: rgba(96,152,192, 0.99);
    opacity: 1;
    overflow-y: scroll;
}

.contact_form.active {
    top: 0;
    background-color: rgba(96,152,192, 0.99);
    opacity: 1;
    overflow-y: scroll;
}

/*TEST CARDS*/
.card-steps {
	border: none !important;
	-webkit-transform: translate3d(0, 0, 0);
	cursor: pointer;
}
.inner p {
	color: #fff;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 21px;
}

.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
}
.front {
    transform: rotateY(0deg);
    background: #f4f4f4;
    text-align: center;
    padding: 30px;
    border-radius: .25rem;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
}
.back {
    background: #e9814e;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    padding: 15px;
    color: #fff;
    border-radius: .25rem;
}
.card-steps:hover .front {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}
.card-steps:active .back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.card-steps:active .front {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}
.card-steps:hover .back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.front .contact {
    height: 120px;
    width: 120px;
    border: 5px solid #B2DBBF;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}
.front .name {
    display: inline-block;
    font-size: 18px;
    color: #fff;
}
.front .job {
    color: #fff;
}
.back .icon {
    fill: currentColor;
    color: inherit;
    height: 33px;
    width: 33px;
    margin-top: 15px;
    color: white;
}
.back .icon:hover {
    cursor: pointer;
    color: #648767;
}

.back .icon:active {
    cursor: pointer;
    color: #648767;
}

.inner img {
	padding-bottom: 15px;
}

.flip {
	padding-bottom: 3rem;
}

.face {
	overflow: hidden;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}

.face:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -100px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    width: 250px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.1);
}

.promise-text-header {
	font-size: 25px;
	text-transform: uppercase;
}

.card-testimonial {
	border: 3px solid #5e1000;
	border-radius: 20px;
	background: #fff;
    padding: 20px 15px;
}

.card-trustpilot {
	border-radius: 5px;
	background: #fff;
    padding: 20px 0px;
}

.trust-testimonial {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f8a11d;
    padding: 20px;
    border: 3px solid rgba(0,0,0,.125);
    margin: 0 0 0 auto;
    max-width: 406px;
}

.trust-orange {
	border: 3px solid #f8a11d !important;
}

.bg-trust {
	background: #117e51;
	padding: 3px;
	color: #fff !important;
	border-radius: 3px;
}

.trust-orange i {
	color: #f8a11d;
}

.orange-border {
	border: 3px solid #e9814e !important;
}

.orange-border i {
	color: #e9814e !important;
}

.orange-border img {
	border: 3px solid #e9814e;
	border-radius: 5px;
}

.maroon-border {
	border: 3px solid #8e574c !important;
}

.maroon-border i {
	color: #8e574c !important;
}

.maroon-border img {
	border: 3px solid #8e574c;
	border-radius: 5px;
}

.blue-border {
	border:3px solid #6098c0 !important;
}

.blue-border i {
	color: #6098c0 !important;
}

.blue-border img {
	border: 3px solid #6098c0;
	border-radius: 5px;
}

.green-border {
	border: 3px solid #92b81b !important;
}

.green-border i {
	color: #92b81b !important;
}

.green-border img {
	border: 3px solid #92b81b;
	border-radius: 5px;
}

/*.card-testimonial {
      filter: gray;
      -webkit-filter: grayscale(1);
      -webkit-transition: all .3s ease-in-out;  
}

.card-testimonial:hover {
	    filter: none;
      -webkit-filter: grayscale(0);
}*/

#recipeCarousel {
  margin-left: 50px;
  margin-right: 50px;
}

/*.carousel-control-prev {
  margin-left: -115px;
}

.carousel-control-next {
  margin-right: -115px;
}*/

.carousel-control-prev-icon {
	background: #ccc;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background: #ccc;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/*.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
/*.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}*/

.carousel-item {
	min-height: 186px;
}

.carousel-item-featured {
	min-height: initial !important;
}

.show-on-mobile {
	display: none;
}

#changeText {
	font-size: 1rem;
}

.fixed-top {
	position: sticky !important;
	clear: both !important;
	position: -webkit-sticky;
}

.carousel-inner-multi .carousel-item.active,
.carousel-inner-multi .carousel-item-next,
.carousel-inner-multi .carousel-item-prev {
  display: flex;
}

.carousel-inner-multi .carousel-item-right.active,
.carousel-inner-multi .carousel-item-next {
  transform: translateX(33.333333%);
}

.carousel-inner-multi .carousel-item-left.active, 
.carousel-inner-multi .carousel-item-prev {
  transform: translateX(-33.333333%);
}
  
.carousel-inner-multi .carousel-item-right,
.carousel-inner-multi .carousel-item-left{ 
  transform: translateX(0);
  
}

.carousel-item-multi {
	min-height: unset !important;
}

/*.owl-nav {
    display: none !important;
}*/

.tab-content {
	border: 1px solid #ccc;
    border-top: none;
    padding-bottom: 0px;
    padding-top: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 406px;
}

.nav-tab-link.active {
    border-color: #5e1000 #ccc #fff !important;
    background: #fff;
    color: #5e1000 !important;
    border-top: 3px solid #5e1000;
}

.nav-tab-link {
	border: 1px solid transparent;
    display: block;
    padding: .5rem 1rem;
    background: #5e1000;
    color: #fff !important;
    border-top: 3px solid #5e1000 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-tab-link:hover {
    border-color: #ccc #ccc #ccc;
    text-decoration: none;
    background: #fff;
    color: #e04c03 !important;
    border-top: 3px solid #5e1000;
}

#form-callback {
	padding-bottom: 20px;
}

.testimonial-title {
	text-align: center;
}

.quote-right {
	text-align: right;
	padding-top: 10px;
}

.star-rating {
	text-align: center;
}

.testimonial-text {
	min-height: 185px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #5e1000 !important;
}

.footer-title {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.footer-title a {
    color: #5e1000 !important;
}

.footer-title a:hover {
    color: #e04c03 !important;
}

footer {
	background-color: #cccccc;
}

.white-text {
	color: #fff !important;
}

.white-text a {
    color: #fff !important;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: .9rem;
}

.maroon.accent-3 {
    background-color: #5e1000!important;
}

.accredit-text {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}

.footer-links {
	text-align: center;
	color: #fff;
}

.footer-links a {
	color: #fff;
	padding-right: 15px;
    padding-left: 15px;
}

.footer-headings {
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer_payment_container {
    padding: 10px;
    text-align: center;
}

.footer_payment_container img {
    max-width: 120px;
    padding-bottom: 10px;
}

.navbar-nav.foot {
    width: 75%;
}

@media only screen and (max-width: 1400px) {
    .navbar-nav.foot {
        width: 100%;
    }
}

#menu-copyright-menu li.current-menu-item a, #menu-copyright-menu li a:hover {
    color: #5e1000 !important;
    font-weight: 500 !important;
}

.fusion-footer-copyright-area {
    background-color: #e9814e !important;
}

.fusion-social-networks .fusion-social-network-icon {
    color: #5e1000 !important;
}

.dropdown-menu.foot {
    position: absolute;
    bottom: 100%;
    top: unset !important;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    text-align: center;
}

.dropdown-item.foot {
    text-transform: initial !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #e04c03 !important;
}

.footer_payment_container {
    padding: 10px;
    text-align: center;
}

.footer_payment_container img {
    max-width: 120px;
    padding-bottom: 10px;
}

.nav-tab-link.active {
    border-color: #5e1000 #ccc #fff !important;
    background: #fff;
    color: #5e1000 !important;
    border-top: 3px solid #5e1000;
}

.nav-tab-link {
    border: 1px solid transparent;
    display: block;
    padding: .5rem 1rem;
    background: #5e1000;
    color: #fff !important;
    border-top: 3px solid #5e1000 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-tab-link:hover {
    border-color: #ccc #ccc #ccc;
    text-decoration: none;
    background: #fff;
    color: #e04c03 !important;
    border-top: 3px solid #5e1000;
}

.dropdown-menu.show {
    display: block !important;
}

#menu-copyright-menu li {
    display: inline;
}

#menu-copyright-menu li a {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 0 15px;
}

#menu-copyright-menu li:last-child {
    padding-right: 0;
}

#menu-copyright-menu li:first-child {
    padding-left: 0;
}

.copyright-menu {
    text-align: center;
}