/*
Theme Name: bootScore
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.3.0
Tested up to: 6.2.2
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* * * * * * * * * * * * * * *
 * Variables
 * * * * * * * * * * * * * * */
 :root {
    --primary: #444655;
    --greyBg: #EBEEFF;
    --greyLightBg: #F6F8F6;
    --greyDarkBg: #D9D9D9;
    --shadedGreyBG: #ECE9E4;
    --blueLight: #E4E9EC;
	--blueSilver: #E4ECEA;
    --selectionColor: #BBA5B0;
    --btnHover: #A9AABA;
    --font-family-display: 'RecifeDisplay';
    --font-family-book: 'RecifeDisplay Book';
    --font-family-text: 'ProximaNova';
    --font-family-light: 'Proxima-Nova-Light';
    --ease-out-short: cubic-bezier(.15,.7,.78,1);
    --ease-default: cubic-bezier(0, 0, 0.58, 1);
    --ease-out-medium: cubic-bezier(0,.57,.55,1);
}

/* * * * * * * * * * * * * * *
 * Fonts
 * * * * * * * * * * * * * * */
@font-face {
    font-family: 'Proxima-Nova';
    src: url('./css/fonts/Proxima-Nova.woff2') format('woff2'),
        url('./css/fonts/Proxima-Nova.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Nova-Light';
    src: url('./css/fonts/proxima-nova-thin-webfont.woff') format('woff2'),
        url('./css/fonts/proxima-nova-thin-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RecifeDisplay Book';
    src: url('RecifeDisplay-Book.eot');
    src: local('RecifeDisplay Book'), local('RecifeDisplay-Book'),
        url('./css/fonts/RecifeDisplay-Book.eot?#iefix') format('embedded-opentype'),
        url('./css/fonts/RecifeDisplay-Book.woff2') format('woff2'),
        url('./css/fonts/RecifeDisplay-Book.woff') format('woff'),
        url('./css/fonts/RecifeDisplay-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RecifeDisplay';
    src: url('RecifeDisplay-Light.eot');
    src: local('RecifeDisplay Light'), local('RecifeDisplay-Light'),
        url('./css/fonts/RecifeDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('./css/fonts/RecifeDisplay-Light.woff2') format('woff2'),
        url('./css/fonts/RecifeDisplay-Light.woff') format('woff'),
        url('./css/fonts/RecifeDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: local('ProximaNova Light'), local('Proxima-Nova-Light'),
        url('./css/fonts/Proxima-Nova-Light.woff2') format('woff2'),
        url('./css/fonts/Proxima-Nova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
body {
	font-size: 14px;
    line-height: 24px;
	color: var(--primary);
	background-color: var(--greyLightBg);
	font-family: var(--font-family-text);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-display);
	font-weight: 300;
}
h1 {
    font-size: 85px;
    line-height: 102px;
    margin-bottom: 32px;
}
h2,.h2 {
    font-size: 67px;
    line-height: 72px;
    font-weight: 400;
    margin-bottom: 25px;
}
h3,.h3 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 40px;
}
h4,.h4 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
}
h4.sm {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px;
}
h5 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 12px;
    font-weight: 400;
}
h6 {
	font-family: var(--font-family-book);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 14px;
}
p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}
p>a {
    font-family: var(--font-family-light);
}

a {
    font-family: var(--font-family-book);
    color: var(--primary);
    position: relative;
    text-decoration: none;
}

hr {
    margin: 0;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

p.sub-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.lead p,
p.lead,
.lead p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}

.lead-2 {
    font-family: var(--font-family-book);
    font-size: 16px;
}
strong {
	font-family: var(--font-family-text);
}


address>p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
}

address a {
    text-decoration: underline;
}

.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a:not(.btn) {
    color: #F6F8F6;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-light {
    background-color: var(--greyBg) !important;
}

.bg-grey-light {
    background-color: var(--greyLightBg) !important;
    ;
}

.bg-black {
    background-color: #10141b !important;
}

.bg-dark {
    background-color: #13161d !important;
}

section,
.section,
footer {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

footer {
    padding: 55px 0 60px;
}

.section-sm {
    padding: 90px 0 30px;
}

.row {
    --bs-gutter-x: 10px !important;
}

[data-background] {
    background-size: cover;
    background-position: center center;
}

.pattern-bg {
    position: relative;
    z-index: 1;
}

.pattern-bg:after {
    background-image: url(../images/pattern.svg);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.pattern-bg:not(.bg-light):after {
    opacity: .04;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.p-15 {
    padding: 15px;
}

/* BUTTON */
.btn {
	font-family: var(--font-family-display);
	border-radius: 0;
	color: var(--primary);
	position: relative;
    padding: 0 15px;
    line-height: 52px;
    font-size: 18px;
}
.btn.btn-sm {
	line-height: 38px;
}
.btn-link:hover {
	color: #00397e;
}
.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn:focus-visible {
    background-color: var(--primary)!important;
    border: 1px solid var(--primary);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
}
.btn-primary.sec-hover {
	background-color: transparent!important;
	color: var(--primary);
	border-color: var(--primary);
}
.btn-primary.sec-hover.active {
    background-color: var(--primary)!important;
    border: 1px solid var(--primary);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
	pointer-events: none;
}
.btn .lnr {
	margin: 0 15px 0 10px;
}
.form-label {
	font-family: var(--font-family-book);
	font-size: 18px;
	margin-bottom: 5px;
}

.wpcf7-text,
.wpcf7-text,
.wpcf7-select,
.wpcf7-select,
.wpcf7-textarea,
.wpcf7-ttextareaext,
.form-control,
.form-control:focus {
    background-color: var(--shadedGreyBG);
    min-height: 38px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    max-width: 100%;
	padding: 5px 15px;
}
textarea.wpcf7-form-control {
    width: 100%;
    height: 100px;
}

/* PAGE WRAPPER */
.page-wrapper {
    overflow: hidden;
}

/* NAVBAR */
.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all .4s cubic-bezier(.42, 0, 0, 1);
    -o-transition: all .4s cubic-bezier(.42, 0, 0, 1);
    transition: all .4s cubic-bezier(.42, 0, 0, 1);
    border-bottom: 1px solid var(--primary);
    z-index: 99;
}

.navbar-light .navbar-toggler {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar:hover,
.is-sticky .navbar {
    background: rgba(255, 255, 255, 0.7);
}

.navbar .navbar-nav .nav-link,
.navbar a {
    color: var(--primary);
    font-size: 18px;
    text-transform: capitalize;
}
.navbar .navbar-nav .nav-link>.lnr {
    margin-right: 10px;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show>.nav-link,
.navbar .navbar-nav .nav-link:hover {
    color: var(--selectionColor);
}
.is-sticky .navbar {
    height: 75px;
}
.dropdown {
	position: static;
}
.dropdown-toggle::after {
	content: none;
}

.charsAnimIn .char{
    opacity: 0;
    -webkit-transform: translateY(20px) rotate(25deg);
        -ms-transform: translateY(20px) rotate(25deg);
            transform: translateY(20px) rotate(25deg);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: opacity .62s var(--ease-default), -webkit-transform .62s var(--ease-out-short);
    transition: opacity .62s var(--ease-default), -webkit-transform .62s var(--ease-out-short);
    -o-transition: transform .62s var(--ease-out-short), opacity .62s var(--ease-default);
    transition: transform .62s var(--ease-out-short), opacity .62s var(--ease-default);
    transition: transform .62s var(--ease-out-short), opacity .62s var(--ease-default), -webkit-transform .62s var(--ease-out-short);
    -webkit-transition-delay: calc( 0.017s * var(--char-index) );
         -o-transition-delay: calc( 0.017s * var(--char-index) );
            transition-delay: calc( 0.017s * var(--char-index) );
    will-change: opacity, transform;
}
.charsAnimIn.animated .char {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.charsAnimIn .char {
    will-change: opacity, transform;
}

/* HERO SECTION */
.hero-section {
    min-height: 211px;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}
.img-section {
	position: relative;
}
.img-section:after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 55%;
	bottom: 0;
	left: 0;
}

/* SERVICE BOX */
.service-box {
    margin-bottom: 60px;
}
.service-box img {
    margin-bottom: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
	height: 232px;
}
.hero-section .img-wrapper,.service-box .img-wrapper {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.hero-section .img-wrapper {
	margin-bottom: 0;
}
.service-box .img-wrapper > a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.service-box  .img-wrapper img,.hero-section .img-wrapper img {
	width: 100%;
}
.hero-section .img-wrapper .backdrop,.service-box .img-wrapper .backdrop {
	background-color: var(--greyBg);
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: -1;
}

/* GALLERY SECTION */
.gallery-slider-section:after {
    background-color: var(--greyDarkBg);
    content: "";
    position: absolute;
    height: 305px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.gallery-carousel .gallery-item {
    margin-bottom: 30px;
	max-width: 520px;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next {
    padding-left: 12px !important;
}

/* PRICING BOX */
.pricing-box {
	background-color: var(--shadedGreyBG);
	padding: 36px 24px;
	margin-bottom: 30px;
}
.pricing-box.Gold {
	background-color: var(--blueLight);
}
.pricing-box.Silver {
	background-color: var(--blueSilver);
}
.pricing-box h5 {
	margin-bottom: 25px;
}
.pricing-box h3 {
	font-family: var(--font-family-book);
	margin-bottom: 30px;
}
.pricing-box ul {
	margin-bottom: 10px;
	overflow: hidden;
}
.pricing-box ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}
.pricing-box ul > li > img {
	height: 16px;
	margin-top: 5px;
}
/* TESTIMONIAL SECTION */
.testimonial-carousel.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 23px;
}
.testimonial-carousel.owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--greyLightBg);
    opacity: 0.25;
    margin: 0 6px;
}
.testimonial-carousel.owl-carousel .owl-dots .owl-dot.active {
	opacity: 1;
}
.isotope-filters {
	margin-bottom: 88px;
	overflow-x: auto;
}
.isotope-filters .btn {
	white-space: nowrap;
}
.isotope-grid {
    margin: 0 -10px;
}
.isotope-grid .grid-item,
.isotope-grid .grid-sizer {
    width: 33.333%;
}
.isotope-grid .grid-item {
	padding: 0 10px;
	margin-bottom: 20px;
}
.isotope-grid .grid-item img {
	width: 100%;
}
.photo-grid{
	position: relative;
    overflow: hidden;
    -webkit-transition: all 2s var(--ease-out-medium);
    -o-transition: all 2s var(--ease-out-medium);
    transition: all 2s var(--ease-out-medium);
}
.photo-grid,.photo-grid > img {
	-webkit-transition: all 2s var(--ease-out-medium);
	-o-transition: all 2s var(--ease-out-medium);
	transition: all 2s var(--ease-out-medium);
}
.photo-grid:hover > img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-filter: brightness(1.2);
	        filter: brightness(1.2);
	/* filter: sepia(0.75); */
}
.photo-grid a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.contact-box {
    margin-bottom: 40px;
}
footer li > a {
	font-family: var(--font-family-light);
}
footer .logo {
    margin-bottom: 30px;
}
.copyright {
    padding: 10px 0;
}
.header-fixed {
    background: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.landingVideo video {
    width: 100%;
    display: block;
    height: 100vh;
    height: calc(100dvh);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
	pointer-events: none;
}
section.homeIntro {
    padding: 0;
}
li.menu-gallery, li.first-menu {
    margin-left: auto;
}
ul#bootscore-navbar {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.gallery-carousel .gallery-item img {
	height: 310px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.owl-carousel .owl-nav img {
	display: none;
}
div.owl-carousel .owl-nav button.owl-prev, div.owl-carousel .owl-nav button.owl-next {
	background-image: url('./img/left-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
    display: inline-block;
    width: 36px;
    height: 10px;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
div.owl-carousel .owl-nav button.owl-next { 
	background-image: url('./img/right-arrow.svg');
}
.gallery-carousel.owl-carousel .owl-dots .owl-dot {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
div.owl-carousel .owl-nav button.owl-prev:hover, div.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.66;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
.page-contact, .page-gallery {
    padding: 80px 0 0;
}
ul#footer-menu li {
    min-width: 50%;
}
footer .logo {
    height: 65px;
}
.social-links a {
    margin-right: 10px;
}
.social-links img {
    height: 16px;
}
.social-links img[alt="Mail"] {
    height: 14px;
}
.photo-grid img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
ul#bootscore-navbar li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
ul#bootscore-navbar li > a > span.whitespace {
    width: 4.41px;
}
::-moz-selection {
    color: white;
    background: #2b2c32;
}
::selection {
    color: white;
    background: #2b2c32;
}
.page-contact .contact-section h1 {
	font-size: 40px;
    line-height: 1.1;
    margin-bottom: 0.55em;
}
.contact-section h4.mb-5 {
    font-size: 25px;
    max-width: 430px;
}
.facilities-box img {max-height:24px}
.testimonial-section .blockquote > p {
	font-family: var(--font-family-book);
	font-size: 32px;
	line-height: 45px;
}
.testimonial-section .blockquote-footer::before { content:none }
.testimonial-section .blockquote-footer {
	font-size: 22px;
	line-height: 26px;
	color: inherit;
	padding-top: 14px;
}
ul#bootscore-navbar li#menu-item-62 > a:before {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e83f";
    margin-right: 8px;
	margin-top: -5px;
}
#footer-menu li a {
	padding: 2px 0;
}
a.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40px;
    opacity: 0.5;
    -webkit-animation: bounce 2s infinite;
            animation: bounce 2s infinite;
    width: 80px;
    height: 54px;
    padding-left: 20px;
}
a.scroll-down:hover {
	opacity: 1;
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
span.arrow-go {
    width: 48px;
    height: 48px;
    display: block;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
        -ms-transform: rotate(-45deg) skew(10deg, 10deg);
            transform: rotate(-45deg) skew(10deg, 10deg);
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-30px);
	          transform: translateY(-30px);
	}
	60% {
	  -webkit-transform: translateY(-15px);
	          transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-30px);
	          transform: translateY(-30px);
	}
	60% {
	  -webkit-transform: translateY(-15px);
	          transform: translateY(-15px);
	}
}
.sticky-header .header-fixed, .sticky-header .navbar {
    height: 75px;
}
.page.page-services {
    padding-top: 90px;
}
section.faq-section {
    background: #ECE6E4;
}
.services-dropdown.dropdown-menu {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    position: fixed;
    top: 100px;
    left: 0;
}
.sticky-header .services-dropdown.dropdown-menu {
    top: 75px;
}
ul.dropdown-menu.d-none.d-lg-block.show {
    margin-left: 130px;
}
button.btn.btn-outline-secondary {
    border: 0;
}
button.btn.btn-outline-secondary i.fa-solid.fa-bars {
    -webkit-transform: scaleX(1.4);
        -ms-transform: scaleX(1.4);
            transform: scaleX(1.4);
}


@media (min-width: 576px) {
    .hero-section.full-screen {
		min-height: 100vh;
	}
}

@media (min-width: 768px) {
	/* NAV */
	.sticky-nav-transparent {
		position: absolute;
		z-index: 99;
	}
	.gallery-carousel.owl-carousel .owl-dots {
	    height: 3px;
	    overflow: hidden;
	    background: #fff;
	    border-radius: 3px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    width: calc(100% - 80px);
	    margin-left: auto;
	    margin-top: -12px;
	}
	.gallery-carousel.owl-carousel .owl-dots .owl-dot {
	    -webkit-box-flex: 1;
	        -ms-flex: 1;
	            flex: 1;
	}
	.gallery-carousel.owl-carousel .owl-dots .owl-dot.active {
		background-color: var(--primary);
	}
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 25px;
        padding-left: 25px;
    }
	/* BTN ANIMATION */
	.btn-primary:hover {
		background-color: var(--btnHover);
		border-color: var(--btnHover);
	}
	.btn-primary.sec-hover:hover {
		background-color: var(--btnHover);
		border-color: var(--primary);
	}
	.button-animate {
		overflow: hidden;
	}
	.button-animate span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    position: relative;
	    z-index: 1;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}

	.button-animate > span {
		overflow: hidden;
	}
	.button-animate:hover > span > span {
		-webkit-animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
		        animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
		color: var(--primary);
	}
	@-webkit-keyframes MoveRightInitial {
		to {
			-webkit-transform: translate3d(105%,0,0);
			        transform: translate3d(105%,0,0);
		}
	}
	@keyframes MoveRightInitial {
		to {
			-webkit-transform: translate3d(105%,0,0);
			        transform: translate3d(105%,0,0);
		}
	}
	@-webkit-keyframes MoveRightEnd {
		from {
			-webkit-transform: translate3d(-100%,0,0);
			        transform: translate3d(-100%,0,0);
		}
		to {
			-webkit-transform: translate3d(0,0,0);
			        transform: translate3d(0,0,0);
		}
	}
	@keyframes MoveRightEnd {
		from {
			-webkit-transform: translate3d(-100%,0,0);
			        transform: translate3d(-100%,0,0);
		}
		to {
			-webkit-transform: translate3d(0,0,0);
			        transform: translate3d(0,0,0);
		}
	}
	.button-animate::before,
	.button-animate::after {
		content: '';
		background: var(--btnHover);
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.button-animate.sec-hover::before,
	.button-animate.sec-hover::after {
		background: var(--greyLightBg);
	}
	.button-animate::before {
		width: 135%;
		-webkit-transform: translate3d(-100%,0,0);
		        transform: translate3d(-100%,0,0);
		margin-left: -1px;
	}
	.button-animate:hover::before {
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		-o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
	}
	.button-animate::after {
		width: 105%;
		-webkit-transform: translate3d(100%,0,0);
		        transform: translate3d(100%,0,0);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		-o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
	}
	.button-animate:hover::after {
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
		-webkit-transition: -webkit-transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: -webkit-transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		-o-transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
		transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
	}
	/* NAVBAR */
	.navbar {
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
	    padding: 0 25px;
	    height: 100px;
	}
	.navbar-expand-lg .dropdown-menu .nav-link {
		padding: 5px 0;
	}
	.nav-link.splitting .char {
	  overflow: hidden;
	  color: transparent;
	}
	.nav-link.splitting .char:before,
	.nav-link.splitting .char:after {
	  visibility: visible;
	  color: var(--primary);
	  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	  transition: -webkit-transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	  -o-transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	  -webkit-transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	       -o-transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	          transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	  text-transform: none;
	}
	.nav-link.splitting.active .char:after {color: var(--selectionColor);}
	.nav-link.splitting .char:before {
	  color: var(--selectionColor);
	  -webkit-transform: translateY(-100%);
	      -ms-transform: translateY(-100%);
	          transform: translateY(-100%);
	  -webkit-transition-delay: calc(0.02s * var(--char-index));
	       -o-transition-delay: calc(0.02s * var(--char-index));
	          transition-delay: calc(0.02s * var(--char-index));
	}
	.nav-link.splitting:hover .char:before {
	  -webkit-transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	       -o-transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	          transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.nav-link.splitting:hover .char:before {
	    -webkit-transform: translateY(0%);
	        -ms-transform: translateY(0%);
	            transform: translateY(0%);
	}
	.nav-link.splitting:hover .char:after {
	  -webkit-transform: translateY(100%);
	      -ms-transform: translateY(100%);
	          transform: translateY(100%);
	}
	.dropdown-menu,.dropdown-menu[data-bs-popper] {
		padding: 55px 0 75px;
		border: none;
		border-radius: 0;
		background-color: rgba(246, 248, 246, 0.5);
		-webkit-backdrop-filter:blur(10px);
		        backdrop-filter:blur(10px);
		width: 100%;
		margin-top: 1px;
	}
	.dropdown > .dropdown-menu {
		opacity: 0;
	    visibility: hidden;
	    -webkit-transition: 0.3s all var(--ease-out-medium);
	    -o-transition: 0.3s all var(--ease-out-medium);
	    transition: 0.3s all var(--ease-out-medium);
	    left: 0;
    	top: 100%;
	}
	/* .dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
	    visibility: visible;
	}*/
	.dropdown.right-dropdown > .dropdown-menu {
	    position: absolute;
	    min-width: 384px;
	    left: 120%;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: transparent;
	    -webkit-backdrop-filter: none;
	            backdrop-filter: none;
	    padding: 0;
	}
}

@media (min-width: 1400px) {
	.container {
	    max-width: 1213px;
	}
}
@media (max-width: 1200px) {
	h1 {
		font-size: 60px;
    	line-height: 75px;
	}
	h2, .h2 {
	    font-size: 52px;
	    line-height: 66px;
	}
}
@media (max-width: 991px) {
	.wow,.charsAnimIn .char,.animated{
        -webkit-animation-name: none !important;
                animation-name: none !important;
        visibility: visible !important;
        -webkit-animation-delay: none !important;
                animation-delay: none !important;
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important;
    }
	h1 {
	    font-size: 57px;
	    line-height: 70px;
	}
	h3, .h3 {
	    font-size: 40px;
	    line-height: 50px;
	    margin-bottom: 25px;
	}
	.navbar .navbar-nav .nav-link, .navbar a {
		font-size: 20px;
	}
	.navbar-collapse,.navbar-nav .dropdown-menu {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    right: 0;
	    top: 100%;
	    background: var(--greyDarkBg);
	    border: none;
	    border-radius: 0;
	    padding: 42px;
	}
	.dropdown-toggle:after {
		content: "";
		background: url(../images/forwards.svg) center center / cover;
		width: 10px;
		height: 10px;
		display: inline-block;
		margin-left: 10px;
		border: none;
	}
	.dropdown-toggle.back:before {
		content: "";
		background: url(../images/back.svg) center center / cover;
		width: 10px;
		height: 10px;
		display: inline-block;
		margin-right: 10px;
	}
	.dropdown-toggle.back:after {
		content: none;
	}
	.navbar-nav .dropdown-menu {
		top: 0;
	}
	.isotope-grid .grid-item,
	.isotope-grid .grid-sizer {
	    width: 50%;
	}
}
@media (max-width: 767px) {
	h1 {
	    font-size: 36px;
	    line-height: 50px;
	    margin-bottom: 10px;
	}
	h3, .h3 {
	    font-size: 28px;
	    line-height: 39px;
	}
	h4, .h4 {
	    font-size: 24px;
	    line-height: normal;
	}
	h4.sm {
	    font-size: 18px;
	    line-height: 25px;
	}
	h5 {
	    font-size: 18px;
	    line-height: normal;
	    margin-bottom: 10px;
	}
	p.sub-title {
	    font-size: 16px;
	    line-height: 22px;
	}
	p.lead,.lead p {
	    font-size: 14px;
	    line-height: 22px;
	    margin-bottom: 12px;
	}
	.blockquote > p {
	    font-size: 22px;
	    line-height: 30px;
	}
	.testimonial-section .blockquote-footer,
	.blockquote-footer {
	    font-size: 16px;
	    line-height: 19px;
	}
	.btn {
	    line-height: 44px;
	}
	.form-label {
	    font-size: 14px;
	    line-height: 18px;
	    margin-bottom: 0;
	}
	section, .section {
	    padding: 40px 0;
	}
	.section-sm {
		padding: 33px 0 0;
	}
	[data-parallax] > [data-background] {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.hero-section {
	    padding: 45px 0;
	}
	.service-box {
	    margin-bottom: 30px;
	}
	.gallery-slider-section:after {
		height: 100%;
	}
	.gallery-carousel .gallery-item {
	    margin-bottom: 20px;
	}
	.gallery-carousel .gallery-item img {
		max-height: 192px;
	}
	.gallery-carousel.owl-carousel .owl-nav {
		display: none;
	}
	.gallery-carousel.owl-carousel .owl-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.gallery-carousel.owl-carousel .owl-dots .owl-dot {
	    width: 6px;
	    height: 6px;
	    border-radius: 6px;
	    background-color: var(--primary);
	    opacity: 0.25;
	    margin: 0 6px;
	}
	.gallery-carousel.owl-carousel .owl-dots .owl-dot.active {
		opacity: 1;
	}
	.isotope-filters {
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	.isotope-grid .grid-item,
	.isotope-grid .grid-sizer {
	    width: 100%;
	}
	.testimonial-section .blockquote > p {
		font-size: 22px;
    	line-height: 30px;
	}
	.testimonial-carousel.owl-carousel .owl-dots {
		padding-top: 16px;
	}
	.contact-box {
	    margin-bottom: 24px;
	}
	.contact-box h6 {
	    margin-bottom: 12px;
	}
	.page-services .lead + div > .btn {
		margin: 0 25px;
	}
}
img.logo {
    height: 46px;
}
@media (max-width: 992px) {
	div#offcanvas-navbar {
		height: 340px;
		background: #ECE9E4;
		width: 100%;
	}
	.offcanvas-header {
		background: #F6F8F6;
	}
	.offcanvas-body {
		padding: 25px;
	}
	ul#bootscore-navbar li > a {
		font-size: 18px;
	}
	li.menu-gallery, li.first-menu {
		margin-left: 0;
	}
	ul#bootscore-navbar li#menu-item-62 > a:before {
		display: none;
	}
	.services-dropdown.dropdown-menu {
		background: #ebe9e3;
		border: 0;
		width: 100vw;
		top: 60px;
		height: 285px;
		padding: 20px 10px;
	}
	.services-dropdown.dropdown-menu li.nav-item {
		line-height: 1.2;
		padding: 5px;
		margin: 5px 0;
	}
	.services-dropdown.dropdown-menu li.nav-item a {
		font-size: 18px;
	}
	.page.page-services {
		padding-top: 0;
	}
	.page-contact .contact-section h1 {
		font-size: 26px;
	}
	.wpcf7-text, .wpcf7-text {
		width: 100%;
	}
	img.logo {
		height: 34.5px;
	}
	li#menu-item-61 > a:after {
		content: '';
		width: 9px;
		height: 9px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		display: inline-block;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		margin-left: 8px;
		position: relative;
		top: 1px;
	}
	a.nav-link.back {
		font-size: 16px;
		line-height: 1.2;
		padding: 5px;
		margin: 5px 0 10px;
		position: relative;
	}
	a.nav-link.back:before {
		content: '';
		width: 9px;
		height: 9px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		display: inline-block;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		        transform: rotate(135deg);
		margin-right: 8px;
		position: relative;
		top: -1px;
	}
    .hero-section {
        padding: 110px 0 50px;
    }
	.navbar {
		padding: 5px 0;
		background: var(--greyLightBg);
		height: 75px;
	}
	.navbar img {
	    max-height: 33px;
	}
}
@media (max-width: 576px) {
    .span.arrow-go {
		width: 30px;
		height: 30px;
    }
	.contact-section .order-md-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
	.contact-section h4.mb-5 {
		display: none;
	}
}
@media (hover: hover) {
	a.service-box-image {
		display: block;
		overflow: hidden;
		margin-bottom: 20px;
	}
	a.service-box-image img {
		-webkit-transition: all 0.4s cubic-bezier(0,.57,.55,1);
		-o-transition: all 0.4s cubic-bezier(0,.57,.55,1);
		transition: all 0.4s cubic-bezier(0,.57,.55,1);
		margin-bottom: 0;
	}
	.service-box:hover img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.service-box:hover h5 a, .service-box:hover p {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.service-box:hover h5 a,
	.service-box:hover p {
		color: var(--selectionColor)
	}
	.wpcf7-form .btn.btn-primary:hover {
		background: #A9AABA !important;
		color: #444655;
	}
	#footer-menu li a:after {
		display: block;
		height: 0.5px;
		content: '';
		width: 100%;
		background: #fff;
		position: absolute;
		bottom: 5px;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	#footer-menu li a {
		display: table;
		overflow: hidden;
		position: relative;
	}
	#footer-menu li a:hover:after {
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}
	.social-links a img {
		-webkit-transition: all 0.35s;
		-o-transition: all 0.35s;
		transition: all 0.35s;
	}
	.social-links a:hover img {
		-webkit-transform: translateY(-2px);
		    -ms-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
}
.dropdown.right-dropdown.active > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
@media (hover: hover) and (min-width: 992px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
	    visibility: visible;
	}
	/* .dropdown.right-dropdown:not(:hover).active > .dropdown-menu, */
	.dropdown.right-dropdown:hover > .dropdown-menu,
	.dropdown.right-dropdown.active > .dropdown-menu {
		left: 100%;
		opacity: 1;
	    visibility: visible;
	}
	.left-dropdown:hover .dropdown.right-dropdown:not(:hover).active > .dropdown-menu {
		left: 120%;
		opacity: 0;
	    visibility: hidden;
	}
}
@media (hover: none) and (max-width: 992px) {
	.dropdown.right-dropdown.active > .dropdown-menu {
		left: 100%;
		opacity: 1;
	    visibility: visible;
	}
}
@media (min-width: 1232px) {
	li.first-menu {
		min-width: 250px;
		text-align: right;
	}
}
div.mfp-bg.mfp-fade.mfp-ready {
    opacity: 0.3;
}
.mfp-fade.mfp-wrap .mfp-content {
    background: #ECE9E4;
    height: 80dvh;
    padding: 100px;
    width: 80vw;
}
.mfp-fade.mfp-wrap .mfp-content img {
    max-height: 75dvh !important;
    max-height: calc(80dvh - 200px) !important;
    padding: 0;
	margin: 0 auto;
}
div.mfp-figure:after {
    opacity: 0;
}
div.mfp-image-holder .mfp-close, div.mfp-iframe-holder .mfp-close {
    color: #000;
    opacity: 0.4;
    font-family: 'RecifeDisplay Book';
    top: 7px;
    right: 7px;
}
.mfp-arrow:before, button.mfp-arrow .mfp-b {
    opacity: 1;
}
.mfp-arrow.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    opacity: 1;
    border-radius: 0 !important;
}
button.mfp-arrow.mfp-arrow-right, button.mfp-arrow.mfp-arrow-left {
    display: none;
}
div.mfp-counter {
    display: none;
}
@media (min-width: 992px) {
	#bootscore-navbar > li:last-child {
		margin-right: -20px;
	}
	.header-fixed {
		-webkit-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		        transform: translateY(0px);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.scroll-down.sticky-header .header-fixed {
		-webkit-transform: translateY(-75px);
		    -ms-transform: translateY(-75px);
		        transform: translateY(-75px);
	}
	.scroll-down div#services_dropdown {
		display: none !important;
	}
	#services_dropdown ul.left-dropdown > li {
		margin: 6px 0;
	}
	#services_dropdown .dropdown-menu li > img {
		width: 420px;
	}
	#services_dropdown .dropdown.right-dropdown > .dropdown-menu {
		min-width: 420px;
	}
	#services_dropdown ul.left-dropdown {
		margin-left: 40px;
		left: 20px;
	}
}
.isotope-grid {
    display: flex;
    flex-wrap: wrap;
}
.isotope-grid .grid-sizer {
    display: none;
}
.isotope-grid .grid-item.hide {
	display: none !important;
}
.isotope-grid .grid-item {
	animation: scaleUp 0.3s;
}
@keyframes scaleUp {
	from {
		opacity: 0.5;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.hal-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hal-popup-content {
    width: 100%;
    height: 80dvh;
    min-height: 400px;
    background: #ECE9E4;
    position: relative;
    padding: 80px 160px;
    margin-bottom: 10px;
    max-width: 1190px;
}
a.hal-popup-close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 28px;
    color: #928a70;
}
.hal-popup-content .gallery-item img.img-fluid {
    max-height: 70dvh;
    max-height: calc(80dvh - 160px);
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.popup-carousel .owl-dots {
    text-align: center;
}
.popup-carousel .owl-dots button.owl-dot {
	margin: 15px 4px 0;
    display: inline-block;
}
.popup-carousel .owl-dots button.owl-dot span {
    background: #000;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 3px;
    border-radius: 50%;

    opacity: 0.33;
}
.popup-carousel .owl-dots button.owl-dot.active span {
    opacity: 1;
}

@media (max-width: 767px) {
	.gallery-carousel .gallery-item a img {
		width: 92vw;
		width: calc(100vw - 30px);
	}
	.hal-popup-content {
		padding: 40px 20px;
		height: auto;
		min-height: calc(100vw * 0.75);
	}
	.hal-popup-content .gallery-item img.img-fluid {
		max-height: calc(100vw * 0.7);
	}
	.gallery-page-popup .owl-dots {
		display: none;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1281px) {
	.welcome-to-services .col-lg-10.ms-auto {
		margin-left: 0px !important;
		width: 100% !important;
	}
	.welcome-to-services .col-lg-10.ms-auto .btn {
		font-size: 16px;
	
	}
	.welcome-to-services .h3 {
		font-size: 36px;
		line-height: 46px;
	}
}
