:root { --primary-color: #fd772e; --primary-rgb: 253, 119, 46; --secondary-color: #cabbb0; --text-color: #605e5e; --text-light: #E0D6CE; --footer-bg: #605e5e; --primary-font: 'Verdana'; --title-font: 'Raleway'; --font-title: 'Georgia'; --bs-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1); }

/* Fonts */
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../webfonts/Raleway/Raleway.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Verdana'; font-style: normal; font-weight: 400; font-display: swap; src: url(../webfonts/Verdana/Verdana.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Georgia'; font-style: normal; font-weight: 400; font-display: swap; src: url(../webfonts/Georgia/Georgia.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Georgia'; font-style: normal; font-weight: 700; font-display: swap; src: url(../webfonts/Georgia/Georgia-Bold.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--primary-font); line-height: 1.5; font-size: 16px; color: var(--text-color); }
::selection { background: var(--secondary-color); color: var(--bs-white); }
.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
.semi { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }
.ebold { font-weight: 800 !important; }
.f-black { font-weight: 900 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
.font-title { font-family: var(--font-title) !important; }
.title-font { font-family: var(--title-font) !important; }
.primary-font { font-family: var(--primary-font) !important; }
p:last-child { margin-bottom: 0 }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-style: normal; font-weight: 700; text-transform: normal; }
.clear { clear: both; }
a, button { color: var(--primary-color); outline: medium none; text-decoration: none; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a:hover { color: var(--secondary-color); }
button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; }
input:focus::-moz-placeholder { opacity: 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.secondary-color { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.secondary-light { color: var(--secondary-light) !important; }
.bg-secondary-light { background-color: var(--secondary-light) !important; }
.border-secondary-light { border-color: var(--secondary-light) !important; }
.text-dark { color: #333 !important; }
.bg-f0 { background: #f0f0f0 !important; }
.bg-f4 { background: #f4f4f4 !important; }
.bg-f5 { background: #f5f5f5 !important; }
.bg-f9 { background: #f9f9f9 !important; }
.bg-none { background: none !important; }
.btn { background: var(--primary-color); color: var(--bs-white); -moz-user-select: none; cursor: pointer; display: inline-block; font-weight: 700; font-size: 90%; line-height: 1; letter-spacing: .5px; padding: 0.8rem 1.5rem; border-radius: 0px; border: 1px solid var(--primary-color); font-family: var(--title-font); text-transform: uppercase; transition: border-color 0.6s, box-shadow .6s ease; }
.btn:hover { border-color: var(--secondary-color); background-color: var(--primary-color); color: var(--primary-color); box-shadow: 6px 8px 40px 1px rgba(25, 37, 42, 0), inset 400px 0 var(--secondary-color); transition: border-color 0.6s, box-shadow .6s ease; }
.btn-outline { color: var(--primary-color); background: transparent; border-color: var(--primary-color); }
.btn-outline:hover { color: #fff; background: var(--primary-color); }
.btn1 { color: #fff; background: var(--secondary-color); border-color: var(--secondary-color); }
.btn1e:hover { color: #fff; background: var(--primary-color); }
.btn-outline-secondary { color: var(--secondary-color); background: transparent; border-color: var(--secondary-color); }
.btn-outline-secondary:hover { color: #fff; background: var(--secondary-color); }
.btn-white { color: #fff; background: transparent; border-color: #fff; }
.btn-white:hover { background: #fff; border-color: var(--secondary-color); }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; }
.btn.min-width { min-width: 180px; }
.link { color: var(--text-color); font-family: var(--title-font); text-decoration-line: underline; text-decoration-style: dashed; text-decoration-thickness: 2px; text-underline-offset: 8px; }
.link:hover { color: var(--secondary-color); text-decoration-style: solid; }
.btn.round {border-radius: 50px;}
.underline-none {text-decoration: none !important}

/* Scrollbars */
.theme-scrollbar { overflow-x: hidden; overflow-y: auto; scrollbar-color: #D1D5DB #fff; scrollbar-width: thin; }
.theme-x-scrollbar { overflow-x: auto; overflow-y: hidden; padding-right: 0; margin-right: 0; }
.theme-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar { width: 4px; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar-thumb { background-color: #D1D5DB; border-radius: 3px; }
.br-0 { border-radius: 0px !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-10 { border-radius: 10px !important; }
.br-15 { border-radius: 15px !important; }
.br-20 { border-radius: 20px !important; }
.ls-1 { letter-spacing: 1px; }
.ls-2 { letter-spacing: 2px; }
.ls-3 { letter-spacing: 3px; }
.ls-4 { letter-spacing: 4px; }
.ls-5 { letter-spacing: 5px; }
.alert { padding: 8px 0; font-size: 14px; }
.alert-dismissible .btn-close { padding: 0 1rem; height: 100%; color: #fff; background: none !important; opacity: 1; }
.fancybox__container { --fancybox-opacity: 0.9 }
b, strong { font-weight: 700;}

/* BACK TO TOP */
#scrollUp { background: var(--primary-color); height: 40px; width: 40px; right: 30px; bottom: 0px; color: #fff; font-size: 20px; text-align: center; border-radius: 0%; display: flex; align-items: center; justify-content: center; border: 2px solid transparent; position: fixed; visibility: hidden; opacity: 0; cursor: pointer; z-index: 999; }
#scrollUp.active { bottom: 30px; visibility: visible; opacity: 1; }
@media (max-width:767px) {
    #scrollUp { right: 16px; }
    #scrollUp { width: 40px; height: 40px; line-height: 38px; }
}
#scrollUp:hover { color: var(--secondary-color); }
.g-2rem { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.gx-2rem { --bs-gutter-x: 2rem; }
.gy-2rem { --bs-gutter-y: 2rem; }
.g-2-5rem { --bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem; }
.br-0 { border-radius: 0 !important; }
.img-thumbnail { padding: .5rem; }
.form-control { border-color: #e0dfdf; border-radius: 0px; height: 56px; font-size: 14px; }
.form-control:focus { box-shadow: none; outline: none; border-color: var(--primary-color); }
.form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); }
.form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.5); }
.form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5); }
.form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.5); }
.input-group .wpcf7-form-control-wrap .form-control { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .btn.input-group-text { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; height: 46px; }
.wpcf7-spinner { position: absolute }
.swiper-button-next, .swiper-button-prev { font-size: 22px; color: #fff; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .3); }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0 }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0; }
.swiper-button-next:hover, .swiper-button-prev:hover { background: var(--secondary-color); }
.arrow-bottom { display: flex; align-items: center; justify-content: center; margin: 0 auto; gap: 15px }
.arrow-bottom .swiper-button-next, .arrow-bottom .swiper-button-prev { position: unset; background: var(--secondary-color); }
.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { position: relative; margin-top: 1rem; }
.swiper-pagination-bullet { background: #d8d8d8; opacity: 1; width: 12px; height: 12px; }
.swiper-pagination-bullet-active { background: var(--primary-color); }

/* Header
------------------- */
header { position: relative; padding: 10px 0; left: 0; right: 0; z-index: 999; font-family: var(--font-title); }
.sticky-bar { left: 0; background: rgba(252, 255, 255, .8); margin: auto; position: fixed; top: 0; width: 100%; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 400ms ease-in-out 0s normal none 1 running fadeInDown; box-shadow: 0 8px 20px rgba(0, 0, 0, .1); backdrop-filter: blur(4px); }
.sticky-bar .navbar-brand img { height: 90px; }
header .navbar { position: unset; }
header .navbar-collapse ul.navbar-nav { position: relative; font-size: 21px; }
header .navbar-expand-lg .navbar-nav .nav-item { padding: 0px 0px; margin: 0 15px; }
header .navbar-expand-lg .navbar-nav .nav-link { color: var(--text-color); padding: 25px 0; position: relative; }
header.sticky-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 10px 0; }
header .navbar-expand-lg .navbar-nav .nav-link:hover, header .navbar-expand-lg .navbar-nav.active .nav-link { opacity: .7 }
header .dropdown-menu { border: 0; text-align: center; border-radius: 20px; padding: 20px; font-size: 1.2rem; background: rgba(255, 255, 255, .7); box-shadow: none; }
header .dropdown-menu li { padding: 0px 0 10px; display: block; }
header .dropdown-menu li:last-child { padding: 0; }
header .dropdown-menu li a { color: var(--text-color); padding: 0px; display: block; }
header .dropdown-menu li a:hover { opacity: .7 }
.dropdown-toggle::after { content: "\f078"; font-family: "Font Awesome 6 Pro"; font-weight: 700; margin-left: 5px; border: 0 !important; vertical-align: middle; font-size: 10px; color: currentColor; transform: rotate(0deg); transition: transform 0.4s; }
.dropdown:hover .dropdown-toggle::after { transform: rotate(180deg); transition: transform 0.4s; }
@media (min-width:1024px) {
    header .navbar-expand-lg .navbar-nav .nav-item:last-child { margin-right: 0 }
    header .dropdown-menu li a { white-space: nowrap; }
    header .navbar-nav .dropdown-menu { position: absolute; display: block; transform: scaleY(0); transform-origin: 0 0; transition: transform 0.4s; left: 0; top: 100%; min-width: 150px; }
    header .navbar-nav .dropdown:hover > .dropdown-menu { display: block; transform: scaleY(1); transition: transform 0.4s; }
    header .navbar-nav .dropdown:hover > .dropdown-menu { margin: 0 !important; }
}
.upper-menu .navbar-nav a { font-size: 16px; color: var(--text-color); }
.upper-menu .navbar-nav a:hover { opacity: .7 }
.notice { font-size: 95% }

/* Footer
------------------- */
.footer-bg { color: var(--bs-white); font-size: 14px; position: relative; background: var(--footer-bg); }
.footer-title { color: var(--text-light); font-size: 20px; font-family: var(--font-title); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { padding: 0 0 1rem 0; }
.footer-links a { color: #fff; }
footer a:hover { opacity: .8 }
footer .social-links { display: flex; gap: 20px; font-size: 18px; }
footer .social-links .social-links__item { color: var(--bs-white); }
.contact-details li { display: flex; }
.contact-details li .icon { margin: 0 1rem 0 0; }
.copyright { color: var(--bs-white); font-size: 12px; }
.copyright a { color: var(--bs-white); }
.copyright a:hover { color: #fff; }
.subscribe .form-control { height: 40px; background: transparent; color: #fff; border-width: 2px; }
.subscribe .form-control::-webkit-input-placeholder { color: #fff; }
.subscribe .form-control::-moz-placeholder { color: #fff; }
.subscribe .form-control:-ms-input-placeholder { color: #fff; }
.subscribe .form-control:-moz-placeholder { color: #fff; }
.subscribe .btn { height: 40px; background: #dbb89a; color: #fff; border-color: #dbb89a; padding: 0 15px; }

/* Home
------------------ */
.section { padding-block-start: calc(5rem + 4vh); padding-block-end: calc(5rem + 4vh); }
.section.pt-0 { padding-block-start: 0; }
.section.pb-0 { padding-block-end: 0; }
.section-title :is(h1, h2, h3, h4, h5, h6) { line-height: 1.2; color: var(--text-color); font-weight: 700; font-family: var(--title-font); text-transform: uppercase; }

.section-title h1 { font-size: 60px; }
.section-title h2 { font-size: 40px; }
.section-title h3 { font-size: 28px; }
.section-title h4 { font-size: 22px; }
.section-title h5 { font-size: 20px; }
.banner-title h1, .big-text h2 { font-size: 70px; }
.section-title strong { color: var(--primary-color); }
.color-title strong {color: #B5A091;}
.horizontal-line { border-top: 1px dashed #00000059; border-bottom: 1px dashed #ffffff80; width: 69px; height: 5px; margin: 0 auto; }
.sub-title { color: var(--secondary-color); text-transform: uppercase; }
.desc-md { font-size: 18px; }
.desc-lg { font-size: 20px; }
.desc-xl { font-size: 22px; }
.overlay { position: relative; z-index: 1; }
.banner-sect { height: 100vh; position: relative; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; }
.inner-banner img { height: 370px; object-fit: cover; }
.banner-sect::after, .overlay::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: repeating-linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)); z-index: -1; }
.parallex { background-size: cover; background-repeat: no-repeat; }
.pd-img { position: relative; padding-bottom: 70%; display: block; }
.pd-img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover; width: 100%; height: 100%; }
.bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -1 }
.bg img { width: 100%; height: 100%; object-fit: cover; }
.bg-1 { background: rgba(96, 94, 94, 0.26) }
.how-block { position: relative; text-align: center; display: flex; flex-direction: column; height: 100%; align-items: center; }
.how-title { background: var(--primary-color); color: #fff; font-size: 20px; text-transform: uppercase; padding: 5px; position: relative; width: 100%; }
.how-title::after { border: 10px solid #0000; border-bottom-width: 10px; border-bottom-width: 0; border-top-color: var(--primary-color); position: absolute; bottom: -9px; left: 0; content: ""; margin: 0 auto; right: 0; width: 10px; }
.how-desc { background: rgba(255, 255, 255, 0.26); padding: 28px; font-size: 14px; margin: 0 0 30px; flex: 1; }
.how-block .btn { background: rgba(208, 182, 164, 0.7); border-color: rgba(208, 182, 164, 0.7); border-radius: 50px; text-transform: unset; font-weight: 600; padding: 7px 20px; box-shadow: none !important; }
.how-block .btn:hover { background: rgba(181, 160, 145, 0.7); color: #fff; }

/* ABOUT
------------------- ---- */
.text-sect { font-size: 14px; }
.text-sect a {color: var(--text-color); text-decoration: underline;}
.text-sect a:hover {color: var(--primary-color);}
.location-img {padding-bottom: 85%;}

/* MEDIA
------------------------ */
@media (min-width:768px) {
    .top-menu-bar a span { display: none; }
    .modal-notice { max-width: 600px; }
}
@media (min-width:1024px) {
    header .container, .mini-container { max-width: 980px; margin: 0 auto; }
}
@media (min-width:1400px) {
    .container { max-width: 1340px; }
}
@media (min-width:1900px) {
    .container-fluid { max-width: 1600px; }
    header .container-fluid { max-width: 100% }
}
@media (max-width:1200px) {
    .container { max-width: 100%; }
    .banner-title .section-title br { display: none; }
    .banner-title p { padding: 0 }
}
@media (max-width:1024px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .menushow { overflow: hidden; }
    .navbar-toggler { display: flex; border-radius: 0; }
    .mobile-toggle { width: 35px; height: 35px; margin: 0; cursor: pointer; z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; border: 0 }
    .mobile-toggle.show { background: transparent; }
    .mobile-toggle svg { fill: var(--primary-color); width: 35px; height: 35px; }
    .line { fill: none; stroke: #000; stroke-width: 6; transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1); }
    .line1 { stroke-dasharray: 60 207; }
    .show .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; }
    .line2 { stroke-dasharray: 60 60; }
    .show .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; }
    .line3 { stroke-dasharray: 60 207; }
    .show .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; }
    .main-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; display: flex; align-items: center; flex-direction: column; background: #fff; padding: 40px 20px; will-change: opacity; transform: translateX(-120%); transition: transform 0.4s; }
    .main-menu.show { transform: translateX(-0%); transition: transform 0.4s; }
    .main-menu ul.navbar-nav { margin: 0; flex-direction: column; align-items: flex-start !important; width: 100%; padding: 0px 0; }
    header ul.navbar-nav > li { padding: 0px; }
    header .navbar-expand-lg .navbar-nav .nav-item { display: block; width: 100%; padding: 0px; margin: 0px 0 }
    header .navbar-expand-lg .navbar-nav li > .btn { margin: 10px 0 0; }
    header .navbar-expand-lg .navbar-nav li > .nav-link { font-size: 20px; padding: 10px 0; display: inline-block; justify-content: space-between; align-items: center; color: var(--secondary-color); }
    header .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, header .navbar-nav .nav-link.active { background: transparent; color: var(--primary-color); }
    .dropdown-toggle.show::after { color: var(--primary-color); transform: rotate(180deg); transition: transform 0.4s; }
    header .navbar-nav .dropdown { position: relative; }
    .dropdown-toggle::after { color: var(--secondary-color); }
    header .navbar-nav .dropdown-menu { box-shadow: none; padding: 15px; background: #f9f9f9; }
    header .navbar-nav .dropdown-menu ul { margin-bottom: 20px; }
    header .navbar-nav .dropdown-menu ul li a { color: var(--secondary-color); }
    header .navbar-nav .dropdown-toggle.show { color: var(--primary-color); }
    header .dropdown-menu li { padding: 5px 0; }
    .section-title h1 { font-size: 30px; }
    .section-title h1 span { font-size: 40px; }
    .banner-title h1 { font-size: 30px; }
    .section-title h2 { font-size: 28px; }
    .section-title h3 { font-size: 20px; }
    .section-title h4 { font-size: 18px; }
    .section-title h5 { font-size: 16px; }
    .desc-md { font-size: 14px; }
    .desc-lg { font-size: 16px; }
    .desc-xl { font-size: 18px; }
    .main-menu { padding: 30px }
    .inner-banner img { height: auto; }
}
@media (max-width:992px) {
    .navbar-brand img { height: 80px; }
    .sticky-bar .navbar-brand img { height: 60px; }
    .service-icon { font-size: 40px; }
    .border-style .col { padding: 10px; }
}
@media (max-width:767px) {
    .section { padding-block-start: calc(3rem + 2vh); padding-block-end: calc(3rem + 2vh); }
    .container { --bs-gutter-x: 3rem; }
    html, body { overflow-x: hidden; font-size: 14px; }
    .mobile-hide { display: none; }
    .main-menu { width: 100% }
    .banner-img img { height: 200px; object-fit: cover; }
}
@media (max-width:480px) { }
