@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: #003a5d;
	--color-bluem: #0273ff;
  	--color-bluel: #00cdcb;
	--color-greenm: #07c333;
	--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-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-top: 10px !important;
	border-bottom: 1px solid #fff;
	background-color: var(--color-blued);
	color: #fff;
	font-family: var(--font-mont);
	transition: all 0.3s linear;
}
#main-header.scroll-on-active #top-bar {
	padding-top: 5px !important;
	background-color: var(--color-blued);
}
#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;
}
#main-header .row {
	padding: 5px 30px;
	transition: all 0.3s linear;
}
#main-header.scroll-on-active .row {
	padding: 5px 50px;
}
#header-container {
	position: relative;
}
#mh-left {
	text-align: center;
}
#mh-left .logo-dark {
	transition: all 0.3s linear;
}
#mh-left .logo-light {
	display: none;
}
#main-header.scroll-on-active #mh-left .logo-light {
	opacity: 0;
}
#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;
}
#main-header.scroll-on-active #mh-right ul li a {
	color: #333 !important;
}
#main-header #header-container #mh-right .current_page_item a, #main-header #header-container #mh-right .current_menu_item a {
    color: var(--color-bluem) !important;
}

/* --------- Main Banner --------- */
#main-banner {
	filter: drop-shadow(0 10px 20px rgba(50, 50, 0, 0.3));	
}
#main-banner .row {
	min-height: 300px;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 70px),0 100%);
	background-color: blueviolet;
	background-image: linear-gradient(35deg, #00cdcb, #00cdcb, #003a5d 60%);	
}
#banner-image {
	order: 2;
	padding: 50px 10px 30px 10px;
}
#banner-text {
	order: 1;
    margin-top: 0;
    padding: 40px 20px 20px;
	text-align: center;
}
#banner-text h2 {
	line-height: 100%;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#banner-text p {
	font-size: 1rem;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#batx-inside {
	color: #ffffff;
}
#banner-buttons {
	margin-top: 50px;
}
#banner-buttons .bb-left {
	display: block;
	min-width: 200px;
	padding: 20px 25px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}
#banner-buttons .bb-right {
	display: block;
	min-width: 200px;
	padding: 20px 25px;
	border: 2px solid var(--color-white);
	text-align: center;
	background-color: var(--color-bluem);
	color: #fff;
}

/* --------- Main Content --------- */
#featured-services {
	padding: 0 0 50px;
	margin-top: -180px;
	position: relative;
	z-index: 10;
}
#fb-wrap {
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.1);
}
.featured-box {
	padding: 20px 30px;
	text-align: center;
	background-color: var(--color-white);
}
.featured-box:nth-of-type(even) {
	background-color: var(--color-whiteb);
}
.fb-image-wrap {
	padding: 20px;
}
.fb-image-wrap img {
	max-width: 100px;
	border-radius: 250px;
}
.featured-box .title {
	font-family: var(--font-rale);
	margin-bottom: 20px;
	font-weight: 500;
}

.hi-left, .hi-right {
	padding: 100px 0;
}
.hi-left {
	padding-bottom: 0;
}
.hi-right {
	padding-left: 20px;
}
.hi-right .title {
	margin-bottom: 25px;
	font-size: 1.5rem;
	font-weight: 600;
}
.hil-img-02 {
	margin-top: 2px;
	border: none;
}
#home-hero {
	position: relative;
	padding: 0 10px;
	background-image: linear-gradient(to bottom left, #e3eef1, #f2fcfe);
	/*overflow: hidden;*/
}
.hh-left {
	padding: 200px 20px 100px 0;
	position: relative;
	z-index: 2;
}
.hh-left .title {
	margin-bottom: 30px;
	font-size: 2.3rem;
	font-weight: 600;
	text-shadow: 0 0 5px #e3eef1, 0 0 5px #e3eef1;
}
.hh-right {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
}

#home-reasons {
	padding: 80px 0;
	background-image: url("images/temp/bg-daniel.jpg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.hr-box {
	padding: 20px;
	border-radius: 12px 36px;
	background-color: #fff;
}
.hr-box .title {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 600;
}
.hr-box ol {
	list-style: none;
	counter-reset: item;
}
.hr-box li {
	counter-increment: item;
	margin-bottom: 25px;
	clear: both;
}
.hr-box p {
	padding-left: 0;
}
.hr-box li:before {
	padding: 5px 0;
	margin-right: 10px;
	content: counter(item);
	background: var(--color-bluem);
	border-radius: 4px;
	color: white;
	width: 1.7em;
	text-align: center;
	display: inline-block;
	font-family: var(--font-mont);
	font-weight: 700;
	font-size: 1.5rem;
	float: left;
	margin-bottom: 10px;
}
#home-counter {
	padding: 80px 0;
	background-color: var(--color-bluel);
	color: var(--color-white);
}
.hc-box {
	text-align: center;
}
.hc-box .counter {
	font-family: var(--font-mont);
	font-size: 2.5rem;
	font-weight: 700;
}
#home-testimonials {
	padding: 80px 10px;
}
.ht-intro, .hn-intro {
	margin-bottom: 30px;
	text-align: center;
}
.ht-intro .title, .hn-intro .title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}
#ht-slider-wrap {
	padding: 0 40px;
}
.ht-image {
	text-align: center;
}
.ht-image img {
	border-radius: 20%;
}
.ht-txt {
	padding-left: 0;
}
.ht-txt .title {
	margin-bottom: 20px;
}
.ht-comment {
	margin-bottom: 20px;
}
.ht-stars {
	color: #F1B102;
}
#home-news {
	padding: 80px 0;
	background-color: #f6f6f6;
}
.hn-box {
	background-color: #fff;
	margin-bottom:  20px;
}

.hnb-image {
	position: relative;
	overflow: hidden;
}
.hnb-image img {
	display: block;
	filter: grayscale(70%);
	transition: all 0.3s linear;
}
.hn-box:hover .hnb-image img {
	filter: grayscale(0%);
	transform: scale(1.1);
}
.hnb-image span {
	display: block;
	padding: 5px 10px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: var(--color-bluem);
	color: #fff;
	font-size: 14px
}
.hnb-txt {
	padding: 20px;
	position: relative;
	font-size: 14px;
}
.hnb-txt .title {
	margin-bottom:15px;
	font-size: 1.1rem;
}
.more-link {
	position: absolute;
	bottom: 20px;
	right: 25px;
}

/* --------- Inside Pages --------- */
#inside-pages {
	margin-top: 20px;
	margin-bottom: 100px;
}
#inside-title {
	padding: 120px 20px 100px;
	text-align: center;
	background-image: linear-gradient(35deg, #00cdcb, #00cdcb, #003a5d 60%);
	color: #ffffff;
}
#inside-content {
	padding: 70px 10px 10px;
}
.inside-section {
	margin-bottom: 50px;
}
.in-sec-title {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.exp-box {
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 4px;
	background-color: var(--color-blued);
	text-align: center;
	color: #ffffff;
}
.exp-box .exp-box-title {
	margin-bottom: 15px;
	color: var(--color-bluel);
}
.exp-box ul li {
	margin-bottom: 10px;
	list-style: none;
}
.inside-section .featured-image img {
	border-radius: 8px;
}

/* --------- Footer --------- */
#main-footer {
	background-color: #f1fafd;
}
#footer-top {
	padding: 80px 0;
	background-color: var(--color-blued);
	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: 9999;
}
#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-text h2 {
		font-size: 2.5rem;
	}
	#banner-text p {
		font-size: 1.5rem;
	}
	#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;
	}
	.fb-image-wrap img {
	max-width: 100px;
		max-width: 200px;
	}
}
@media(min-width: 860px) {
	#main-header {
		max-height: 270px;
		position: fixed;
		background-color: rgba(0,0,0,0.2);
	}
	#main-header .row {
		padding: 10px 50px;
	}
	#top-bar {
		background-color: var(--color-blued);
	}
	#mh-left {
		position: relative;
		text-align: left;
	}
	#mh-left .logo-dark {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.3s linear;
	}
	#main-header.scroll-on-active #mh-left .logo-dark {
		opacity: 1;
	}
	#mh-left .logo-light {
		display: block;
		opacity: 1;
		transition: all 0.3s linear;
	}
	#mh-right {
		display: block;
		text-align: right;
		border-radius: 0;
		background-color: transparent;
	}
	#mh-right ul li {
		display: inline-block;
		border-bottom: none;
	}
	.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: #fff;
		font-size: 1.1em;
	}
	.inside-header #mh-right ul li a {
		color: #333;
	}
	
	#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: 2.0rem;
		margin-bottom: 5px;
	}
	#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;
	}
	#inside-pages {
		margin-top: 100px;
	}
	.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: 1640px) {
	#banner-text h2 {
		font-size: 4.0rem;
	}
	#banner-text p {
		font-size: 1.5rem;
	}
	#batx-inside {
		width: 70%;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-30%, -50%);
	}
	#banner-buttons {
		margin-top: 50px;
	}
}