@charset "utf-8";
/*
Theme Name: SixEightBlue
Theme URI: https://www.sixeightblue.com
Author: MrHOG
Author URI: https://www.sixeightblue.com
Description: A highly flexible base theme made for developers. This is an excelent base theme to help you create your own custom theme.
Tags: base theme, custom-header, custom-logo, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready, customizer-support, widget-support, blank theme
Text Domain: sixeightblue
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htm
Version: 1.5
*/

/*
==========================================
  Font Families
==========================================
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;500;700&display=swap');


/*
==========================================
  Variables / Constants
==========================================
*/
:root {
  	--color-white: #ffffff;
	--color-whiteb: #ecfbff;
	--color-greyl: #f6f6f6;
	--color-blued: #196abc;
	--color-bluem: #0273ff;
  	--color-bluel: #00ace4;
	--color-magentad: #840086;
	--color-magentam: #b905c0;
	--color-magental: #fb00ff;
	--font-rale: "Raleway", sans-serif;
	--font-mont: "Montserrat", sans-serif;
}


/*
==========================================
  Base Styles
==========================================
*/
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
}
*:focus {
	outline: none;
}
html {
	height: 100%;
	min-height: 100%;
	scroll-behavior: smooth;
}
body {
	height: 100%;
	min-height: 100%;
	font-family: var(--font-rale);
	color: #111;
}
h1, h2, h3, h4, h5, h6 {
	width: 100%;
	font-family: var(--font-mont);
}
a:link {
	color: var(--color-bluel);
}
a:visited {
	color: var(--color-bluel);
}
a:hover {
	color: var(--color-bluel);
}
a:active {
	color: var(--color-bluel);
}
p {
	margin-bottom: 15px;
	line-height: 140%;
	letter-spacing: 0.5px;
}
hr {
	margin: 50px 0;
}
table {
	border: 1px solid #ddd;
}

table tbody tr td, table thead tr th {
	padding: 8px !important;
	border: 1px solid #ddd !important;
}
fieldset, .fs-replacement {
	margin-bottom: 10px;
	border: none;
}
input[type=text] , input[type=email], input[type=tel], select {
	width: 100%;
	height: 42px;
	padding: 5px 10px;
	border: 1px solid #DDDDDD;
	border-radius: 0px;
}
input[type=submit] {
	padding: 10px 20px;
	background-color: var(--color-bluem);
	border: none;
	border-radius: 2px;
	font-size: 18px;
	color: #FFFFFF;
}
textarea {
	min-width: 100%;
	max-width: 100%;
	height: 242px;
	padding: 5px 10px;
	border: 1px solid #DDDDDD;
	border-radius: 0px;
}


/*
==========================================
  Help Classes
==========================================
*/
.btn, .btn-primary, .btn-secondary {
	color: #FFFFFF !important;
} 
.btn {
	background-color: var(--color-bluem);
	font-family: var(--font-mont);
	border-radius: 3px;
}
.btn-primary {
	background-color: var(--color-bluem);
}
.btn-primary:hover {
	background-color: var(--color-magentam);
}
.btn-secondary {
	background-color: var(--color-bluem);
}
.btn-secondary:hover {
	background-color: var(--color-blued);
}
.btn-alt {
	background-color: #29C800;
}
.btn-alt:hover {
	background-color: #00C071;
}
.btn-row {
	padding: 50px 0 10px;
}
.btn-row-center {
	padding: 80px 0 10px;
	text-align:  center;
}
.title span {
	color: var(--color-bluel);
}


/*
==========================================
  WP Overwrite Styles
==========================================
*/


/*
==========================================
  Main Styles
==========================================
*/
/* --------- Menu --------- */


/* --------- Main Header --------- */
.clear-bar {
	top: 32px !important;
}
#no-script-msg {
	width: 100%;
	padding: 5px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
#main-header {
	width: 100%;
	max-height: 2000px;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(255,255,255,1);
	transition: all 0.3s linear; 
}
#main-header.scroll-on-active {
	background-color: rgba(255,255,255,1) !important;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
#top-bar {
	padding: 10px 40px 5px;
	border-bottom: 1px solid #444444;
	background-color: var(--color-blued);
	color: #777777;
	font-family: var(--font-mont);
	transition: all 0.3s linear;
}
#tb-left {
	text-align: center;
	display: none;
}
#tb-right {
	text-align: center;
}
.tb-element {
	display: inline-block;
	margin: 0 10px 8px;
}
.tb-element:last-of-type, .social-elemet:last-of-type {
	margin-right: 0;
}
.tb-element a {
	color: var(--color-white);
}
.tb-element:last-of-type a {
	color: var(--color-bluel);
	transition: all 0.3s linear;
}
#main-header.scroll-on-active .tb-element:last-of-type a {
	color: var(--color-white);
}
.tb-phone {
	font-weight: 800;
}
.social-elemet {
	display: inline-block;
	padding: 0 3px;
	margin-right: 5px;
	margin-left: 0;
}
#main-header .row {
	padding: 5px 30px;
	transition: all 0.3s linear;
}
#main-header.scrolled {
	
}
#header-container {
	position: relative;
}
#mh-left {
	text-align: center;
}

#mh-left .logo-light {
	display: block;
	opacity: 1;
	transition: all 0.3s linear;
}
#mh-left .logo-dark {
	display: none;
	opacity: 0;
	transition: all 0.3s linear;
}
.scrolled #mh-left .logo-light {
	display: none;
	opacity: 0;
}
.scrolled #mh-left .logo-dark {
	display: block;
	opacity: 1;
}

#mh-right {
	display: none;
	text-align: center;
	border-radius: 4px;
	background-color: #222;
}
#mh-right ul {
	list-style: none;	
}
#mh-right ul li {
	display: block;
	border-bottom: 1px solid #666;
}
#mh-right ul li a {
	display: block;
	padding: 18px 10px;
	color: var(--color-white);
	font-size: 1.1em;
	transition: all 0.3s linear;
}
#mh-right ul .current-menu-item a, #mh-right ul .current_page_item a {
	color: var(--color-bluel) !important;
}
#main-header.scroll-on-active #mh-right ul li a {
	color: #333 !important;
}
/* --------- Main Banner --------- */
.video-background {
    position: relative; /* Position relative to allow absolute positioning of content */
    height: 100vh; /* Set height to full viewport height or adjust as needed */
    overflow: hidden; /* Hide overflow */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-background video {
    position: absolute; /* Position the video behind the content */
    top: 50%;
    left: 50%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    object-fit: cover; /* Cover the container properly */
    transform: translate(-50%, -50%); /* Center the video */
    z-index: 1; /* Ensure it stays behind other content */
}

.overlay {
    position: absolute; /* Position overlay on top of the video */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
    z-index: 2; /* Ensure the overlay stays above the video but below content */
}

.banner-content {
    position: relative; /* Position relative to ensure it appears over the video */
    z-index: 2; /* Higher z-index to be in front */
    color: white; /* Text color */
    text-align: center; /* Centered text */
}
.banner-content h1 {
	margin-bottom: 15px;
	font-size: 2rem;
}
.banner-content p {
	font-size: 1rem;
	max-width: 700px;
	margin: 0 auto;
}
.banner-btn {
	display: block;
	max-width: 250px;
	padding: 20px 30px;
	margin: auto;
	margin-top: 40px;
	background-color: var(--color-bluem);
	font-size: 19px;
	transition: 0.3s linear;
}

#inside-pages {
	margin-top: 200px;
	margin-bottom: 100px;
}

/* --------- Footer --------- */
#main-footer {
	background-color: #f1fafd;
}
#footer-top {
	padding: 80px 0;
	background-color: var(--color-magentad);
	color: #fff;
	text-align: center;
}
.ft-hero-txt {
	line-height: 120%;
	margin-bottom: 40px;
	font-size: 2rem;
}
.ft-hero-link a {
	display: block;
	padding: 15px 20px;	
	font-weight: 600;
	font-size: 14px;
}
#footer-box-wrap {
	padding: 80px 0 50px;
	background-color: #f1fafd;
}
#footer-box-wrap .footer-box:first-of-type img {
	margin-bottom: 20px;
}
#footer-box-wrap .footer-box:first-of-type li {
	margin-bottom: 15px
}
#footer-box-wrap .footer-box:first-of-type i {
	color: #bbb;
}
#footer-box-wrap .footer-box:first-of-type span {
	display: inline-block;
	max-width: 80%;		
	padding-left: 10px;
	vertical-align: top;
}
#footer-box-wrap .footer-box:nth-of-type(2) ul li {
	margin-bottom: 10px;
}
.footer-box {
	margin-bottom: 20px;	
}
.footer-box .title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #999999;
}
.footer-box ul {
	list-style: none;
}
.social-links {
	font-size: 26px;
}
.social-links li {
	display: inline-block;
	margin: 5px;
}
.social-links li:first-of-type {
	margin-left: 0;
}
.social-links li a {
	line-height: 40px;
	padding: 5px 15px;
	border-radius: 3px;
	background-color: #fff;
}
.footer-menu ul {
	list-style: none;
}
.footer-menu ul li {
	margin: 0 0 10px 2px;
}
#site-info {
	padding: 10px;
	background-color: #fff;
	font-size: 14px;
}
.site-copy {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.site-powered {
	width: 100%;
	text-align: center;
}
/*
==========================================
  Specific Styles
==========================================
*/

/* ---------- Home Page ---------- */


/*
==========================================
  Script Styles
==========================================
*/

/* ---------- Back to Top ---------- */
#back-to-top-wrap {
	display: none;
	position: fixed;
	bottom: 35px;
	left: 25px;
	text-align: center;
	animation-name: bttanimation;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	font-family: var(--font-buttons);
	font-size: 40px;
	transition: all 0.5s linear;
	z-index: -1;
}
#back-to-top-wrap span {
	display: block;
	font-size: 16px;
	font-weight: 700;
}
#back-to-top-wrap.scroll-active {
	display: block;
}
#back-to-top-wrap a {
	color: rgba(0,0,0,0.5);
}

@keyframes bttanimation {
	0%{transform: scale(1); opacity: 0.5;}
	50%{transform: scale(1.07); opacity: 0.7;}
	100%{transform: scale(1); opacity: 0.5;}
}

@media(min-width: 720px) {
	#banner-buttons .bb-left {
		display: inline-block;
		background-color: rgba(0,0,0,0.2);
	}
	#banner-buttons .bb-right {
		display: inline-block;
		margin-left: 14px;
	}
}
@media(min-width: 860px) {
	#main-header {
		max-height: 270px;
		position: fixed;
		background-color: rgba(0,0,0,0.2);
	}
	#main-header.scrolled {
		max-height: 270px;
		position: fixed;
		background-color: rgba(255,255,255,1);
	}
	#top-bar {
		background-color: rgba(0,0,0,0.2);
		padding: 8px 40px !important;
	}
	.scrolled #top-bar {
		background-color: #111111;
		color: var(--color-white);
	}
	#mh-left {
		position: relative;
		text-align: left;
	}
	#mh-right {
		display: block;
		text-align: right;
		border-radius: 0;
		background-color: transparent;
	}
	#mh-right ul li {
		display: inline-block;
		border-bottom: none;
	}
	#mh-right ul li a {
		padding: 18px 10px;
		color: var(--color-white);
		font-size: 1.1em;
	}
	.inside-header {
		background-color: rgba(255,255,255,1) !important;
		box-shadow: 0 0 10px 10px rgba(0,0,0,0.1) !important;
	}
	.inside-header .logo-dark {
		opacity: 1 !important;
	}
	#mh-right ul li a {
		padding: 18px 10px;
		color: #999999;
		font-size: 1.1em;
	}
	#banner-image {
		order: 2;
		padding: 100px 80px 0 40px;
	}
	#banner-text {
		order: 1;
		position: relative;
		margin-top: 0;
		padding: 0;
		background-color: rgba(0, 0, 0, 0);
		text-align: left;
	}
	#banner-text h2 {
		line-height: 100%;
		font-size: 3.0rem;
	}
	#banner-text p {
		font-size: 1.0rem;
	}
	#batx-inside {
		width: 100%;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-30%, -50%);
	}
	#banner-buttons {
		margin-top: 20px;
	}
	#banner-buttons .bb-right {
		border: 2px solid var(--color-bluem);
	}
	#featured-services {
		margin-top: -100px;
	}
	.hr-box {
		padding: 70px;
	}
	.hr-box p {
		padding-left: 60px;
	}
	.hr-box li:before {
		margin-bottom: 60px;
	}
	.hi-left {
		position: relative;
		padding-bottom: 120px;
	}
	.hil-img-02 {
		position: absolute;
		top: 200px;
		right: 70px;
		margin-top: 0;
		border: 5px solid #fff;
	}
	.hh-left {
		padding: 100px 20px 100px 0;
	}
	.hh-right {
		position: absolute;
		top: 0;
		right: 0;
		opacity: 1;
	}
	.ht-image {
		text-align: left;
	}
	.ht-txt {
		padding-left: 40px;
	}
	.hn-box {
		margin-bottom: 0;
	}
	.ft-hero-link a {
		padding: 30px 40px;
		font-size: 18px;
	}
	.footer-box {
		margin-bottom: 0;	
	}
	.site-copy {
		margin-bottom: 0;
		text-align: left;
	}
	.site-powered {
		text-align: right;
	}
	#back-to-top-wrap {
		z-index: 11;
	}
}
@media(min-width: 1090px) {
	#featured-services {
		margin-top: -180px;
	}
	#batx-inside {
		width: 80%;
		top: 45%;
	}
}
@media(min-width: 1220px) {
	#tb-left {
		display: block;
		text-align: left;
	}
	#tb-right {
		text-align: right;
	}
	.tb-element {
		margin: 0 10px 0 10px;
	}
	.ft-hero-txt {
		line-height: 60%;
		margin-bottom: 0;
	}
	.ft-hero-link a {
		display: inline;
	}
}
@media(min-width: 1440px) {
	#banner-text h2 {
		font-size: 4.5rem;
	}
	#banner-text p {
		font-size: 1.5rem;
	}
	#batx-inside {
		width: 60%;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-30%, -50%);
	}
	#banner-buttons {
		margin-top: 50px;
	}
}