/*
Theme Name: ADCO
Theme URI: https://adcoideas.com/
Description: A custom Wordpress theme developed for ADCO.
Version: 1.0
Author: ADCO
Author URI: https://adcoideas.com/
Tags: red, gray, white, two-columns, fixed-width
*/

/*
font-family: "Roboto", sans-serif;
font-family: "DM Sans", sans-serif;
*/

body {
	color: #666666;
	font-family: "Roboto", sans-serif;
	line-height: 1.8;
	font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #ee3124;
	font-family: "DM Sans", sans-serif;
	line-height: 1.4;
	font-weight: 500;
	/*letter-spacing: 0.5px;*/
	margin: 0;
}

a {
	color: #ee3124;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a:hover {
	color: #333333;
}

b, strong {
	font-weight: bold;
}

.btn {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	padding: 15px 40px;
}

.btn-primary {
	color: #ffffff;
	background-color: #ee3124;
}

.btn-primary:hover {
	background-color: #333333;
}

.btn-secondary {
	color: #ee3124;
	background-color: #eeeeee;
}

.btn-secondary:hover {
	color: #ffffff;
	background-color: #333333;
}

.btn-tertiary {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.35);
}

.btn-tertiary:hover {
	border-color: #ffffff;
}

img.aligncenter, div.aligncenter {
	display: block;
	margin: 30px auto;
}

img.alignleft, div.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

img.alignright, div.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

.navbar {
	background-color: #ffffff;
	padding: 20px;
}

body:not(.home) .navbar {
	background-color: #eeeeee;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	width: 130px;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
}

.navbar-nav {
	padding-top: 30px;
}

.navbar-nav .nav-link {
	color: #333333;
	font-family: "DM Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, body.single-portfolio .navbar-nav .nav-item-23 .nav-link, body.archive.tax-portfolio-category .navbar-nav .nav-item-23 .nav-link, body.archive.tax-portfolio-industry .navbar-nav .nav-item-23 .nav-link, body.single-post .navbar-nav .nav-item-21 .nav-link, body.archive.date .navbar-nav .nav-item-21 .nav-link, body.search-results .navbar-nav .nav-item-21 .nav-link {
	color: #ee3124;
}

.navbar .btn {
	font-size: 1.125rem;
}

body:not(.home) .navbar .btn {
	background-color: #dddddd;
}

#SR7_1_1 .uranus_copy49.sr7-arrows {
	font-size: 2rem !important;
	font-weight: 100;
}

#SR7_1_1 .uranus_copy49.sr7-arrows:before {
	font-family: "Font Awesome 6 Sharp";
}

.sr7-arrows.sr7-leftarrow:before {
	content: '\f104' !important;
}

.sr7-arrows.sr7-rightarrow:before {
	content: '\f105' !important;
}

.home-expertise {
	color: #ffffff;
	background-color: #ee3124;
	padding: 50px 0;
}

.home-expertise .content h2 {
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 20px;
}

.home-expertise .content p {
	line-height: 1.4;
	margin-bottom: 30px;
}

.home-expertise .expertise .nav-item {
	margin: 10px 0;
}

.home-expertise .expertise .nav-link {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.15);
	line-height: 1.4;
	padding: 20px 60px 20px 30px;
	position: relative;
	border-radius: 4px;
}

.home-expertise .expertise .nav-link:hover {
	background-color: rgba(0, 0, 0, 0.25);
}

.home-expertise .expertise .nav-link i {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

.home-projects {
	background-color: #eeeeee;
	padding: 50px 0;
}

.home-projects .heading {
	margin-bottom: 50px;
}

.home-projects .heading h3 {
	color: #333333;
	font-weight: 400;
}

.home-projects .project .photo {
	overflow: hidden;
	margin-bottom: 24px;
}

.home-projects .project .photo img {
	transition: all 0.3s ease-out;
}

.home-projects .project a:hover .photo img {
	opacity: 0.5;
	transform: scale(1.1);
}

.home-projects .project h5 {
	color: #333333;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.home-projects .project h4 {
	color: #333333;
	font-weight: 400;
}

.home-projects .project a:hover h4 {
	color: #ee3124;
}

.home-featured {
	background-color: #eeeeee;
}

.home-featured .box {
	background: #666666 url(assets/images/featured_background_tile.png) repeat;
}

.home-featured .content {
	color: #ffffff;
	position: relative;
	padding: 50px 30px;
}

.home-featured .content h4 {
	color: #ffffff;
	background-color: #ee3124;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-90deg) translate(0, -100%);
	transform-origin: right top;
	padding: 16px 20px;
}

.home-featured .content h3 {
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.home-featured .content h2 {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}

.home-featured .content p {
	margin-bottom: 30px;
}

.home-testimonials {
	background-color: #eeeeee;
	padding: 50px 0;
}

.home-testimonials .carousel-item {
	padding: 0 50px;
}

.home-testimonials .carousel-item img {
	border-radius: 50%;
}

.home-testimonials .carousel-item p {
	color: #333333;
	font-family: "DM Sans", sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
}

.home-testimonials .carousel-item h3 {
	color: #333333;
	font-weight: 400;
	margin-bottom: 12px;
}

.home-testimonials .carousel-item h4 {
	color: #333333;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.home-testimonials .carousel-control-next, .home-testimonials .carousel-control-prev {
	color: #000000;
	font-size: 1.625rem;
	width: 50px;
}

.home-blog {
	padding: 50px 0;
}

.home-blog .heading {
	margin-bottom: 50px;
}

.home-blog .heading h2 {
	color: #ee3124;
	letter-spacing: 0;
}

.home-blog .heading .btn {
	color: #333333;
	border-color: rgba(0, 0, 0, 0.25);
}

.home-blog .heading .btn:hover {
	border-color: rgba(0, 0, 0, 1);
}

.home-blog .blog-post .thumbnail {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin-bottom: 30px;
}

.home-blog .blog-post .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

.home-blog .blog-post a:hover .thumbnail img {
	opacity: 0.5;
	transform: scale(1.1);
}

.home-blog .blog-post h4 {
	color: #333333;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 12px;
}

.home-blog .blog-post h3 {
	color: #333333;
	font-weight: 400;
	letter-spacing: 0;
}

.home-blog .blog-post a:hover h3 {
	color: #ee3124;
}

.page-header {
	padding: 50px 0;
}

.page-header h1 {
	font-size: 2rem;
}

.page-header h2 {
	color: #777777;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.page-portfolio {
	padding-bottom: 50px;
}

.page-portfolio .project-intro {
	margin-bottom: 30px;
}

.page-portfolio .project-intro h3 {
	margin-bottom: 4px;
}

.page-portfolio .filter {
	margin-bottom: 30px;
}

.page-portfolio .filter-select {
	width: auto;
}

.page-portfolio .project .photo {
	overflow: hidden;
	margin-bottom: 24px;
}

.page-portfolio .project .photo img {
	transition: all 0.3s ease-out;
}

.page-portfolio .project a:hover .photo img {
	opacity: 0.5;
	transform: scale(1.1);
}

.page-portfolio .project h5 {
	color: #333333;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.page-portfolio .project h4 {
	color: #333333;
	font-weight: 400;
}

.page-portfolio .project a:hover h4 {
	color: #ee3124;
}

.page-portfolio .project.logos-link a {
	display: block;
	position: relative;
}

.page-portfolio .project.logos-link h4 {
	color: #ffffff;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.page-portfolio .project.logos-link a:hover h4 {
	color: #ffffff;
}

.page-portfolio .project.logos-link .arrow {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
}

.page-portfolio .logo img {
	padding: 0 30px;
}

.page-portfolio-detail {
	padding-bottom: 50px;
}

.page-portfolio-detail .carousel-inner {
	padding: 0 60px;
}

.page-portfolio-detail .carousel-control-prev, .page-portfolio-detail .carousel-control-next {
	width: 32px;
}

.page-portfolio-detail .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.page-portfolio-detail .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.page-portfolio-detail .carousel-indicators {
	position: relative;
	margin-top: 1rem;
}

.page-portfolio-detail .carousel-indicators [data-bs-target] {
	background-color: #333333;
}

.page-portfolio-detail .gallery {
	padding: 0 50px;
}

.page-portfolio-detail .content .subheading {
	color: #333333;
	font-size: 0.8125rem;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.page-portfolio-detail .content h2 {
	color: #333333;
	line-height: 1.2;
	margin-bottom: 20px;
}

.page-portfolio-detail .content h3:not(.subheading) {
	color: #777777;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.page-portfolio-detail .content .nav-item {
	margin-top: 10px;
}

.page-portfolio-detail .content .nav-link {
	color: #333333;
	padding: 0;
}

.page-portfolio-related {
	color: #ffffff;
	background-color: #ee3124;
	padding: 50px 0;
}

.page-portfolio-related h3 {
	color: #ffffff;
	margin-bottom: 30px;
}

.page-portfolio-related .project .photo {
	overflow: hidden;
	margin-bottom: 24px;
}

.page-portfolio-related .project .photo img {
	transition: all 0.3s ease-out;
}

.page-portfolio-related .project a:hover .photo img {
	opacity: 0.5;
	transform: scale(1.1);
}

.page-portfolio-related .project h5 {
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.page-portfolio-related .project h5 a {
	color: rgba(255, 255, 255, 0.5);
}

.page-portfolio-related .project h5 a:hover {
	color: #ffffff
}

.page-portfolio-related .project h4 {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 400;
}

.page-portfolio-related .project a:hover h4 {
	color: rgba(255, 255, 255, 0.5);
}

.page-capabilities {
	padding-bottom: 50px;
}

.page-capabilities .accordion-item {
	border: none;
	border-radius: 0;
}

.page-capabilities .accordion-button {
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	border-radius: 0 !important;
	padding: 12px 0;
}

.page-capabilities .accordion-button:not(.collapsed) {
	color: #ee3124;
	background-color: transparent;
	box-shadow: none;
}

.page-capabilities .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ee2e24' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}

.page-capabilities .accordion-body {
	padding: 30px 0;
}

.page-capabilities-featured {
	padding-bottom: 50px;
}

.page-capabilities-featured .content {
	color: #ffffff;
	background: #666666 url(assets/images/featured_background_tile.png) repeat;
	padding: 50px 30px;
}

.page-capabilities-featured .content h3 {
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.page-capabilities-featured .content h2 {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}

.page-capabilities-featured .photo {
	height: 100%;
	margin-right: calc((-100vw + 200%) / 2);
}

.page-capabilities-industries {
	background-color: #ee3124;
	padding: 50px 0;
}

.page-capabilities-industries .heading {
	margin-bottom: 50px;
}

.page-capabilities-industries .heading h2 {
	color: #ffffff;
	padding: 0 50px;
}

.page-capabilities-industries i {
	color: rgba(255, 255, 255, 0.5);
	font-size: 4rem;
	transition: color .15s ease-in-out;
}

.page-capabilities-industries h3 {
	color: #ffffff;
	font-size: 1.125rem;
	margin-top: 20px;
}

.page-capabilities-industries a {
	display: block;
}

.page-capabilities-industries a:hover i {
	color: #ffffff;
}

.page-about {
	padding-bottom: 50px;
}

.page-about h3 {
	margin-bottom: 4px;
}

.page-about-featured .box {
	background: #666666 url(assets/images/featured_background_tile.png) repeat;
}

.page-about-featured .content {
	color: #ffffff;
	position: relative;
	padding: 50px 30px;
}

.page-about-featured .content h4 {
	color: #ffffff;
	background-color: #ee3124;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-90deg) translate(0, -100%);
	transform-origin: right top;
	padding: 16px 20px;
}

.page-about-featured .content h3 {
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.page-about-featured .content h2 {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}

.page-about-featured .content p {
	margin-bottom: 30px;
}

.page-about-featured .content p:last-of-type {
	margin-bottom: 0;
}

.page-about-featured .content .btn {
	font-size: 1.125rem;
}

.page-about-team {
	padding: 50px 0;
}

.page-about-team .heading {
	margin-bottom: 30px;
}

.page-about-team .heading h2 {
	font-size: 2rem;
}

.page-about-team .team .photo {
	overflow: hidden;
	margin-bottom: 24px;
}

.page-about-team .team .photo img {
	transition: all 0.3s ease-out;
}

.page-about-team .team a:hover .photo img {
	opacity: 0.5;
	transform: scale(1.1);
}

.page-about-team .team h4 {
	color: #333333;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 8px;
}

.page-about-team .team h5 {
	color: #333333;
	font-size: 0.8125rem;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.page-about-team .team a:hover h4 {
	color: #ee3124;
}

.offcanvas {
	background-color: #ee3124;
}

.offcanvas.offcanvas-end {
	width: 600px;
}

.offcanvas .btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.offcanvas-body {
	color: #ffffff;
	padding: 80px 50px;
}

.offcanvas-body .heading {
	margin-bottom: 50px;
}

.offcanvas-body h3 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 400;
}

.offcanvas-body h4 {
	color: #ffffff;
	font-size: 0.8125rem;
	line-height: 1.8;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.offcanvas-body h4 a {
	color: #ffffff;
}

.offcanvas-body h4 a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.offcanvas-body h5 {
	color: rgba(255, 255, 255, 0.65);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.offcanvas-body .social a {
	color: #ffffff;
}

.offcanvas-body .social a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.blog-content {
	padding-bottom: 100px;
}

.blog-content .archive-title {
	margin-bottom: 30px;
}

.blog-content .post .thumbnail {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-content .post .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

.blog-content .post a:hover .thumbnail img {
	opacity: 0.5;
	transform: scale(1.1);
}

.blog-content .post h4 {
	color: #333333;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 12px;
}

.blog-content .post h3 {
	color: #333333;
	font-weight: 400;
	letter-spacing: 0;
}

.blog-content .post a:hover h3 {
	color: #ee3124;
}

.blog-content .post h2 {
	margin-bottom: 30px;
}

.blog-content .post .photo {
	max-width: 100%;
	margin: 0 0 30px;
}

.blog-content .navigation {
	overflow: hidden;
	margin-top: 50px;
}

.blog-content .navigation .alignleft, .blog-content .navigation .alignright {
	margin: 0;
}

.blog-content .navigation a {
	color: #ffffff;
	background-color: #ee3124;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	display: inline-block;
	padding: 15px 40px;
}

.blog-content .navigation a:hover {
	background-color: #333333;
}

.blog-content .sidebar .widget {
	margin-bottom: 50px;
}

.blog-content .sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.blog-content .sidebar .widget label {
	display: none;
}

.blog-content .sidebar .searchform input {
	border: 1px solid #dddddd;
	height: 38px;
	width: calc(100% - 38px);
	padding: 0 10px;
	box-sizing: border-box;
}

.blog-content .sidebar .searchform button {
	color: #ffffff;
	background-color: #333333;
	border: none;
	float: right;
	width: 38px;
	height: 38px;
	padding: 0;
}

.blog-content .sidebar .searchform button .fa {
	line-height: 38px;
}

.blog-content .sidebar .searchform button span {
	display: none;
}

.blog-content .sidebar h4 {
	color: #000000;
	font-size: 1.125rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.blog-content .sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blog-content .sidebar li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 14px;
	margin-top: 14px;
}

.blog-content .sidebar li a {
	border-left: 3px solid #dddddd;
	padding-left: 14px;
	display: block;
}

.blog-content .sidebar li a:hover {
	color: #ee3124;
	border-left-color: #ee3124;
}

.blog-content .sidebar .form-select {
	padding: 0.5rem;
	border: 1px solid #dddddd;
	border-radius: 0;
}

.page-contact {
	padding-bottom: 50px;
}

.page-contact iframe {
	margin-bottom: 30px;
}

footer {
	color: #ffffff;
	background-color: #000000;
	padding: 50px 0;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #ee3124;
}

footer .footer h4 {
	color: #ffffff;
	font-size: 1.5rem;
	margin-bottom: 24px;
}

footer .footer {
	margin-bottom: 50px;
}

footer .footer-1 .logo {
	width: 200px;
	margin-bottom: 50px;
}

footer .footer-1 h3 {
	color: #999999;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 30px;
}

footer .footer-2 h3 {
	color: #999999;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 50px;
}

footer .footer-4 .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer-4 .menu-item {
	margin-bottom: 4px;
}

footer .footer-5 .nav-link {
	color: #ffffff;
	padding: 0;
	margin-right: 18px;
}

footer .footer-5 .nav-link:hover {
	color: #ee3124;
}

footer .copyright p {
	color: #999999;
	margin: 0;
}

.wpcf7 form label {
	color: #333333;
	font-size: 0.8125rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.wpcf7 form .form-control, .wpcf7 form .form-select {
	padding: 0.5rem;
	border: 1px solid #dddddd;
	border-radius: 0;
}

.wpcf7-not-valid-tip {
	margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar {
		padding: 36px 60px;
	}
	.navbar-brand img {
		width: 200px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.home-expertise {
		padding: 120px 0;
	}
	.home-expertise .content h2 {
		font-size: 3rem;
	}
	.home-expertise .content p {
		font-size: 1.5rem;
		margin-bottom: 50px;
	}
	.home-expertise .content .btn {
		font-size: 1.125rem;
	}
	.home-expertise .expertise .nav-link {
		font-size: 1.325rem;
		padding: 20px 120px 20px 30px;
	}
	.home-projects {
		padding: 120px 0;
	}
	.home-projects .heading {
		margin-bottom: 100px;
	}
	.home-projects .heading h3 {
		font-size: 2rem;
	}
	.home-projects .project h4 {
		font-size: 1.75rem;
	}
	.home-featured .box {
		padding: 0 0 0 calc((100vw - 100%) / 2);
		margin-left: calc((-100vw + 100%) / 2);
	}
	.home-featured .content {
		padding: 140px 160px 120px 0;
	}
	.home-featured .content h2 {
		font-size: 2.75rem;
		margin-bottom: 10px;
	}
	.home-featured .content .btn {
		font-size: 1.125rem;
	}
	.home-testimonials {
		padding: 140px 0;
	}
	.home-testimonials .carousel-item {
		padding: 0;
	}
	.home-testimonials .carousel-item p {
		font-size: 2rem;
	}
	.home-testimonials .carousel-item h3 {
		font-size: 1.75rem;
	}
	.home-blog {
		padding: 120px 0;
	}
	.home-blog .heading h2 {
		font-size: 3rem;
	}
	.home-blog .heading .btn {
		font-size: 1.125rem;
	}
	.home-blog .blog-post h3 {
		font-size: 2rem;
	}
	.page-header {
		padding: 100px 0 80px;
	}
	.page-header h1 {
		font-size: 5rem;
	}
	.page-header h2 {
		font-size: 1.25rem;
	}
	.page-portfolio {
		padding-bottom: 100px;
	}
	.page-portfolio .project-intro h3 {
		font-size: 2rem;
	}
	.page-portfolio .project h4 {
		font-size: 1.75rem;
	}
	.page-portfolio-detail .content h2 {
		font-size: 2.25rem;
	}
	.page-portfolio-detail .content h3:not(.subheading) {
		font-size: 1.25rem;
	}
	.page-portfolio-detail {
		padding-bottom: 100px;
	}
	.page-portfolio-related {
		padding: 100px 0;
	}
	.page-portfolio-related h3 {
		font-size: 2rem;
	}
	.page-capabilities {
		padding-bottom: 100px;
	}
	.page-capabilities .accordion-button {
		font-size: 1.5rem;
	}
	.page-capabilities-featured {
		padding-bottom: 100px;
	}
	.page-capabilities-featured .content {
		padding: 140px 160px 120px 160px;
	}
	.page-capabilities-featured .content h2 {
		font-size: 2.75rem;
		margin-bottom: 10px;
	}
	.page-capabilities-industries {
		padding: 80px 0 100px;
	}
	.page-capabilities-industries .heading h2 {
		font-size: 2.5rem;
		padding: 0;
	}
	.page-capabilities-industries .industries {
		padding: 0 100px;
	}
	.page-capabilities-industries h3 {
		font-size: 1.25rem;
	}
	.page-about {
		padding-bottom: 80px;
	}
	.page-about-featured .content {
		padding: 140px 160px 120px 0;
	}
	.page-about-featured .content h2 {
		font-size: 2.75rem;
		margin-bottom: 10px;
	}
	.page-about-featured .box {
		padding: 0 0 0 calc((100vw - 100%) / 2);
		margin-left: calc((-100vw + 100%) / 2);
	}
	.page-about-team {
		padding: 100px 0;
	}
	.page-about-team .heading {
		margin-bottom: 50px;
	}
	.page-about-team .heading h2 {
		font-size: 2.5rem;
	}
	.offcanvas-body h3 {
		font-size: 2.5rem;
	}
	.blog-content .post h3 {
		font-size: 2rem;
	}
	.blog-content .post h2 {
		font-size: 3rem;
	}
	.blog-content .post .photo {
		float: right;
		max-width: 50%;
		margin: 30px 0 30px 30px;
	}
	.page-contact {
		padding-bottom: 100px;
	}
	footer {
		padding: 120px 0;
	}
	footer .footer-2 h3 {
		font-size: 1.375em;
	}
	footer .footer-1 .logo {
		width: 260px;
	}
	footer .footer-1 h3 {
		font-size: 1.375em;
	}
	footer .footer-2 h3 {
		font-size: 1.375em;
	}
	footer .footer-4 .menu-item {
		font-size: 1.125rem;
	}
	footer .copyright p {
		font-size: 1.125rem;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-nav {
		padding-top: 0;
	}
	.navbar-nav .nav-item {
		margin: 0 30px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}