@charset "UTF-8";
/* CSS Document */
 
body {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #28361b;
    overflow-x: hidden;
}
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
    background: #fff;
    -webkit-box-shadow: inset 14px 0px 14px -1px rgba(0,0,0,0.17);
-moz-box-shadow: inset 14px 0px 14px -1px rgba(0,0,0,0.17);
box-shadow: inset 14px 0px 14px -1px rgba(0,0,0,0.17);
padding-top:20px;
}
.slideout-menu img.logo {
    padding: 23px 30px;
}
.slideout-menu ul {
    padding: 0px;
}
.slideout-menu ul ul {
    background: rgba(203,182,142,0.2);
    margin-bottom: 10px;
}
.slideout-menu ul li {
    display: block;
}
.slideout-menu ul li.menu-item-has-children {
    border-bottom: 0px;
}
.slideout-menu ul li a {
    display: block;
    padding: 10px 30px;
    background: rgba(255,255,255,0);
    color: #27337c;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.slideout-menu ul ul li a {
    font-size: 14px;
    color: #27337c;
    padding-left: 40px;
    text-transform: uppercase;
    position: relative;
}
.slideout-menu ul ul li a::before {
    position: absolute;
    left: 30px;
    top: 18px;
    width: 5px;
    height: 2px;
    content: '';
    background: #cbb68e;
}
.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}
.slideout-menu form {
    margin: 0px 30px 10px 30px;
    padding: 5px;
    background: #eeebe7
}
.slideout-panel {
  position: relative;
  /* z-index: 1; disabled as conflicts with modal */
  /* will-change: transform; disabled as conflicts with modal */
  background-color: #fff; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    max-width: 1410px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Sora", sans-serif;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
}
h1 {
    font-size: 46px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 30px;
}
p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    line-height: 30px;
}
a {
	color:#e0b158;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
img {
    max-width: 100%;
    height: auto;
}
/* Buttons */
a.button, #contact input[type="submit"] {
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    display: inline-block;
    border-radius: 0px;
    padding: 20px 40px 18px 40px;
    background: #27337c;
    position: relative;
    text-transform: uppercase;
    transition: background-color 1s;
}
a.button:hover {
    background: #0d1336;
}
a.button::after {
    position: absolute;
    bottom: -7px;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    background: #cbb68e;
}
a.button::before {
    position: absolute;
    bottom: -7px;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    background: #27337c;
    z-index: 2;
    transition: width 0.2s ease-in;
}
a.button:hover::before {
    width: 100%;
}
a.button.small {
    padding: 15px 45px 13px 45px;
}
a.button.more {
	font-size: 12px;
    padding: 15px 20px 13px 20px;
}
a.button.more::after {
	display:none;
}
a.button.dark {
    background: #0d1336;
}
a.button.dark:hover {
    background: #cbb68e;
}
a.button.white {
    background: #fff;
    color: #0d1336;
}
a.button.white:hover {
    background: #cbb68e;
    color: #fff;
}
a {
    text-decoration: none;
}
* {
    transition: all 0.2s ease-in;
}
.slick-slider div { 
    transition: none; 
} 
*:focus {
    outline: none;
}
::placeholder {
  color: #28361b;
}

.toggle-button {
    display: none;
}
// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 700

.josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 800

.sora-<uniquifier> {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/* Header */
#header {
    padding: 30px 0px;
    transition: none !important;
}
#header img.logo {
    width: 275px;
}
#nav {
    text-align: right;
}
#nav ul {
    margin: 30px 0px 0px 0px;
    width: calc(100% - 112px);
    display: inline-block;
}
#nav ul.hide {
    display: none;
}
#nav ul li {
    display: inline-block;
    margin-right: 55px;
    position: relative;
}
#nav ul li a {
    text-transform: uppercase;
    color: #27337c;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
#nav ul li a:hover {
    color: #cbb68e;
}
#nav ul li.menu-item-has-children a::after {
    content: '';
    background: #27337c;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    padding: 0px;
    margin-left: 12px;
    vertical-align: middle;
    height: 18px;
    background-image: url("../images/chevron.svg");
    background-repeat: no-repeat;
    background-position: center 7px;
    background-size: 11px auto;
    margin-bottom: 4px;
    transition: all 0.2s ease-in;
	border:none;
}
#nav ul li.menu-item-has-children ul li a::after {
    display: none;
}
#nav ul.submenu {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 280px;
    height: auto;
    background: #fff;
    z-index: 99;
    padding: 30px 0px 10px 0px;
    visibility: hidden;
    opacity: 0;
}
#nav ul.submenu::after {
    position: absolute;
    bottom: -8px;
    width: 0%;
    content: '';
    height: 1px;
    left: 0px;
    background: #fff;
    transition: all 0.2s ease-in;
}
#nav ul li.menu-item-has-children:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}
#nav ul li.menu-item-has-children:hover > ul.submenu::after {
    width: 100%;
    background: #cbb68e;
}
#nav ul li.menu-item-has-children:hover a::after {
    transform: rotate(180deg);
    background-color: #cbb68e;
}
#nav ul.submenu li {
    text-align: left;
    display: block;
    width: 100%;
}
#nav ul.submenu li a {
    padding: 8px 15px 5px 15px;
    display: block;
    font-size: 15px;
}
#nav ul.submenu li a:hover {
    background: #cbb68e;
    color: #fff;
}
#nav a.button::after, #nav a.button::before {
    display: none;
}
#nav a.tel {
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #0d1336;
    margin-right: 35px;
}
.search-form {
    display: none;
    width: 0%;
    transition: all 0.2s ease-in;
}
.search-form.active {
    display: inline-block;
    width: calc(100% - 112px);
}
.search-form form, .news-search-form form {
    background: #eeebe7;
    padding: 5px;
    display: inline-block;
    margin: 22px 20px -8px 0px;
    transition: all 0.2s ease-in;
}
.search-form form input[type="text"], .news-search-form form input[type="text"] {
    border: 0px;
    font-size: 14px;
    width: 300px;
    padding: 6px 10px;
}
.search-form form button[type="submit"], .news-search-form form button[type="submit"] {
    background: #cbb68e;
    color: #fff;
    border: 0px;
    border-radius: 0px;
}
.search-form form button[type="submit"]:hover, .news-search-form form button[type="submit"]:hover  {
    background: #bca57a;
}
.search-form form button i, .news-search-form form button i {
    margin-right: 3px;
}
.header-icons {
    width: 92px;
    display: inline-block;
}
.header-icons a i {
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #cbb68e;
    margin-left: 20px;
}
.header-icons a i.fa-solid {
    margin-left: 0px;
}
.header-icons a i.fa-times {
    display: none;
    background: #0d1336
}
.header-icons a i.fa-times.active {
    display: inline-block;
}
.header-icons a i.fa-magnifying-glass {
    display: none;
}
.header-icons a i.fa-magnifying-glass.active {
    display: inline-block;
}
.header-icons a i.fa-solid:hover {
    background: #bca57a;
}
.header-icons a i.fa-brands {
    background: #27337c;
}
.header-icons a i.fa-brands:hover {
    background: #1c2663;
}
/* Home Hero */
#home-hero {
    text-align: center;
    padding: 150px 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    background: #2d387a;
}
#home-hero::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/hero-curve.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: -1;
}
#home-hero::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/curve-after.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: -1;
    background-position: top right;
	opacity:0.5;
}
.home-hero-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /*filter: grayscale(100);*/
    z-index: -1;
    /*mix-blend-mode: multiply;*/
    /*opacity: 0.8;*/
	opacity:0.5;
}
.home-hero-image::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 79%);
    content: '';
}
.home-hero-image::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%);
    content: '';
}
#home-hero h1 {
    margin-bottom: 40px;
}
#home-hero p {
    margin-bottom: 40px;
}
/* Home About */
#home-about {
    background: #eeebe7;
    padding: 60px 0px;
}
#home-about h2 {
    color: #676767;
    margin-bottom: 30px;
}
#home-about p {
    color: #27337c;
}
#home-about img {
    width: calc(100% - 20px);
    object-fit: cover;
    height: 305px;
    float: right;
}
/* Service Slider */
#service-slider {
    text-align: center;
    padding: 140px 0px;
    color: #27337c;
}
#service-slider h2 {
    color: #676767;
    margin-bottom: 75px;
}
#service-slider a {
    color: #27337c;
}
#service-slider h3 {
	font-size:26px;
    margin-bottom: 25px;
}
.service-slider {
    position: relative;
}
.service-slider-image img {
    /* width: 80px;*/
	width: 90%;
	height: 170px;
    object-fit: cover;
    margin: 7px auto 30px auto;
}
.service-slider-image {
    position: relative;
}
.service-slider-image::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #cbb68e;
    opacity: 0;
    transition: all 0.2s ease-in;
    mix-blend-mode: multiply;
	margin-left:5%;
}
.service-slider a:hover .service-slider-image::before {
    opacity: 0.5;
    width: 90%;
	margin-left:5%;
}
/* CTA */
#cta {
    background-color: #0d1336;
    text-align: center;
    padding: 85px 0px;
    background-image: url("../images/cta.png");
    background-size: cover;
    background-position: center;
}
#cta h2 {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    margin-right: 45px;
    padding-top: 5px;
    vertical-align: middle;
}
#cta h2 span {
    color: #cbb68e;
}
/* Latest News */
#latest {
    text-align: center;
    padding: 100px 0px;
}
#latest h2 {
    color: #676767;
    margin-bottom: 75px;
}
#latest h3 {
    padding: 0px 30px;
    margin: 15px 0px;
}
#latest h3 a {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0d1336;
}
.news-block img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.news-block-image {
    position: relative;
}
.news-block-image::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #cbb68e;
    opacity: 0;
    transition: all 0.2s ease-in;
    mix-blend-mode: multiply;
}
.news-block-image:hover::before {
    opacity: 0.5;
    width: 100%;
}
.news-block p {
    color: #27337c;
    font-size: 16px;
    padding: 0px 30px;
    line-height: 24px;
}
#latest.news .news-block {
    margin-bottom: 60px;
}
/* Categories */
#cats {
    text-align: center;
    background: #eeebe7;
    padding: 35px 0px;
    transition: all 0.2s ease-in;
}
#cats a.button {
    background: #cbb68e;
    color: #0d1336;
    margin: 5px;
}
#cats a.button:hover {
    background: #0d1336;
    color: #fff;
}
#cats a.button::after, #cats a.button::before {
    display: none;
}
#cats a i {
    background: #0d1336;
    color: #fff;
    width: 49px;
    height: 49px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 49px;
    margin-left: 10px;
}
#cats a i:hover {
    background: #27337c
}
#cats .search-button, #cats .close-button {
    display: none;
}
#cats .search-button.active, #cats .close-button.active {
    display: inline-block;
}
.news-search-form {
    display: none;
}
.news-search-form.active {
    display: block;
}
/* Pagination */
#pagination ul li {
    display: inline-block;
    text-transform: uppercase;
    margin: 5px;
    background: #cbb68e;
    color: #0d1336;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 15px 25px 13px 25px;
}
#pagination ul li a {
    color: #0d1336;
    display: block;
}
#pagination ul li:hover {
    background: #a49271;
}
#pagination ul li:hover a {
    color: #fff;
}
#pagination ul li.disabled, #pagination ul li.disabled:hover, #pagination ul li.disabled a, #pagination ul li.disabled:hover a  {
    background: #eae1d1;
    color: #aaa49f;
    cursor: default;
}
#pagination ul li.current, #pagination ul li.current:hover {
    background: #fff;
    color: #0d1336;
}
/* Reviews */
#reviews {
    text-align: center;
    background-color: #eeebe7;
    padding: 130px 0px 70px 0px;
    background-image: url("../images/reviews.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#reviews h2 {
    color: #676767;
    margin-bottom: 40px;
}
.reviews {
    padding: 4px 80px;
    position: relative;
}
.reviews .slick-arrow, .service-slider .slick-arrow {
    background: #cbb68e;
    transform: rotate(90deg);
    height: 48px;
    width: 48px;
    padding: 12px 10px 8px 10px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 48px);
    left: 0px;
    cursor: pointer;
}
.reviews .slick-next, .service-slider .slick-next {
    transform: rotate(-90deg);
    left: auto;
    right: 0px;
}
.reviews .slick-arrow:hover, .service-slider .slick-arrow:hover {
    background: #bda983;
}
.service-slider .slick-arrow {
    left: -60px;
}
.service-slider .slick-next {
    left: auto;
    right: -60px;
}
.reviews-slide {
    padding: 0px 80px 60px 80px;
}
.review {
    box-shadow: 0px 35px 48px 0px rgba(208, 201, 192, 0.49);
    background: #fff;
    padding: 40px 80px 20px 80px;
}
.review p {
    color: #27337c;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.review span, .review sub {
    color: #a38773;
    font-family: 'Sora', sans-serif;
    font-size: 40px !important;
}
.review sub {
    bottom: -25px;
    margin-left: 5px;
}
/* Newsletter */
#newsletter {
    background-color: #cab68e;
    padding: 70px 0px;
    background-image: url("../images/newsletter.png");
    background-size: cover;
    background-position: center;
}
#newsletter h2 {
    color: #0d1336;
    font-size: 40px;
    display: inline-block;
    /*margin-right: 40px;*/
}
#newsletter form {
    display: inline-block;
    vertical-align: bottom;
    /*float: right;*/
	margin-top:40px;
	margin-bottom:20px;
}
#newsletter form input[type="text"], #newsletter form input[type="email"] {
    color: #27337c;
    padding: 15px 25px;
    margin-right: 5px;
    width: 375px;
    border: 0px;
}
#newsletter form input[type="submit"] {
    background: #27337c;
    color: #fff;
    border: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    padding: 20px 30px 16px 30px;
    margin-top: 0px;
    dislay: inline-block;
    vertical-align: top;
}
#newsletter form input[type="submit"]:hover {
    background: #0d1336
}
/* Sub Hero */
#sub-hero {
    background: url("../images/sub-hero.png");
    background-size: cover;
    background-position: center;
    color: #fff;
    display: block;
    z-index: 999;
}
#sub-hero.default {
    text-align: center;
    padding: 100px 0px;
    background-position: top center;
}
#sub-hero.single-service img {
    display: inline-block;
    margin-right: 40px;
    width: 90px;
    height: auto;
}
#sub-hero.single-service h1 {
    display: inline-block;
    vertical-align: middle;
    max-width:85%;
}
#sub-hero.about {
    padding: 60px 0px 60px 0px;
    overflow: visible;
}
#sub-hero.about h1 {
    margin-bottom: 20px;
}
#sub-hero.about p {
    padding-right: 60px;
}
#sub-hero.contact p {
    font-family: 'Sora', sans-serif;
}
#sub-hero.contact a {
    color: #cbb68e;
}
#sub-hero.contact a:hover {
    color: #fff;
}
#sub-hero.single {
    text-align: center;
    padding: 150px 0px;
    background-image: none;
    position: relative;
    z-index: 1;
}
#sub-hero.single::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #27337c;
    opacity: 0.95;
    z-index: -2;
}
#sub-hero.single::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/hero-curve.png");
    z-index: -1;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#sub-hero .news-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    /*filter: grayscale(100);*/
    /*mix-blend-mode: multiply;*/
    opacity: 0.65;
    background-size: cover;
    background-position: center;
}
#sub-hero.single span {
    display: block;
    font-weight: 600;
    margin: 40px 0px 20px 0px;
}
#sub-hero.single a.button {
    background: #cbb68e;
    color: #0d1336;
}
#sub-hero.single a.button::after, #sub-hero.single a.button::before {
    display: none;
}
#sub-hero.single a.button:hover {
    background: #a8936b;
    color: #fff;
}
.about-image {
    display: block;
    overflow: visible;
    position: relative;
}
.about-image img {
    width: 100%;
    margin-bottom: -90px;
}
.about-image img.logo {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-bottom: 0px;
    width: 70px;
    height: 70px;
}
/* Services Page */
#home-hero.services-hero h1 {
    margin-bottom: 0px;
}
#services {
    background: #eeebe7;
    padding: 75px 0px;
}
.service-block {
    margin-bottom: 30px;
}
.srv-block {
    background: #fff;
    position: relative;
    margin: 5px;
}
.srv-block a.serv-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 2;
}
.srv-text {
    background: #27337c;
    position: relative;
    padding: 50px;
}
.srv-block:hover .srv-text {
    background: #1d275e;
}
.srv-header {
    padding: 50px;
}
.srv-header h3 {
    display: inline-block;
    color: #27337c;
    margin-bottom: 0px;
    width: calc(100% - 140px);
    vertical-align: middle;
}
.srv-header img {
    width: 80px;
    height: 80px;
    margin-right: 40px;
    margin-top: -5px;
}
.srv-text p {
    color: #fff;
    margin-bottom: 0px;
}
.srv-text a.chev {
    position: absolute;
    right: -10px;
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    background: #cbb68e;
}
.srv-text a.chev img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 27px;
    height: auto;
    transform: rotate(-90deg)
}
.srv-block:hover .srv-text a.chev {
    right: -15px;
    background: #ae9a73;
}
/* Default Page */
#page {
    padding: 110px 0px;
}
#page.single-service {
    background: #eeebe7;
}
#page h2 {
    color: #676767;
    margin-bottom: 20px;
}
#page p, #page li {
    color: #676767;
}
#page li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding: 0px 0px 0px 35px;
    margin-bottom: 10px;
    position: relative;
}
#page ul {
   margin-bottom:25px;
}
#page ul li::before {
    position: absolute;
    width: 12px;
    height: 12px;
    content: '';
    background: #cbb68e;
    left: 0px;
    top: 9px;
}
#page ol {
  counter-reset: item;
  padding-left:0px;
  font-weight:bold;
}
#page ol li {
  display: block;
  padding-left:0px;
}
#page ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight:bold;
}
#page ol li ol li {
  padding-left:10px;
}
#page h3 {
    color: #27337c;
    margin-bottom: 20px;
}
/* Contact */
#contact {
    padding: 80px 0px;
}
#contact iframe {
    width: 100%;
    margin-top: -45px;
    margin-bottom: 30px;
}
#contact h3 {
    color: #27337c;
    margin-bottom: 30px;
}
#contact p {
    color: #676767;
}
#contact form input, #contact form textarea {
    background: #eeebe7;
    width: 100%;
    font-size: 18px;
    padding: 20px;
    border: 0px;
    margin-bottom: 10px;
}
#contact form input.wpcf7-not-valid, #contact form textarea.wpcf7-not-valid {
    background: #efcaca;
}
#contact form input[type="submit"] {
    width: auto;
    padding: 20px 40px;
}
#contact form input[type="submit"]:hover {
    background: #1b2568;
}
#contact form textarea {
    height: 200px;
}
#contact .day {
    font-family: 'Sora', sans-serif;
    color: #27337c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
	padding:10px;
}
#contact .d {
    width: 130px;
    display: inline-block;
}
#contact form br {
	display:none;
}
span.wpcf7-not-valid-tip {
	color:#c98484 !important;
	margin-bottom:10px;
}
/* FAQ */
#faq {
    background: #eeebe7;
    padding: 110px 0px;
}
#faq .accordion {
    border: 0px;
}
#faq .accordion-item {
    border: 0px;
    margin-bottom: 18px;
}
#faq .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}
#faq .accordion-button:not(.collapsed) {
    background: #fff;
    border: 0px;
    box-shadow: none;
}
#faq h2.accordion-header button {
    color: #27337c;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 25px;
}
#faq .accordion-body {
    padding: 25px;
}
#faq .accordion-body ul{
    margin-bottom: 25px;	
}
#faq .accordion-body li{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
	list-style:disc;
	list-style-position:inside;
}

#faq .accordion-button::after {
    left: -11px;
    position: absolute;
    background-color: #27337c;
    width: 21px;
    height: 21px;
    background-image: url("../images/chevron.svg");
    background-position: center;
    background-size: 10px auto;
}
#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
    background-color: #cbb68e;
}
/* Team */
#team {
    text-align: center;
    padding: 100px 0px;
}
#team h2 {
    color: #676767;
    margin-bottom: 45px;
}
#team p {
    color: #27337c;
}
.team-block {
    margin-top: 60px;
}
.staff-image {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.staff-image::before {
    width: 100%;
    height: 100%;
    content: '';
    background: url("../images/member.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: top left;
    top: 0px;
    left: 0px;
}
.staff-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin: 0px;
}
.team-member h4 {
    color: #27337c;
    font-size: 20px;
    margin: 15px 0px;
}
.team-member h5 {
    position: relative;
    font-size: 12px;
    color: #676767;
    padding-bottom: 10px;
}
.team-member h5::after {
    content: '';
    width: 80px;
    height: 1px;
    background: #cbb68e;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.team-member h6 {
    font-family: 'Barlow', sans-serif;
    color: #27337c;
    font-size: 20px;
    margin: 15px 0px;
}
.share {
    background: #eeebe7;
    text-align: center;
    margin-top: 50px;
    padding: 20px;
}
.share h4 {
    color: #27337c;
    font-size: 18px;
    margin-bottom: 10px;
}
.share a i {
    background: #3c3c3b;
    color: #eeebe7;
    margin: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.share a i:hover {
    background: #27337c;
}
#page.single {
    padding-bottom: 0px;
}
/* Footer */
#footer {
    background-color: #edeae6;
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
    padding: 75px 0px 110px 0px;
}
#footer-logo p, #footer-logo a {
    font-size: 18px;
    color: #27337c;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}
#footer img.logo {
    width: 275px;
    margin-bottom: 25px;
}
#footer ul li {
    margin-bottom: 15px;
}
#footer ul li a {
    color: #27337c;
    font-size: 18px;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
}
#footer ul li a:hover, #footer a.tel:hover, #nav a.tel:hover, #footer-logo a:hover {
    color: #c5b089;
}
#footer-contact {
    text-align: right;
}
#footer a.tel {
    font-size: 20px;
    color: #0d1336;
    display: block;
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    letter-spacing: 0.8px;
}
#footer a.button::after, #footer a.button::before {
    display: none;
}
#copyright {
    margin-top: 95px;
}
#credit {
    text-align: right;
}
#credit a {
    color: #27337c;
}
#credit a:hover {
    color: #0d1336;
}
#copyright p {
    font-size: 16px;
    color: #27337c;
}

/**
 * Related Content Section
 */
.related-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;

    .col-lg-4 {
        scroll-snap-align: center;
    }
}   

.related-carousel::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/**
 * FAQs
 */
.faq {
    padding-top: 100px;
}

.faq h2 {
    color: #676767;
    margin-bottom: 25px;
}

.faq__single {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #676767;
}

.faq__single:last-of-type {
    border-bottom: none;
}

.faq__single--active .faq__answer {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-top: 1rem;
}

.faq__single--active svg {
    transform: rotate(180deg);
}

.faq__answer {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq__question > span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    transition: all .3s ease-in-out;
}

.faq__question > div {
    padding-left: 48px;
}

.faq__question svg {
    width: 40px;
    fill: black;
}

@media (max-width: 1720px) {
  
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1540px) {
    .service-slider {
        padding: 0px 30px;
    }
    .service-slider .slick-arrow {
        left: 0px;
    }
    .service-slider .slick-next {
        left: auto;
        right: 0px;
    }
}
@media (max-width: 1470px) {
    .service-slide {
        padding: 0px 30px;
    }
}
@media (max-width: 1420px) {
    #newsletter h2 {
        display: block;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    #newsletter {
        text-align: center;
    }
    #newsletter form {
        float: none;
        margin: 0px auto;
    }
}
@media (max-width: 1199px) {
    #nav ul {
        display: none;
    }
    .top-header {
        margin-bottom: 20px;
    }
    .about-image img {
        margin-bottom: 0px;
    }
    .search-form form {
        margin: -4px 20px -8px 0px;
    }
    #contact iframe {
        height: 300px;
        margin-top: 0px;
    }
    #home-hero {
        padding: 80px 0px;
    }
    .toggle-button {
        display: inline-block;
        margin-left: 15px;
        margin-right: -8px;
        top: 5px;
    }
    .search-form.active {
        width: calc(100% - 160px);
    }
    .slideout-open .slideout-menu {
        display: block !important;
    }
    #home-about {
        padding: 60px 30px;
    }
    #home-hero::after {
        height: 70%;
        bottom: 0px;
        top: auto;
    }
    .slideout-menu form {
        margin-bottom: 10px;
        display: none;
    }
    .slideout-menu form input[type="text"] {
        border: 0px;
        width: calc(100% - 38px);
        display: inline-block;
        padding: 4px 5px;
        font-size: 16px;
    }
    .slideout-menu form button[type="submit"] {
        border: 0px;
        border-radius: 0px;
        background: #cbb68e;
        width: 34px;
        height: 34px;
        line-height: 34px;
        padding: 0px;
        display: inline-block;
        margin-top: -4px;
    }
    .slideout-menu a.button {
        margin-left: 30px;
        display: block;
        margin-right: 30px;
        text-align: center;
        padding: 15px 0px 12px 0px;
        margin-bottom: 30px;
    }
    .slideout-menu a.button::after, .slideout-menu a.button::before {
        display: none;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
    }
    h2, #cta h2 {
        font-size: 32px;
    }
    #faq {
        padding: 80px 15px;
    }
    #pagination {
        margin-bottom: 30px;
    }
    #contact iframe {
        height: 400px;
        margin-top: 30px;
    }
    #sub-hero.about {
        text-align: center;
    }
    #sub-hero.about p {
        padding-right: 0px;
    }
    .about-image {
        margin: 30px;
    }
    #sub-hero.single {
        padding: 100px 0px;
    }
    .slideout-menu form {
        margin-bottom: 10px;
        display: block;
    }
    #sub-hero.about {
        padding-bottom: 0px;
    }
    .team-member a.button {
        font-size: 12px;
        padding: 15px 30px;
        width: 100%;
    }
    .staff-image img {
        height: 150px;
    }
    .team-member h4, .team-member h6 {
        font-size: 16px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    #footer, #credit, #footer-contact {
        text-align: center;
    }
    #newsletter form input[type="text"], #newsletter form input[type="email"] {
        width: 230px;
    }
    #home-hero::after {
        display: none;
    }
    #home-hero {
        padding: 60px 0px;
    }
    #home-about {
        text-align: center;
    }
    #home-about img {
        width: 100%;
        margin-top: 45px;
    }
    #service-slider {
        padding: 80px 0px;
    }
    #reviews {
        padding: 80px 0px 40px 0px;
    }
    .reviews-slide {
        padding: 0px 40px 60px 40px
    }
    .review {
        padding: 40px 40px 20px 40px
    }
    #latest {
        padding: 60px 0px 15px 0px;
    }
    #latest h2 {
        margin-bottom: 40px;
    }
    .news-block img {
        height: 240px;
    }
    .news-block {
        margin-bottom: 45px;
    }
    .header-icons a i.fa-magnifying-glass.active {
        display: none;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2, #newsletter h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    #sub-hero.single {
        padding: 60px 0px;
    }
    #faq {
        padding: 60px 15px;
    }
    #sub-hero.single::after {
        background-size: 50%;
        background-position: bottom left;
    }
    #cats a.button.small {
        padding: 10px;
        font-size: 10px;
    }
    #cats a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 3px;
    }
    .news-search-form form input[type="text"] {
        width: 100%;
    }
    .news-search-form form { 
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #contact iframe {
        height: 300px;
        margin-top: 30px;
    }
    .news-search-form form button[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }
    #pagination ul li {
        padding: 10px 15px 8px 15px;
        font-size: 10px;
    }
    .top-header {
        margin-bottom: 10px;
    }
    #page {
        padding: 60px 0px;
    }
    #page li {
        font-size: 16px;
        line-height: 24px;
    }
    #sub-hero.default {
        padding: 60px 0px;
    }
    #footer {
        padding-bottom: 60px;
    }
    #footer img.logo {
        width: 200px;
    }
    #header {
        padding: 15px 0px;
    }
    #home-about {
        padding: 60px 15px;
    }
    #header a.button.dark {
        display: none;
    }
    #home-about img {
        height: 240px;
    }
    #cta h2 {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    #newsletter form input[type="text"], #newsletter form input[type="email"] {
        width: 100%;
        margin-bottom: 8px;
    }
    #newsletter form input[type="submit"] {
        width: 100%;
    }
    .header-icons a i {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .reviews {
        padding: 0px;
    }
    .review {
        padding: 40px 25px 20px 25px;
    }
    .reviews .slick-arrow {
        z-index: 999;
    }
    #service-slider {
        padding: 60px 0px;
    }
    .news-block img {
        height: 180px;
    }
    #nav a.tel {
        font-size: 16px;
        text-align: right;
        margin-right: 0px;
    }
    #services {
        padding: 60px 0px;
    }
    .srv-header {
        padding: 30px;
    }
    .srv-text {
        padding: 30px 50px 30px 30px;
    }
    .srv-header img {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    #sub-hero.single-service img {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    #sub-hero.single-service h1 {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

.modal-header{
	border-bottom:0px;
}

.modal-header h1{
	font-size:22px !important;
}

.modal-body{
	text-align:left;
}

.modal-body p{
	font-size:16px;
}
span.current {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #0d1336;
    border: none!important;
    background-color: #cbb68e;
    border-radius:0%;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px
}

a.page {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none!important;
    background-color: #27337c;
    border-radius:0%;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none
}

a.page:hover {
    color: #0d1336;
    background-color: #cbb68e;
    text-decoration: none
}
#accordionServices {
	margin-top:30px;
}
#accordionServices .accordion-button {
	color: #676767;
    font-size: 22px;
	font-weight: 500;
	padding:10px 0px 10px 0px;
	border:none;
	box-shadow:none;
	background-color:#eeebe7 !important;
}
#accordionServices .accordion-button:focus {
	border:none;
	box-shadow:none;
}
#accordionServices .accordion-button:after {
	background-image: url("../images/accordion-arrow.png");
}
#accordionServices .accordion-button:not(.collapsed) {
	background:none;
}
#accordionServices .accordion-item {
	border:none;
	border-top:solid 1px #676767;
	border-left:none;
	border-right:none;
	border-radius:0px;
}
#accordionServices .accordion-item:last-child {
	border-bottom:solid 1px #676767;
}
#accordionServices .accordion-body {
	padding:15px 0px 15px 0px;
	border:none;
	background-color:#eeebe7 !important;
}
@media (max-width: 991px) {
	#accordionServices .accordion-button {
		font-size: 18px;
	}
}