/*
Theme Name: Quick Launch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: We Are Northwest
Author URI: http://www.quicklaunch.co/
Description: Child theme.
Version: 1.0
*/

/* Include fonts */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {font-family: "Nunito Sans", sans-serif;}

body, html {
    background-color: #fafbff;
}

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.mega-sub-menu .site-content {
    max-width: 1320px !important;
    width: 100% !important;
    margin: auto !important;
    float: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px 0;
    font-weight: 900;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 25px 0;
}

.white-text {color: #fff;}
.darkbg {background-color: #252626;}
.bluebg {background-color: #004389; color: #fff !important;}
.lbluebg {background-color: #e5ecf4;}

.small {
    font-size: 85%;
	line-height: 150%;
}

.site-band.top {padding: 30px 0 0 0;}
.site-band.bottom {padding: 0 0 30px 0;}
.site-band {padding: 30px 0;}

@media (min-width: 992px) {
    .site-band.top {padding: 70px 0 0 0;}
    .site-band.bottom {padding: 0 0 70px 0;}
    .site-band {padding: 70px 0;}
}

.bgimg .vc_column-inner {
    height: 100%;
    min-height: 350px;
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
	font-size: 18px;
    line-height: 28px;
}

a {color: #00b5e4; text-decoration: none;}
a:hover {color: #00b5e4; text-decoration: underline;}

.brand {
	width: 104px;
    margin: 20px;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}

/* Navigation */

header {
    background-color: #fff;
}

header .blue-block {
    display: inline-block;
    position: absolute;
    width: 35%;
    height: 10px;
    background-color: #004389;
    z-index: 9;
}

#page-title {
	background-color: #e5ecf4;
	padding: 15px 0;
}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #c49245;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

#navbar-header button i a {
	color: #09478E !important;
}

#menu-wrap ul.menu li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px;
}

#menu-wrap ul.menu li.active a {
	color: #c49245;
}

.dropdown-menu {
    position: absolute;
    top: 173%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #262626;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.active {
    color: #c49245 !important;
    font-weight: 900 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #c49245 !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #c49245;
    font-weight: 900;
    background-color: #000;
}

/* Nav END */

ol.breadcrumb {
	margin: 0px;
	padding: 0px;
}
ol.breadcrumb li {
	font-size: 14px;
	color: #000;
	font-weight: 300;
}
ol.breadcrumb li span {
	
}
ol.breadcrumb li a {
	color:#0a2086;
	text-decoration: none;
	font-weight: bold;
}
ol.breadcrumb li a:hover {
	text-decoration: underline;
}
ol.breadcrumb li:after {
	content: "/";
	padding: 0 10px;
	color: #00b6e5;
}
ol.breadcrumb li:last-child:after {
	content: none;
}

#hero-banner {
    background-image: none;
    background-repeat: no-repeat;
    background-position: -10% 0;
    padding: 10% 0;
}

@media (min-width: 1200px) {
	#hero-banner {
		background-image: url('/wp-content/uploads/2024/11/blue-dots.png');
		background-repeat: no-repeat;
		background-position: -10% 0;
		padding: 5% 0;
	}
}
#hero-banner h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 900;
}

#hero-banner p {
    font-size: 20px;
    line-height: 30px;
}

#hero-banner .col-sm-6 {
    display: flex;
    align-items: center; /* Vertically centers the child elements */
}

@media (min-width: 992px) {}


.bl {
    font-size: inherit;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 35px;
    text-decoration: none;
	border: none;
	transition: padding ease 0.5s;
}

.bl:hover {
	text-decoration: none;
	padding: 20px 50px;
	transition: padding ease 0.5s;
}

.bl.blue {
    background-color: #00b6e5;
    color: #fff;
}

.hidden-of {
	overflow: hidden;
}

/* Form */


footer {
	overflow-x: hidden;
}

footer #ftr-logos {
    padding: 50px 0;
}
footer #ftr-links {}
footer #ftr-smallprint {
    background-color: #fff;
    padding: 15px 0;
}
footer #ftr-smallprint p {
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
}

footer #ftr-smallprint .wpb_content_element {
    margin-bottom: 0px;
    padding: 0px;
}

footer .menu {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style: none;
}
footer .menu li {
    margin: 15px 0;
}
footer .menu li a {
	display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding: 0px;
    color: #000;
    text-decoration: none;
    transition: padding ease 0.5s;
}

footer .menu li a:hover {
    padding: 0px 0px 0px 10px;
    transition: padding ease 0.5s;
}

footer .menu li:before {
    content: none;
    padding: 0px;
    opacity: 0;
    transition: opacity ease 0.5s;
}

footer .menu li:hover:before {
    content: "|";
    color: #00b6e5;
    font-size: 18px;
	line-height: 28px;
    opacity: 1;
    transition: opacity ease 0.5s;
}


#abt-header {
	padding-top: 40vh;
	background-image: url('/wp-content/uploads/2025/03/abt-header.jpg');
	background-size: cover;
	background-position: top;
	position: relative;
}
#abt-header .white-feather {
	position: absolute;
	height: 250px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgb(250,251,255);
	background: linear-gradient(0deg, rgba(250,251,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 0;
}

.z1 {
	position: relative;
	z-index: 1;
}

@media (min-width: 763px) {
    .two-cols {
        column-count: 2;
        column-gap: 30px; /* Adjust spacing between columns */
    }
}

#ftr-news {
	overflow-x: hidden;
}

.blue-block {
	color: #fff;
}

.blue-block h1,
.blue-block h2,
.blue-block h3,
.blue-block h4 {
	color: #00b6e5;
}

/*  */

.profile-image {
    width: 90%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.testimonial-item {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    margin: 30px 0;
}

img.company-logo {
    max-width: 240px;
    margin-bottom: 30px;
}

.testimonial-item blockquote,
.testimonial-item blockquote p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

/**/

.single-cs-wrap {
    background-color: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    transition: margin ease 0.5s, box-shadow ease 0.5s;
}

.single-cs-wrap:hover {
    border-bottom: 5px solid #004389;
    margin-bottom: 60px;
    margin-top: -30px;
    transition: margin ease 0.5s, box-shadow ease 0.5s;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.single-cs-wrap .thumbnail {
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    background-size: cover;
}
.single-cs-wrap .single-cs-details {
    padding: 30px;
}

.single-cs-wrap .single-cs-details a.cs-title {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.single-cs-wrap .single-cs-details a.link {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.slick-slide {
    padding: 0 5px;
    min-height: 1px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

footer .ftr-logos ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
    text-align: left;
}

@media (min-width: 992px) {
	footer .ftr-logos ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: right;
	}
}

footer .ftr-logos ul li {
	display: inline-block;
	width: 160px;
}

footer .ftr-logos ul li img {
	width: 100%;
	height: auto;
}

/* Form */

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color:#fff;
	border: 1px solid #000;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
select:hover,
textarea:hover {
	background-color:#e5ecf4;
}

label {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

#cnt-form {
	background-color: #e5ecf4;
	padding: 30px;
	border-radius: 20px;
	color: #fff;
}

.socials {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
    align-items: left;
    justify-content: left;
	gap: 10px;
}
.socials li {
    display: flex;
    align-items: left;
    justify-content: left;
}
.socials li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #00b5e4;
	border-radius: 50%;
}

.profile-image {
    width: 90%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.testimonial-item {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    margin: 30px 0;
}

img.company-logo {
    max-width: 240px;
    margin-bottom: 30px;
}

.testimonial-item blockquote,
.testimonial-item blockquote p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

/**/

.single-cs-wrap {
    background-color: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    transition: margin ease 0.5s, box-shadow ease 0.5s;
}

.single-cs-wrap:hover {
    border-bottom: 5px solid #004389;
    margin-bottom: 60px;
    margin-top: -30px;
    transition: margin ease 0.5s, box-shadow ease 0.5s;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.single-cs-wrap .thumbnail {
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    background-size: cover;
}
.single-cs-wrap .single-cs-details {
    padding: 30px;
}

.single-cs-wrap .single-cs-details a.cs-title {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.single-cs-wrap .single-cs-details a.link {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.hdr-logos {}

.hdr-logos ul {
	margin: 60px 0 0 0;
	padding: 0px;
	list-style-type: none;
	display: flex;
	gap: 10px;
	align-items: center;
}
.hdr-logos ul li {
	align-items: center;
	width: 33.33333333333%;
}
.hdr-logos ul li img {
	width: 100%;
	height: auto;
}

/* Service block */

.service-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.service-block {
    flex: 1 1 calc(100% / 6); /* 6 in a row by default */
    min-width: 150px;
    max-width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Vertical alignment */
    text-align: center;
    text-decoration: none;
    background-color: #262626;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    margin: 0; /* No gap between items */
    box-sizing: border-box;
}

.service-block:hover {
    background-color: #ffffff;
    color: #000000;
	scale: 1.2;
}

.service-block:hover .service-icon {
    filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(4362%) hue-rotate(222deg) brightness(92%) contrast(103%);
}

/* Icon styling */
.service-block i,
.service-block svg {
    font-size: 34px;
    margin-bottom: 15px;
	margin-right: 0px;
    transition: filter 0.3s ease;
}

/* Title styling */
.service-title {
    font-size: 20px;
    font-weight: 800;
    color: inherit;
	text-decoration: none;
}

a.service-block {
	text-decoration: none;
}

a.service-block:hover {
	text-decoration: none;
}

/* Mobile styles */
@media (max-width: 992px) {
    .service-blocks {
        flex-direction: column;
    }
	
	.service-block:hover {
		background-color: #ffffff;
		color: #000000;
		scale: 1;
	}

    .service-block {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        height: auto;
    }

	.service-block i,
	.service-block svg {
		font-size: 18px;
		margin-bottom: 0px;
		margin-right: 15px;
		transition: filter 0.3s ease;
	}

    .service-title {
        font-size: 18px;
		font-weight: 800;
		text-decoration: none;
    }
}

#s-blocks-wrap {
	background: rgb(229,236,244);
background: linear-gradient(0deg, rgba(229,236,244,1) 50%, rgba(250,251,255,1) 50%);
}

.sticky {
	position: sticky;
	top: 50px;
}

.blog-details {
	padding: 30px;
	background-color: #004389;
	color: #fff;
}

.blog-details date {
	font-size: 14px;
}
.blog-details .social,
.blog-details .category {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	gap: 5px;
}
.blog-details .category li {
	display: flex;
}
.blog-details .category li a {
	display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #fff;
    color: #000;
    line-height: 13px;
    border-radius: 50px;
}

.blog-details h6 {
	margin: 10px 0 5px 0;
}
.blog-details .social {
	display: flex;
}

.blog-details .social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
