@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{min-height:350px;line-height:0;}


*,
*::before,
*::after {
    transition: all 0.3s ease;
}
a:hover {cursor: pointer !important;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
    --Aleo: "Aleo", serif;
    --Inter: "Inter", sans-serif;

	/*=== Colors ===*/
	--white: #FFFFFF;
	--black: #000000;
    --green: #387941;
	--light-gray: #EEEEEE;
    --gray: #CCCCCC;
    
    /*=== Font Sizes ===*/
    --p: clamp(16px, 5vw, 20px);

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

    .white{color: var(--white)}
    .black{color: var(--black)}
    .green{color: var(--green)}
    .light-gray{color: var(--light-gray)}
    .gray{color: var(--gray)}

body {
    position: relative;
	font-family: var(--Inter), sans-serif !important;
	height: auto !important;
    background-color: var(--white);
    background-image:
        url("/siteart/logo-background.svg");
}

.page-shadow {
	max-width: 1920px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
    font-weight: 800;
}
p {
    font-size: clamp(16px, 5vw, 18px);
}
.bold {
    font-weight: 700;
}

.thick {
    font-weight: 700 !important;
}

.center {text-align: center;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Aleo);
    font-weight: 200;
	text-transform: uppercase;
}

.xl-heading-bold {
	font-family: var(--Aleo);
	text-transform: uppercase;
    font-weight: 900 !important;
}


.xs-heading {
	font-family: var(--Aleo);
    font-weight: 900;
	text-transform: uppercase;
	padding-top: 5px;
}
.xl-heading {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(25px, 2vw, 30px);line-height: clamp(27px, 5vw, 35px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(18px, 5vw, 26px);}
.xs-heading {font-size: clamp(16px, 5vw, 18px);line-height: clamp(16px, 5vw, 18px);}

.sm-padding {padding: 20px 0;}
.md-padding {padding: 50px 0;}

.gimmespace {padding: 100px 0;}

/*=== BODY STYLES 
============================================*/
.width90 {width: 90%; max-width: 2000px; margin: auto;}
.green-bkgd {background-color: var(--green);}
.blk-bkgd {background-color: var(--black);}
.white-bkgd {background-color: var(--white);}
.stripe-bkgd {background: linear-gradient(to right, rgba(255,255,255,0.975), rgba(255,255,255,0.975)), url("../siteart/diagonal-stripes-background.svg"); background-size: cover; background-position: center center;}
.txtr-bkgd {background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../siteart/txtr-bkgd.jpg"); background-size: cover; background-position: center center;}
/*=== HEADER / NAV STYLES  
==============================*/
.top-runner {background-color: var(--green); display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 10px 5%; font-size: 20px; }
.top-runner div {display: flex; flex-direction: row; gap: 20px;}
/*.header-wrap {width: 100%; padding: 25px 0;}*/
nav.primary.nav {display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 25px; border-bottom: 5px solid var(--green);}
.header-logo img {height: 75px; width: auto; margin: 0 0 0 25px; object-fit: contain;}
.mobile-menu-fb {display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; gap: 30px; border-bottom: 5px solid var(--green);}
.mobile-menu-right {display: flex; flex-direction: row; gap: 0px; align-items: center;}
nav.primary.nav ul li a {border-right: 1px solid var(--black);}
a.last-link{ border-right: none !important;}
/*a.last-link:hover {background-color: var(--black) !important;}*/

@media screen and (max-width: 1000px) {
    nav.primary.nav {
        display: none !important;
    }
}
/*=== BUTTONS 
==============================*/

.btn-phone {padding: 10px 15px; background-color: var(--green); color: var(--white); border-radius: 10px;}
.btn-phone:hover {background-color: var(--black); color: var(--white);}

.btn-white {color: var(--black); background-color: var(--white); display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 20px; max-width: 250px; padding: 10px; border-radius: 0 0 0 10px; border: 1px solid var(--white);}
.btn-white > i {border-radius: 100%; border: 1px solid var(--black); padding: 3px;}
.btn-white:hover {color: var(--white); background-color: var(--red); border-color: var(--white);}
.btn-white:hover > i {border-color: var(--white);}

.btn-green {color: var(--white); background-color: var(--green); display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 20px; max-width: 100%; width: 250px; padding: 10px; border: 1px solid var(--green);}
.btn-green > i {font-size: 20px;}
.btn-green:hover {color: var(--black); background-color: var(--white); border: 1px solid var(--black);}
/*.btn-green:hover > i {border-color: var(--black);}*/

.btn-row {display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; padding: 20px 0;}

/*=== HOME PAGE 
==============================*/
section#home-hero {position: relative; background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../siteart/updated-hero-img-2.jpg"); background-size: cover; background-position: center center; min-height: 80vh;}
section#home-hero > a {position: absolute; bottom: 50px; right: 5%;}
.hero-text h1 { text-transform: none;}
.hero-text {display: flex; flex-direction: column; gap: 50px; padding: 10% 5%; max-width: 750px;}

section#ql-home {position: relative; padding: 0 0 0 0;background-color: var(--green); background-size: cover; background-position: center center;}
section#ql-home h2 {padding: 50px 0; color: var(--white);}
section#ql-home .inv-ql {display: flex;flex-direction: row;justify-content: space-between;align-items: stretch;gap: 20px;color:var(--white);}
section#ql-home .ql-box > div {background-color: var(--black); width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; align-self: stretch; padding: 25px 0;}
section#ql-home .ql-box {flex: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;border: 5px solid var(--black); overflow: hidden;}
section#ql-home .ql-box h3 {text-decoration: none; text-decoration-color: var(--red); text-decoration-thickness: 3px; text-underline-offset: 10px;}
section#ql-home .ql-box:hover {flex: 1.25; background-color: rgba(255, 255, 255, 0.25);}
section#ql-home .ql-box:hover img {transform: scale(1.05); filter: opacity(0.25);}
section#ql-home .ql-box img {object-fit: cover;width: 100%;max-width: none;height: auto;}
section#ql-home .ql-content {display: none; padding: 50px 0 0 0; line-height: 2;}
section#ql-home .ql-content.active {display: block;}

section#ql-home .inv-ql.manus .ql-box {color: var(--black); border: 5px solid var(--white);}
section#ql-home .inv-ql.manus .ql-box > div {background-color: var(--white);}

.homeGallery {box-shadow: 10px 10px 50px 10px rgba(0,0,0,0.25); max-height: 500px;}
.homeGallery .swiper-slide img {height: 500px; object-fit: cover; object-position: center center; width: 100%;}
.swiper-button-prev {background-color: rgba(0,0,0,0.5); padding: 10px; color: var(--white); height: 100px;}
.swiper-button-next {background-color: rgba(0,0,0,0.5); padding: 10px; color: var(--white); height: 100px;}

.social-half {display: flex; flex-direction: row; justify-content: space-between; gap: 50px;}
.social-half > * {width: 50%;}
.social-half > iframe {background-color: transparent; align-self: center; overflow: hidden; border-radius: 3px;}
.social-header {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 50px; flex-wrap: wrap;  flex-wrap: wrap-reverse;}
.social-header div h2 {padding: 0 0 20px 0;}
.profile-pic {position: relative;}
.profile-pic img {border-radius: 100%; overflow: hidden; max-width: 100px; height: auto;}
.profile-pic i {position: absolute; bottom: 0; right: 0; color: #0866ff; background-color: #ffffff; font-size: 30px;}
.review-wrapper {background-color: var(--white); padding: clamP(10px, 5%, 50px); border-radius: 10px; margin-top: 50px;}
.review-wrapper > p {padding: 25px 0;}
.review-box {background-color: var(--white); display: flex; flex-direction: row; justify-content: space-between;align-items: center; gap: 20px; flex-wrap: wrap;}
.review-box > img {object-fit: contain; max-width: 150px; width: auto;}
.review-profile {display: flex; flex-direction: row; align-items: center; gap: 20px; background-color: var(--white);}
.review-profile > img {width: 100px; height: auto; }

/*=== ABOUT PAGE 
==============================*/
.about-section .fb-half {display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 50px; flex-wrap: nowrap;}
.about-section .fb-half > div {max-width: 50%; line-height: 2;}
.about-section .fb-half > img {max-width: 50%; box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.25);}

.team-fb {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px; color: var(--black); flex-wrap: wrap;}
.team-fb i {font-size: 30px;}
.team-box {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px; background-color: var(--white); padding: 30px; border-radius: 3px;}

/*=== CONTACT PAGE 
==============================*/
#contact-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%; padding: 50px;}
#contact-form label {display: none;}
#contact-form input {padding: 20px; width: 100%; border: 3px solid var(--green);}
#contact-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#contact-form .dualFields {width: 50%;}
#contact-form textarea {width: 100%; height: 200px; border: none; font-family: var(--Inter); padding: 20px; font-size: var(--p); border: 3px solid var(--green);}
#contact-form input.submit:hover {cursor: pointer ;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important;padding:0 0 0 0 !important;text-align: center;line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0;padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important;margin:0 0 0 0 !important;font-weight:normal !important;font-size:12px;line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0;padding:2px 0px 2px 0px !important; max-width: 200px; margin: auto;}
.CaptchaWhatsThisPanel {line-height:2;text-decoration: underline !important;margin:0 0 0 0;padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

@media screen and (max-width: 700px) {
    .form-wrapper {width: 100%;}
    #contact-form {padding: 50px 5%; width: 100%;}
    #contact-form .input-row {flex-direction: column; width: 100%;}
    #contact-form .dualFields {width: 100%;}
}

/*=== 404 PAGE 
==============================*/
.fb-half {display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 50px; flex-wrap: wrap;}
.fb-half > div {max-width: 500px;}
.fb-half > img {max-width: 50%;}

/*=== FOOTER STYLES  
==============================*/
img.footer-logo{height: 75px; width: auto; margin: 0 0 0 25px; object-fit: contain;}

.scrolling-inv {background-color: var(--green);}

.contact-banner {display: flex; flex-direction: row; justify-content: space-between; gap: 20px; align-items: flex-start; color: var(--white); padding: 30px 0;}
.contact-fb {display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; flex: 1 1 0;}
.contact-fb div {display: flex; flex-direction: column; gap: 10px;}
.contact-fb i {font-size: clamp(30px, 5vw, 70px); border-radius: 100%; border: 3px solid var(--white); padding: 20px;}
.contact-fb i:hover {background-color: var(--black);}
.contact-fb i.fa-location-dot {padding: 20px 30px;}

.footer-fb-main {display: flex; flex-direction: row; justify-content: space-between; font-family: var(--Aleo);}
.footer-fb-left {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; background-color: var(--gray); flex: 1 1 0; padding: 50px 0; }
.footer-fb-left ul {display: flex; flex-direction: row; align-items: center; justify-content: space-around; gap: 20px;}
.footer-fb-right {display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--white); flex: 1 1 0; padding: 50px 0; }
.footer-fb-right ul {display: flex; flex-direction: column; align-items: flex-start; justify-content: space-around; gap: 20px; text-align: left;}
.footer-fb-right ul i {color: var(--green); font-size: 20px; }

.footerCopyright {padding: 10px 0;}










@media screen and (max-width: 1300px) {
    .about-section .fb-half {flex-direction: column;}
    .about-section .fb-half > div {max-width: none;}
    .about-section .fb-half > img {width: 100%; max-width: none;}
}
@media screen and (max-width: 1100px) {
    section#ql-home .inv-ql {flex-direction: column;}
    section#ql-home .inv-ql img {max-width: 300px;}
    section#ql-home .inv-ql.manus img {max-height: 300px; max-width: none;}
    
    .social-half {flex-direction: column-reverse;}
    .social-half > * {width: 100%;}
}
@media screen and (max-width: 1000px) {
    .contact-banner {flex-direction: column; margin: auto; max-width: 300px;}
    .footer-fb-main {flex-direction: column;}
    .fb-half > img {width: 100%; max-width: none;}
    img.footer-logo {margin: 0;}
}

@media screen and (max-width: 500px) {
    .top-runner div:last-child {display: none;}
    .footer-fb-left ul {flex-direction: column;}
    section#home-hero > a {left: 5%; margin-right: 5%;}
    .social-header {align-items: center;}
}














