@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 ===*/
    --Orbitron: "Orbitron", sans-serif;
    --Manrope: "Manrope", sans-serif;

	/*=== Colors ===*/
	--white: #FFFFFF;
    --black: #000000;
    --gray: #808080;
    --blue: #1F14F3;
    --steel: #788AA3;
    
    /*=== 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)}
    .gray,.grey{color:var(--gray); background: linear-gradient(rgba(0,0,0,0));}
    .blue{color:var(--blue)}
    .steel{color:var(--steel)}

    .orbitron {font-family: var(--Orbitron);}
    .manrope {font-family: var(--Manrope);}


body {
    position: relative;
	font-family: var(--Manrope), sans-serif !important;
	height: auto !important;
    background-color: var(--tan);
    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: 900;
}

.thick {
    font-weight: 900 !important;
}

.center {text-align: center;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Orbitron);
	text-transform: uppercase;
}

.xl-heading-bold {
	font-family: var(--Orbitron);
	text-transform: uppercase;
    font-weight: 900 !important;
}


.xs-heading {
	font-family: var(--Orbitron);
	text-transform: uppercase;
	padding-top: 5px;
}
.xl-heading {font-size: clamp(24px, 5vw, 64px);line-height: clamp(24px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);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;}

/*=== BODY STYLES 
============================================*/
.mobile-space {display: none;}

.width90 {width: 90%; margin: auto; max-width: 1600px;}
.gimmespace {height: 100px;}

.btn-gray {display: flex; justify-content: center; max-width: 250px; padding: 10px 20px; background: rgba(255,255,255,0.5); backdrop-filter: blur(10px); border: 3px solid var(--white); font-family: var(--Orbitron); text-transform: uppercase; font-weight: 500;}
.btn-gray:hover {background: rgba(0,0,0,0.25);}

.btn-blue {display: flex; justify-content: center; max-width: 250px; padding: 10px 20px; background: var(--blue); color: var(--white); backdrop-filter: blur(10px); border: 3px solid var(--blue); font-family: var(--Orbitron); text-transform: uppercase; font-weight: 500;}
.btn-blue:hover {background: rgba(31, 20, 243, 0.5);}

/*=== HEADER STYLES
==============================*/
.top-runner {background: var(--white); color: var(--blue); padding: 5px 0; font-size: 16px;}
.top-runner a:hover {color: var(--black);}
.top-runner > div {display: flex; justify-content: flex-end;}
.top-runner > div > div {display: flex; gap: 20px;}

.header-wrap {background: var(--white);}
.header-logo {max-width: 150px; height: auto; object-fit: contain; padding: 0;}
.header-logo img {object-fit: contain; width: 100%; padding: 20px 0;}
.primary.nav {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 50px;}
.first-link {border-radius: 100px 0 0 100px;}
.last-link {background: var(--blue); color: var(--white);}
.last-link:hover {background: var(--gray) !important; color: var(--white) !important;}

.subpage-header {position: relative;}
.subpage-header .header-wrap {background: var(--white);}
.subpage-header .nav-links { border: 1px solid var(--black); border-radius: 100px; background: rgba(0,0,0,0.5);}
.subpage-header .primary.nav > ul > li > a:not(:hover) {color: var(--white);}

.mobile-menu-fb {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 50px; width: 90% !important; margin: auto;}
.mobile-menu-right {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px;}
a.menu-toggle {padding: 0 !important; margin: 0 !important;}
.btn-phone {color: var(--white); padding: 10px 15px; background-color: var(--green); border-radius: 10px;}
.btn-phone:hover { background-color: var(--red); border-radius: 10px;}

/*=== FOOTER STYLES
==============================*/
.footer-wrap {background: linear-gradient(to right, var(--white) 0%, #ebebeb 100%); padding: 100px 0;}
.footer-fb {display: grid; grid-template-columns: repeat(4, 1fr); justify-content: space-between;}
.footer-fb > div > div {display: flex; justify-content: flex-start; gap: 20px; width: 100%;}
.footer-fb > div > div > ul {display: flex; flex-direction: column; justify-content: flex-start; gap: 20px; padding-top: 20px; width: 100%;}
.footer-fb > div > div > ul > li > a:hover {color: var(--blue);}
.footer-fb > div > h4::before {content: "\00BB"; color: var(--blue); padding-right: 10px;}
.footer-fb > div:nth-child(4) {text-align: right;}
/*.footer-fb > div {flex: 1;}*/
.footer-logo {width: 100%; max-width: 200px; object-fit: contain; height: auto;}

/*=== HOME PAGE 
==============================*/

#home-hero {position: relative; background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,00.25)), url("../siteart/hucon-hero-bkgd.jpg"); background-size: cover; background-position: center center; padding: 100px 0 150px 0;}
.hero-fb {display: flex; justify-content: space-between; align-items: center; gap: 50px; flex-wrap: wrap;}
.hero-text {color: var(--white); max-width: 500px;}
.hero-text h1 {padding: 0 0 0 20px; border-left: 5px solid var(--blue);}
.hero-callout {border: 3px solid var(--white); background: rgba(0,0,0,0.5); backdrop-filter: blur(10px); align-self: flex-end;}
.hero-callout:hover img {transform: scale(1.2);}
.hero-callout img {max-height: 200px; margin-top: -25px;}
.hero-callout > .callout-btn {display: flex; justify-content: space-around; align-items: center;background-color: var(--white);}
.hero-callout > .callout-btn > a, .hero-callout > .callout-btn > h2 { padding: 10px 30px; text-transform: uppercase;}
.hero-callout > .callout-btn > a {border-left: 1px solid #ebebeb;}
.hero-callout > .callout-btn > a:hover {background: #ebebeb;}

.chevron-banner{overflow:hidden;width:100%;position:absolute; bottom: 0; opacity: 0.5;}
.chevron-track{width:100%;height:60px;background:url('/siteart/chevrons.svg') repeat-x;background-size:auto 100%;animation:chevronScroll 60s linear infinite}
@keyframes chevronScroll{0%{background-position:0 0}100%{background-position:100% 0}}

.quicklink-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 50px 0 50px 0;}
.quicklink {flex: 1;display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 10px; border: 1px solid #ebebeb;}
.quicklink:hover {box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);}
.quicklink img {object-fit: contain; height: 150px; width: auto;}
.quicklink > div {display: flex; justify-content: space-around; align-items: stretch; width: 100%; border-top: 1px solid #ebebeb; text-align: center;}
.quicklink > div > div {display: flex; flex-direction: row; justify-content: center; align-items: center; flex: 1; padding: 10px;}
.quicklink > div > div:nth-child(2) {background: var(--blue); color: var(--white); }
.quicklink > div > div:nth-child(2) i {font-size: 32px !important;}

.half-photo {position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: stretch; gap: 100px; padding: 100px 0 0;}
.half-photo > div {flex: 1;}
.half-photo > .half-photo-text {display: flex; flex-direction: column; justify-content: center;}
.half-photo > .half-photo-text > div {padding-left: 20px; border-left: 5px solid var(--blue);}
.half-photo > .half-photo-img > img { height: 100%; min-height: 400px; object-fit: cover;}
.half-photo > .half-photo-img.recieved {display: flex; align-items: center; justify-content: center; gap: 20px;}
.half-photo > .half-photo-img > .stat-grid {display: flex; flex-direction: row; justify-content: space-between; gap: 50px; transform: translateY(-50%) translateX(-9%); width: 110%; margin-top: 80px;}
.half-photo > .half-photo-img > .stat-grid > div {flex: 1; text-align: center; text-transform: uppercase;}
.half-photo > .half-photo-img > .stat-grid > div > div {display: flex; justify-content: center; align-items: stretch; gap: 50px; padding: 50px 0; margin-bottom: 10px;}
.half-photo > .half-photo-img > .stat-grid > div:nth-child(1) > div {background: var(--blue); color: var(--white); border: 1px solid var(--blue);}
.half-photo > .half-photo-img > .stat-grid > div:nth-child(2) > div {background: var(--white); color: var(--gray); border: 1px solid var(--gray);}
.half-photo > .half-photo-img > .stat-grid > div:nth-child(3) > div {background: var(--gray); color: var(--white); border: 1px solid var(--gray);}

.chevron-banner-black{overflow:hidden;width:100%;position:absolute; bottom: 55%; opacity: 0.5; z-index: -1;}
.chevron-track-black{width:100%;height:60px;background:url('/siteart/chevrons-black.svg') repeat-x;background-size:auto 100%;animation:chevronScroll 60s linear infinite}

.testimonial-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 100px 0;}
.testimonial {position: relative; flex: 1;display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; gap: 10px; border: 1px solid #ebebeb;}
.testimonial:hover {box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);}
.testimonial img {object-fit: contain; height: 150px; width: auto;}
.testimonial > div {display: flex; justify-content: space-around; align-items: stretch; width: 100%; border-top: 1px solid #ebebeb; text-align: center;}
.testimonial > span {display: flex; justify-content: flex-start; flex-direction: column; gap: 10px; padding: 20px;align-items: stretch; width: 100%;}
.testimonial > div > div {display: flex; flex-direction: row; justify-content: center; align-items: center; flex: 1; padding: 10px;}
.testimonial > div > div:nth-child(2) {background: var(--blue); color: var(--white); }
.testimonial > div > div:nth-child(2) i {font-size: 32px !important;}
.testimonial::before {content: "\201d"; position: absolute; top: -44px; right: 20px; font-size: 100px; color: var(--blue);}

/*=== CONTACT PAGE
==============================*/
#contact-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%;}
#contact-form label {display: none;}
#contact-form input {padding: 20px; width: 100%; border: 1px solid #ebebeb;}
#contact-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#contact-form .dualFields {width: 50%;}
#contact-form textarea {width: 100%; height: 200px; font-family: var(--Inter); padding: 20px; font-size: var(--p); border: 1px solid #ebebeb;}
#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;}
.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) {
    #contact-form .input-row {flex-direction: column; width: 100%;}
    #contact-form .dualFields {width: 100%;}
}

/*=== EXPORT PAGE
==============================*/
.step-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 100px 0;}
.step {position: relative; flex: 1;display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; gap: 10px; border: 1px solid #ebebeb;}
.step:hover {box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);}
.step img {object-fit: cover; height: 150px; width: 100%;}
.step > div {display: flex; justify-content: space-around; align-items: stretch; width: 100%; border-top: 1px solid #ebebeb; text-align: center;}
.step > span {display: flex; justify-content: flex-start; flex-direction: column; gap: 10px; padding: 20px;align-items: stretch; width: 100%;}
.step > div > div {display: flex; flex-direction: row; justify-content: center; align-items: center; flex: 1; padding: 10px;}
.step > div > div:nth-child(2) {background: var(--blue); color: var(--white); }
.step > div > div:nth-child(2) i {font-size: 32px !important;}

/*=== MEDIA QUERIES
==============================*/
@media screen and (max-width: 1200px) {
    .footer-fb {grid-template-columns: repeat(2, 1fr); gap: 50px; text-align: left;}
    .footer-fb > div > h4 {text-align: left;}
    .footer-fb > div > div > ul {display: flex; flex-direction: column; justify-content: flex-start; gap: 20px; padding-top: 20px; width: 50%; text-align: left;}
}
@media screen and (max-width: 1000px) {
	.mobile-space {display: block; height: 120px;}
	
    .primary.nav {display: none !important;}
    
	.top-runner {position: fixed; z-index: 30; width: 100%;}
	.header-wrap {position:fixed; z-index: 20; width: 100%;}
	
	#home-hero {padding-top: 360px;}
	
    .half-photo {flex-direction: column; padding-bottom: 100px;}
    .half-photo > .half-photo-img > .stat-grid {transform: translateY(-50%) translateX(0%); width: 100%;}

    .chevron-banner-black {display: none;}
    
    .quicklink-grid {grid-template-columns: repeat(2, 1fr);}
    .testimonial-grid {grid-template-columns: repeat(2, 1fr);}
    .step-grid {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 750px) {
	.half-photo > .half-photo-img > .stat-grid {gap: 30px;}
}

@media screen and (max-width: 600px) {
    .quicklink-grid {grid-template-columns: repeat(1, 1fr);}
    .testimonial-grid {grid-template-columns: repeat(1, 1fr);}
    .step-grid {grid-template-columns: repeat(1, 1fr);}
    
    .half-photo > .half-photo-img > .stat-grid {flex-direction: column; transform: translateY(50px) translateX(0%); gap: 20px; padding-bottom: 100px;}
    .half-photo > .half-photo-img > .stat-grid > div {border: 1px solid #ebebeb; padding: 20px;}
    .half-photo > .half-photo-img > .stat-grid > div h4 {font-size: 40px !important;}
    
    .footer-fb {grid-template-columns: repeat(1, 1fr);}
}

@media screen and (max-width: 400px) {
	.half-photo > .half-photo-img > .stat-grid > div h4 {font-size: 30px !important;}
}


