h1, h2, h3 {
    margin: 0 0 20px;
    color: #0d264f;
  	font-family: "Scheherazade New", serif;
	font-weight: lighter;
}

h1 {
	font-size: 250%!important;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 160%;
	font-weight: 400;
}

.br-20 {
	border-radius: 20px;
}

section {
	padding: 60px 0;
	background: #fffbf8;
}

section a {
	color: #0d264f;
	transition: .3s; 
}

section a:hover {
	text-decoration: underline;
	transition: .3s; 
}

section p:last-child {
	margin-bottom: 0;
}

section.blue {
	padding: 60px 0;
	background: #0d264f;
	color: #fffbf8;
}

section.blue h2,
section.blue h3 {
	color: #fffbf8;
}

.page {
	margin: 0!important;
}

.text-right {
	text-align: right;
}

.br-20 {
	border-radius: 20px;
}

/* NAVIGATION */

.navbar {
	z-index: 999;
	width: 100%;
    padding: 20px;
    box-shadow: 0px 10px 10px -10px #bbb;
    background: #fffbf8;
}

.navbar .logo {
    width: 150px;
    transition: all 0.3s;
}

.pages nav {
    position: fixed;
	z-index: 999;
	width: 100%;
    padding: 30px;
    background: #526351;
}

.navbar-scrolled {
    background: #fff;
    transition: all 0.3s;
    padding: 20px 30px !important;
}

.navbar-scrolled .logo {
	width: 125px;
    transition: all 0.3s;
}

.navbar-nav {
	display: flex;
	align-items: center;
}

.nav-link {
    color: #0d264f !important;
    padding: 0 !important;
    transition: .2s;
    font-size: 125%;
    font-family: "Scheherazade New", serif;
}

.nav-link:hover {
    color: #222;
    transition: .2s;
}

.nav-link.active {
    color: #f68921!important;
}

.dropdown-menu {
	padding: 1rem;
    background: #fff;
    width: unset;
    box-shadow: 0px 10px 10px -3px #555;
    border: 0;
}

.dropdown-menu a {
    color: #333;
    font-family: "Chau Philomene One", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #002d4530;
    padding: 10px 0;
	transition: .2s;
}

.dropdown-menu a:hover {
	background: #fff;
	color: #f68921;
	transition: .2s;
}

.dropdown-menu .nav-item {
	margin: 0;
}

.dropdown-menu.depth_1 {
    position: absolute;
    left: 100%;
    top: -40%;
    border-radius: 0 .25rem .25rem 0;
    box-shadow: unset;
}

.dropdown-item.active, .dropdown-item:active {
    color: #f68921;
    background-color: unset;
}

.nav-item {
    position: relative;
    margin: 0 16px;
}

.animation:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #f68921;
    transition: 0.4s;
}

.animation:hover:after {
    width: 100%;
}

/* CAROUSEL */
.carousel-caption {
    position: absolute;
    right: unset;
    top: unset;
    left: 10%;
    bottom: 10%;
    padding-top: unset;
    padding-bottom: unset;
	width: 50%;
    background: #0d264f;
    padding: 30px;
	text-align: left;
	border-radius: 10px;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 350% !important;
    margin-top: 0;
    margin-bottom: 20px;
}

.carousel-caption h2 {
	color: #fff;
    font-size: 175%;
    font-weight: 300;
    margin-bottom: 10px;
}

/* BUTTONS */

.btn-primary {
    background: #0d264f;
    border-radius: 5px;
    padding: 5px 20px;
    border: 2px solid #0d264f;
    color: #fffbf8;
    transition: .3s;
    font-family: "Scheherazade New", serif;
    font-size: 120%;
    text-decoration: none;
}

a.btn-primary:hover {
    background-color: transparent;
    border-color: #0d264f;
    color: #0d264f;
	transition: .3s;
    text-decoration: none;
}

.btn-secondary {
    background: transparent;
    border-radius: 5px;
    padding: 5px 20px;
    border: 2px solid #fffbf8;
    color: #fffbf8;
    transition: .3s;
    font-family: "Scheherazade New", serif;
    font-size: 120%;
}

a.btn-secondary:hover {
    background-color: #fffbf8;
    border-color: #fffbf8;
    color: #0d264f;
	transition: .3s;
}

.btn-header a {
    background: #0d264f;
    border-radius: 5px;
    padding: 5px 20px!important;
    border: 2px solid #0d264f;
    color: #fff!important;
    transition: .3s;
    font-family: "Scheherazade New", serif;
}

.btn-header a:hover {
    background-color: transparent;
    border-color: #0d264f;
    color: #0d264f!important;
	transition: .3s;
}

/* MAIN */

ul.tick {
	list-style: none;
    margin-left: 0px;
    margin-bottom: 0;
}

ul.tick li {
	margin-bottom: 5px;
}

ul.tick li:before {
	content: '✓';
	margin-right: 15px;
	font-size: 150%;
	color: #fffbf8;
}

ul.tick strong {
    font-family: "Scheherazade New", serif;
    font-size: 130%;
    font-weight: lighter;
}

div.img-div-why-choose-us {
	background: url("assets/img/margate.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.service {
    border: 1px solid rgb(244 232 222);
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
    background: rgb(246 241 237);
}

.service h2 {
	font-size: 175%;
}

/* CONTACT FORM */

.footer-area-one label {
    width: 100%!important;
}

.footer-area-one input[type="text"],
.footer-area-one input[type="email"],
.footer-area-one input[type="tel"],
.footer-area-one textarea, 
.footer-area-one select { 
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px 5px;
    height: auto;
    background: none;
}

.footer-area-one select {
	padding: 15px 0px;
}

.footer-area-one button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-weight: normal;
    background-color: transparent!important;
    border-radius: 5px!important;
    padding: 8px 25px !important;
    border: 2px solid #fffbf8!important;
    color: #fffbf8!important;
    transition: .3s;
    font-family: "Scheherazade New", serif;
    font-size: 120%;
}

.footer-area-one button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #fffbf8!important;
    color: #0d264f!important;
}

.footer-area-one ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff !important;
	opacity: 1;
}

.footer-area-one :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	opacity: 1;
}

.footer-area-one ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff !important;
	opacity: 1;
}

.footer-area-one :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff !important;
	opacity: 1;
}

.wpcf7-spinner {
    display: none!important;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  color: #fff!important;
}

/* FOOTER */

footer {
    background: #0d264f;
	color: #fff;
    padding: 50px 0;
}

footer h2 {
	color: #fff;
}

footer hr {
    height: 2px!important;
    background-color: #fffbf8;
    opacity: 0.5;
    margin-top: 30px;

}

footer p {
	margin-bottom: 10px;
}

footer a {
	color: #fff!important;
	transition: .2s;
}

footer a:hover {
    color: #FCB913!important;
	text-decoration: none;
	transition: .2s;
}

footer .links a {
    padding-bottom: 5px;
    display: inline-block;
}

/* ANIMATION */

@keyframes floatInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.float-left-animate {
  opacity: 0;
  animation-fill-mode: forwards;
}

.float-left-animate-1 {
  animation: floatInLeft 1s ease-out 0s forwards;
}

.float-left-animate-2 {
  animation: floatInLeft 1s ease-out 0.5s forwards;
}

.float-left-animate-3 {
  animation: floatInLeft 1s ease-out 1s forwards;
}

.float-left-animate-4 {
  animation: floatInLeft 1s ease-out 1.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}

.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {
	.row>* {
		padding-right: 5%;
		padding-left: 5%;
	}

	h1 {
		font-size: 200%!important;

	}

	h2 {
		font-size: 175%;
	}

	h3 {
		font-size: 150%;
	}
	
	.navbar-nav {
		text-align: center;
		padding-top: 40px;
		margin-bottom: 0;
	}

	.nav-link {
        font-size: 120%;
        margin-bottom: 25px;
	}
	
	ul.dropdown-menu {
		font-size: 100%;
		text-align: center;
		border: none;
		padding: 0;
    	box-shadow: unset;
	}
	
	ul.dropdown-menu li {
		font-size: 100%;
        padding: unset;
	}
	
	ul.dropdown-menu li a {
		font-size: 120%;
		border-bottom: unset;
		padding: 0;
		margin-bottom: 25px;
	}
	
	.navbar-nav .dropdown-menu {
		background: #f9f9f9;
	}
	
	header .btn-primary {
		margin-left: unset;
		font-size: 100%;
		display: table;
		margin: 0 auto 25px;
	}
	
	.logo-wrap {
		position: relative;
		width: 100%;
	}

	.main-section {
		text-align: center;
	}
	
	section p:last-child {
		margin-bottom: 1.5em;
	}
	
	div.img-div-content {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: center;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		width: 50%;
	}
	
	footer h3 {
		margin: 30px 0 10px!important;
	}
	
	.no-pt {
		padding-top: 0;
	}
	
	.carousel-caption {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
        bottom: 30px;
	}

	.carousel-caption h1 {
        font-size: 175% !important;
        text-shadow: 0 0 5px #222;
	}

	.carousel-caption h2 {
		font-size: 140%!important;
        text-shadow: 0 0 5px #222;
	}
	
	ul.tick {
		padding-left: 0;
	}
	
	ul.tick li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 992px){

	.navbar {
        padding: 5px 0;
        position: unset;
        justify-content: unset;
        background: #526350;
	}
	
	.navbar-light .navbar-toggler {
		border: none;
	}
	
	.navbar-light .navbar-toggler-icon {
		background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
	}
	
	.navbar-toggler {
   		padding: 15px 12px;
		z-index: 999;
	}

	.navbar-nav {
		margin-top: 0;
	}
	
	.logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 30%;
        top: 50%;
        transform: translate(0, -50%);
		transition: all .3s;
	}
	
	.navbar-scrolled .logo-mobile {
		width: 115px;
		transition: all .3s;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}

	.navbar {
		background: #fffbf8 !important;
	}
	
	.animation:after {
		position: unset;
		width: unset;
		border-bottom: unset;
		transition: unset;
	}

	.carousel-caption h1 {
		font-size: 275%;
	}

	.carousel-caption h2 {
		font-size: 125%;
	}
}