
@charset "UTF-8";

/*
Theme Name: 63visual
Theme URI:
Author: 63visual.com
Author URI:
Description:
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 63visual

*/

/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
	-webkit-text-size-adjust: none;
	height: 100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

iframe {
	vertical-align: top;
}

textarea:focus, input:focus, a, div, img {
	outline: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
	font-family: "Share Tech Mono", monospace;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.2;
	font-family: "Stardos Stencil", cursive;
	font-weight: 400;
}

.h1, h1 {
	font-size: 3.75em;
	line-height: 1.36;
	padding-bottom: 2em;
}

.h2, h2 {
	font-size: 3em;
	line-height: 1em;
	padding-bottom: 1em;
}

.h3, h3 {
	font-size: 2.25em;
	line-height: 1.25em;
	font-family: "Share Tech Mono", monospace;
	padding-bottom: 1em;
}

.h4, h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: "Share Tech Mono", monospace;
	padding-bottom: 1em;
}

.h5, h5 {
	font-size: 1.125em;
	line-height: 1em;
	font-family: "Share Tech Mono", monospace;
	padding-bottom: .5em;
}

.h6, h6 {
	font-size: 1.125em;
	line-height: 1em;
	font-family: "Share Tech Mono", monospace;
	padding-bottom: .5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

p {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 1em;
}

p a {
	color: #03f;
	text-decoration: underline;
}

ul {
	margin: 1em 0;
	margin-left: 20px;
	padding: 0;
}

ul li {
	font-family: "Share Tech Mono", monospace;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	padding-bottom: .5em;
}

ul li:last-child {
	padding-bottom: 0;
}

ul > li {
	list-style: outside disc;
}

ol {
	margin: 1em 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
}

ol li {
	font-family: "Share Tech Mono", monospace;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	padding-bottom: .5em;
}

ol > li {
	list-style: outside decimal;
}

blockquote {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	background: #f3f3f3;
	padding: 20px 20px;
	border-left: 4px solid #03f;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	font-style: italic;
	margin-bottom: 25px;
}

blockquote p {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

hr {
	border: 0 #e5e5e5 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 35px auto 10px;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

img[src$=".svg"] {
	width: 70%;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
	color: #03f;
	transition: background-color .3s ease 0s, color .3s ease 0s;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
label {
	color: #000;
}

input, textarea, button {
	font-family: "Share Tech Mono", monospace;
}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {
	-webkit-appearance: none;
	outline: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea {
	border: 1px solid #dedede;
	padding: 0 15px;
	color: #000;
	font-size: 1rem;
	height: 46px;
	font-weight: 400;
	width: 100%;
}

textarea {
	height: 150px;
	resize: none;
	overflow: auto;
	padding: 20px 15px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus {
	border-color: #66afe9;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	padding: 0 15px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.52857143;
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	color: #fff;
	background-color: #0eb769;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #66afe9;
	color: #fff;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	opacity: 1 !important;
	color: #000;
}

:-moz-placeholder {
	opacity: 1 !important;
	color: #000;
}

::-moz-placeholder {
	opacity: 1 !important;
	color: #000;
}

:-ms-input-placeholder {
	opacity: 1 !important;
	color: #000;
}

.form-group {
	margin-bottom: 30px;
}

/* button link */
.btn-link {
	color: #03f;
	text-transform: capitalize;
	font-size: 1.5em;
	line-height: 1.2;
	border-bottom: 2px solid #03f;
	margin-bottom: 2px;
}

.btn-link-sm {
	font-size: 1.125em;
}

.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}

.with-100 {
	width: 100%;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
	width: 100%;
	max-width: 100%;
	text-align: left;
}

.table-bordered th, .table-bordered td {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* main container */

/* html.menu-open,body.menu-open{overflow: hidden;} */
.wow {
	visibility: hidden;
}

body {
	position: relative;
}

.site-loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
}

.site-loading img {
	width: 120px;
}

.bodyimg {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 105px;
}

#wrapper {
	width: 100%;
	display: flex;
	min-height: 100%;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.main-container {
	width: 100%;
}

.container {
	max-width: 1230px;
}

section {
	position: relative;
}

.body-content ul, .body-content ol {
	margin-bottom: 20px;
}

.body-content ul ul, .body-content ul ol, .body-content ol ol, .body-content ol ul {
	margin-bottom: 0;
}

/* header */
.main-header {
	padding: 50px 0;
	width: 100%;
	height: auto;
}

.main-header .container {
	max-width: 1380px;
}

.main-header .brand img {
	width: 150px;
}

.main-header .header-container div {
	min-width: 30%;
}

ul.contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 18px;
}

ul.contact-info li {
	margin: 0;
	padding: 0 26px;
	list-style: none;
	vertical-align: middle;
	border-left: 1px solid #999;
	font-size: 16px;
	line-height: 18px;
	float: left;
}

ul.contact-info li:first-child {
	padding-left: 0;
	border: 0;
}

ul.contact-info li a {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: .8em;
}

ul.top-menu {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

ul.top-menu li {
	margin: 0 2px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

ul.top-menu li:first-child {
	margin-right: 15px;
}

ul.top-menu li:not(.fab) a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	text-decoration: underline;
}

ul.top-menu li:not(.fab) a:hover {
	color: #000;
}

ul.top-menu li.fab a {
	font-size: 0;
	line-height: normal;
	position: absolute;
	width: 100%;
	height: 100%;
}

ul.top-menu li.fab {
	width: 24px;
	height: 24px;
	background: #0f39f3;
	border-radius: 100%;
	color: #fff;
}

ul.top-menu li.fab:hover {
	background: #000;
}

.hamburger-icon {
	width: 30px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #03f;
	text-transform: uppercase;
	cursor: pointer;
}

.hamburger-icon img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}

.navigation-block ul.navigation li {
	transform: translatex(200px);
}

.navigation-block.is-open ul.navigation li {
	transform: translatex(0px);
	transition: ease-in-out .5s all;
}

/* responsive nav for small devices */
.hamburger {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	text-align: center;
	background-color: transparent;
}

.hamburger:not(.close) {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
}

.hamburger:hover, .hamburger:focus {
	background-color: transparent;
	outline: none;
}

.hamburger .line {
	width: 30px;
	height: 4px;
	background-color: #e67e22;
	display: block;
	margin: 6px auto;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger.close {
	padding: 10px;
}

.hamburger.close .wrap {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
}

.hamburger.close .line {
	margin: 0;
	width: 100%;
	position: absolute;
	top: calc(50% - 2px);
	transform: rotate(45deg);
	background-color: #fff;
}

.hamburger.close .line:last-child {
	transform: rotate(-45deg);
}

#menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80%;
	height: 100%;
	background-color: #3ab4a6;
	max-width: 450px;
	transition: all .3s ease-in-out;
	z-index: 999;
}

#mobilenav.is-open #menu {
	left: 0;
}

#mobilenav .nav-logo {
	padding: 15px;
}

#mobilenav ul, #mobilenav li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#mobilenav ul ul {
	display: none;
}

#mobilenav .caret {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	right: 2px;
	cursor: pointer;
}

#mobilenav .caret:not(.trigger-caret) {
	pointer-events: none;
}

#mobilenav .caret:before, #mobilenav .caret:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #fff;
}

#mobilenav .caret:after {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: all .2s ease;
}

#mobilenav .is-open > .caret:after {
	transform: rotate(0);
}

#mobilenav ul a {
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #3ab4a6;
	border-bottom: 1px solid #fff;
}

#mobilenav .has-sub>a {
	padding-right: 40px;
}

#mobilenav li li a {
	padding-left: 30px;
	font-size: 14px;
	text-decoration: none;
	color: #ddd;
	background: #49505a;
}

#mobilenav li li li a {
	padding-left: 50px;
}

#mobilenav .nav-backdrop {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in;
}

#mobilenav.is-open .nav-backdrop {
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

#mobilenav .menu-outer {
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	padding-bottom: 60px;
}

/* nav */
.navigation-block {
	width: 58%;
	position: fixed;
	top: 0;
	height: 100vh;
	background: rgba(0, 0, 0, .9);
	z-index: 9;
	right: -100%;
	transition: all .7s ease-in-out;
}

.navigation-block.is-open {
	right: 0;
}

.navigation-block .row {
	max-width: 765px;
}

.navigation-block .menu-area {
	padding: 53px 74px;
}

.navigation-block .menu-area .nav-brand {
	width: 150px;
	display: inline-block;
}

.navigation-block .menu-area ul.top-menu li:not(.fab) a {
	display: none;
}

.navigation-block ul.navigation {
	width: 100%;
	height: auto;
	margin: 75px 0;
	padding: 0;
}

.navigation-block ul.navigation li {
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
	opacity: 0;
}

.navigation-block.is-open ul.navigation li {
	opacity: 1;
}

.navigation-block ul.navigation li a {
	font-size: 36px;
	line-height: 46px;
	color: #06f;
}

.navigation-block ul.navigation li a:hover, .navigation-block ul.navigation li.current-menu-item a, .navigation-block ul.navigation li.current_page_parent a {
	color: #fff;
	text-decoration: underline;
}

.navigation-block .footer-txt p {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	color: #fff;
}

.navigation-block .footer-txt p a {
	color: #fff;
	text-decoration: none;
}

.navigation-block .footer-txt p a:hover {
	color: #06f;
}

.navigation-block .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

.navigation-block .close-btn img {
	width: 29px;
	height: 29px;
}

.navigation-block .menu-area {
	max-height: calc(100vh - 30px);
	overflow-y: auto;
	overflow-x: hidden;
}

/* footer */
.site-footer {
	width: 100%;
	height: auto;
	padding: 65px 0;
}

.site-footer .container {
	max-width: 1350px;
}

.site-footer .brand {
	width: 205px;
	display: block;
	margin: 0 auto;
}

.site-footer .footer-top {
	padding: 0 0 45px;
}

.site-footer .footer-bottom {
	text-align: center;
}

.site-footer .footer-bottom p {
	padding: 0;
}

/*--------- home page ------------*/

/* banner part */
.section-heading {
	position: relative;
	height: calc(100vh - 148px);
}

.section-heading .container {
	height: calc(100% - 148px);
}

.section-heading .container .row {
	height: 100%;
}

.section-heading .heading h1 {
	padding: 30px 0;
	position: relative;
}

.section-heading .heading h1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 5px;
	background: #090909;
}

.section-heading .heading h1:after, .heading h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 5px;
	background: #090909;
}

.scroll-down {
	position: absolute;
	width: 60px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	padding: 0 0 20px;
	text-transform: uppercase;
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}

.scroll-down:after {
	content: "^";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	line-height: normal;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	text-decoration: none;
}

.scroll-down:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	left: 0px;
	right: 0px;
	margin: 0px;
	bottom: 20px;
}

.scroll-down:hover {
	color: #03f;
	text-decoration: none;
}

.scroll-down:hover:before {
	background-color: #03f;
}

[class*="head-rotate-"] {
	position: absolute;
	width: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	z-index: 2;
}

.head-rotate-left {
	top: 0;
	left: 0px;
	padding-left: 10px;
}

[class*="head-rotate-"] h3 {
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1em;
}

.head-rotate-left h3 {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.head-rotate-right {
	top: 0;
	right: 0;
	padding-right: 10px;
}

.head-rotate-right h3 {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.heading h2 {
	padding: 0 0 45px;
	position: relative;
	margin: 0 0 60px;
}

.heading.text-center {
	position: relative;
}

.heading.text-center h2:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.heading.text-center .link {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 24px;
	line-height: 28px;
}

.full-width .text-center h4, .full-width .text-center p {
	max-width: 785px;
	margin: 0 auto;
}

.full-width .text-center h4 a {
	color: #03f;
	text-decoration: underline;
}

.full-width .text-center h4 a:hover {
	color: #000;
}

/* .our-studio{padding: 45px 0 25px;} */
.our-expertise {
	padding: 45px 0;
}

.our-expertise .row .col-4:first-child, .our-expertise .row .col-4:nth-child(2), .our-expertise .row .col-4:nth-child(3) {
	margin: 0;
}

.our-expertise .our-expertise-box {
	margin-bottom: 60px;
}

.lets-connect {
	padding: 40px 0;
	background: url("https://patrickcarterdesign.com/nitropack_static/LYfZpcARJfYcgEHwWfVYqLdieYVyGkSg/assets/images/optimized/rev-77592cf/patrickcarterdesign.com/wp-content/uploads/2025/07/1963-beetle-ragtop.jpg") left center no-repeat;
}

.lets-connect.nitro-lazy {
	background: none !important;
}

.lets-connect .socials {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lets-connect .socials li {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.lets-connect .socials li:first-child {
	margin: 0;
}

.lets-connect .socials li a {}

.get-touch {
	margin: 45px 0 0;
	padding: 45px 0;
	background: #ededed url("https://patrickcarterdesign.com/nitropack_static/LYfZpcARJfYcgEHwWfVYqLdieYVyGkSg/assets/images/optimized/rev-77592cf/patrickcarterdesign.com/wp-content/themes/63visual/assets/images/63-icon.png") right center no-repeat;
}

.get-touch.nitro-lazy {
	background: none !important;
}

.get-touch #map, .get-touch .map-image {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.get-touch .heading h2 {
	margin: 0 0 .7em;
	padding: 0 0 .5em;
}

.get-touch h4 {
	padding: 0 0 .5em;
}

.get-touch ul.top-menu {
	justify-content: flex-start;
	margin: 0 0 1em;
}

.get-touch ul.top-menu li:not(.fab) {
	order: 5;
	display: none;
}

.get-touch p {
	font-size: 1.1em;
	line-height: 1.8em;
}

.get-touch a.quotelink {
	font-size: 1.1em;
	line-height: 1.8em;
}

.get-touch .map-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-base {
	height: 450px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-top: 40px;
}

.experience {
	padding: 80px 0 40px;
}

.experience .brand-logos {
	list-style: none;
}

.experience .brand-logos li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 0 50px;
	cursor: pointer;
}

.experience .brand-logos li img {
	opacity: .3;
}

.experience .brand-logos li:hover img {
	opacity: 1;
}

.experience .bottom-txt {
	margin: 35px 0 0;
}

.experience .bottom-txt p {
	margin: 0;
	padding: 0;
}

.leadership {
	padding: 40px 0;
}

.leadership ul {
	margin: 0;
}

.leadership ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}

.leadership ul.members li {
	padding: 0 30px;
}

.leadership ul.members li:first-child {
	padding-left: 0;
}

.leadership ul.members li:last-child {
	padding-right: 0;
}

.leadership ul.members li img {
	width: 100%;
}

.leadership ul.members li h4 {
	padding: 0 0 .125em;
}

.leadership ul.members li p {
	padding: 0 0 .5em;
}

.leadership ul.socials {}

.leadership ul.socials li {
	vertical-align: top;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
}

.leadership ul.socials li:first-child {
	padding-left: 0;
}

.leadership ul.socials li:first-child::before {
	display: none;
	margin: 0;
}

.leadership ul.socials li a {
	font-size: 13px;
}

.leadership ul.socials li::before {
	content: "-";
	color: #000;
	font-size: 10px;
	margin: 0 5px;
}

.on-scroll-effects {
	position: relative;
	margin: 0 0 25px;
	overflow: hidden;
}

.on-scroll-effects img {
	transform: translateY(100%);
	transition: ease-in-out .4s all;
}

.on-scroll-effects.scroll-effect img {
	transform: translateY(0%);
}

.work-list {
	padding-top: 50px;
}

.work-list [class*="col-"], .featured-project [class*="col-"] {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.work-list [class*="col-"] .work-description {
	position: absolute;
	left: 0;
	bottom: -100%;
	opacity: 0;
	transition: all ease .2s;
	background: rgba(15, 57, 243, .9);
	width: 100%;
	height: 100%;
	padding: 60px 50px;
	box-sizing: border-box;
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
}

.work-list [class*="col-"] .work-description h3 {
	font-family: "Stardos Stencil", cursive;
	color: #fff;
	width: 100%;
	padding: 0 0 25px;
	margin: 0 0 25px;
	position: relative;
	line-height: 1em;
}

.work-list [class*="col-"] .work-description h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 5px;
	background: #fff;
}

.work-list [class*="col-"] .work-description ul {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.work-list [class*="col-"] .work-description ul li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	position: relative;
}

.work-list [class*="col-"] .work-description ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 2px;
	height: 2px;
	background: #fff;
}

.work-list [class*="col-"] .work-description ul li:first-child {
	padding-left: 0;
}

.work-list [class*="col-"] .work-description ul li:last-child:before {
	display: none;
}

.work-list [class*="col-"] .work-description ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.work-list [class*="col-"] .work-description .link {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	text-decoration: underline;
	text-transform: capitalize;
}

.work-list [class*="col-"] .work-description .link:hover {
	opacity: .6;
	text-decoration: none;
}

.work-list [class*="col-"] img {
	width: 100%;
	height: 100%;
	transition: all ease 1.2s;
	object-fit: cover;
	display: inline;
}

.work-list [class*="col-"]:hover img, .featured-project .col-12 [class*="col-"]:hover img {
	transform: scale(1.1);
}

.work-list [class*="col-"]:hover .work-description {
	bottom: 0;
	opacity: 1;
}

.work-detail {
	padding: 70px 0;
}

.work-detail h2 {
	padding: 0;
	margin: 0 0 25px;
}

.work-detail h2:after {
	display: none;
}

.work-detail p.services {
	font-size: .8em;
}

.work-detail p.services a {
	position: relative;
	margin: 0 0 0 10px;
}

.mockup_images {}

.mockup_images .col-12 {
	padding: 0;
}

.mockup_images .mobkup-img {
	padding: 0 !important;
}

.mockup_images .mobkup-img img {
	width: 100%;
	height: auto;
}

.mockup_images .description, .featured-project .description {
	padding: 50px 0 25px;
}

.mockup_images .description p, .featured-project .description p {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 32px;
}

.process_block {
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.process_block:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	background: #090909;
}

.process_block .process-list {
	justify-content: center;
}

.process_block .process-list [class*="col-"] {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
}

.process_block .process-list [class*="col-"] span.number {
	display: flex;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #231f20;
	text-align: center;
	font-family: "Stardos Stencil", cursive;
	color: #fff;
	font-size: 18px;
	justify-content: center;
	align-items: center;
}

.process_block .process-list [class*="col-"] .process-img {
	display: flex;
	width: 100%;
	min-height: 160px;
	align-items: center;
	justify-content: center;
}

.process_block .process-list [class*="col-"] h4, .process_block .process-list [class*="col-"] p {
	padding: 0;
}

.featured-project {
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.featured-project:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	background: #090909;
}

.page-heading h1 {
	padding: 0 0 1rem;
	margin: 0 0 2.5rem;
	position: relative;
}

.page-heading h1:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 5px;
	left: 0;
	bottom: 0;
	background: #090909;
}

.page-heading p {
	font-size: 1.5rem;
}

.news-list .first-row {
	padding: 0 1.875rem 3.75rem;
	width: 100%;
}

.news-list .first-row h3 {
	line-height: 3rem;
	padding: 0 0 1rem;
	margin: 0;
}

.news-list .first-row h3 a, .news-list .first-row .author a:hover {
	color: #03f;
}

.news-list .first-row h5 {
	padding: 0;
	margin: 1.5rem 0;
	line-height: 1.5rem;
}

.news-list .first-row .author a {
	color: inherit;
}

.news-list [class*="col-"] .blog-content {
	padding: 20px 0;
	margin: 0 0 25px;
	word-break: break-word;
}

.news-list [class*="col-"] .blog-content h6 a {
	color: #03f;
	line-height: normal;
}

.news-list [class*="col-"] .blog-content p {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 1em;
	padding: 0;
}

.categories a, span.author a {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: inline-block;
	position: relative;
	font-size: 1rem;
	text-decoration: underline;
}

.categories a:hover, span.author a:hover {
	color: #000;
}

.categories a:after, span.author a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 9px;
	width: 2px;
	height: 2px;
	background: #03f;
}

.categories a:last-child, span.author a:last-child {
	padding-right: 0;
}

.categories a:last-child:after, span.author a:last-child:after {
	padding: 0;
	display: none;
}

.single-post h2 {
	font-family: "Share Tech Mono", monospace;
	padding: 0 0 .5em;
}

.post-title {
	font-family: "Share Tech Mono", monospace;
	font-size: 2.25rem;
	color: #03f;
	padding: 0;
	margin: 1em 0;
}

span.author {
	margin: 0 0 1em;
	display: block;
}

span.author a[rel="author"] {
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: none;
}

.post-sidebar .widget-title {
	padding: 0 0 .5em;
	position: relative;
	font-family: "Stardos Stencil", cursive;
	margin: 0 0 1em;
}

.post-sidebar .widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 5px;
	background: #090909;
}

.post-sidebar .widget-block {
	margin: 0 0 2em;
}

.post-sidebar .widget-block .categories {
	margin: 0;
	padding: 0;
}

.post-sidebar .widget-block .categories li {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
}

.post-sidebar .widget-block .categories li:first-child {
	margin: 0;
}

.post-sidebar .widget-block .categories li a {
	font-size: 1.125em;
	text-decoration: none;
	font-weight: normal;
}

.post-sidebar .widget-block #sb_instagram {
	padding: 0 !important;
}

.post-sidebar .widget-block #sb_instagram #sbi_images {
	padding: 0 !important;
}

.related-post {
	margin: 70px 0 0;
}

.btn-link {
	overflow: hidden;
	position: relative;
	display: inline-block;
	border: 0;
	padding: 10px;
	margin-left: -10px;
}

.btn-link span {
	display: block;
	border-bottom: 2px solid #03f;
	padding: 0 0 2px;
}

.btn-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #03f;
	color: #fff;
	transition: all ease .3s;
}

.btn-link:hover:before {
	left: 0;
}

.btn-link:hover {
	color: #fff;
}

/* Animation CSS */
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* contact form css */
.form-quote .heading h3 {
	font-family: "Stardos Stencil", cursive;
	line-height: 1.38;
}

.get-a-quote-form .gaq-col.select-col {
	margin-bottom: 15px;
}

/* .get-a-quote-form .gaq-col.select-col, .get-a-quote-form .gaq-col.select-col * {
    height: 50px;
} */
.get-a-quote-form {
	flex-direction: column;
	max-width: 500px;
	margin: auto !important;
}

.get-a-quote-form .form-control input {
	border: none;
	border-bottom: 2px solid #d0d0d0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #707070;
}

.get-a-quote-form .form-control input::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #707070;
}

.get-a-quote-form select {
	width: 100%;
	padding: 14px 18px;
	border: 3px solid #d0d0d0;
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	display: none;
}

.get-a-quote-form select option {
	padding-bottom: 15px;
	background: transparent;
}

.get-a-quote-form select option:last-child {
	padding-bottom: 0;
}

.get-a-quote-form .gaq-col .form-control .btn-submit p {
	padding: 0;
	text-align: end;
	display: inline-flex;
	justify-content: flex-end;
	flex-direction: column;
	position: relative;
}

.get-a-quote-form .gaq-col .form-control .btn-submit p::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 20%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #0f39f3;
	border-bottom: 2px solid #0f39f3;
	transform: rotate(-45deg);
	transition: .3s ease all;
}

.get-a-quote-form .btn-submit {
	text-align: end;
}

.get-a-quote-form .btn-submit input {
	font-size: 24px;
	background: transparent;
	color: #0f39f3;
	border-color: #0f39f3;
	text-transform: capitalize;
	transition: .3s ease all;
	transition: .3s ease all;
	padding-right: 30px;
}

.get-a-quote-form .btn-submit p:hover input {
	color: #707070;
	border-color: #707070;
	background: transparent;
}

.get-a-quote-form .btn-submit p:hover::before {
	border-right: 2px solid #707070 !important;
	border-bottom: 2px solid #707070 !important;
	right: 0 !important;
}

.get-a-quote-form .form-control .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}

.form-id .wpcf7-response-output {
	max-width: 500px;
	margin-left: auto !important;
	margin-right: auto !important;
}

form.sent .get-a-quote-form {
	display: none;
}

form.sent .get-a-quote-form+.wpcf7-response-output {
	border-color: #46b450;
	padding: 30px 20px;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize;
	max-width: 500px;
	color: #46b450;
	margin: auto;
}

ul.select2-selection__rendered {
	margin: 0;
	width: 100%;
	border: 3px solid #d0d0d0;
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	list-style: none;
}

ul.select2-selection__rendered li {
	list-style: none;
}

ul.select2-selection__rendered li input {
	border-radius: 0;
}

.selection span.select2-selection__clear {
	display: none;
}

.select2-container {
	width: 100%;
	max-width: 500px;
	background: #eaeeff;
}

.select2-container ul {
	margin: 0;
	padding: 0;
}

.select2-container ul li {
	list-style: none;
	padding-left: 30px !important;
	position: relative;
	cursor: pointer !important;
	font-size: 14px;
	line-height: 1.35;
	padding-bottom: 0 !important;
	margin-bottom: 15px;
	text-transform: capitalize;
	color: #0f39f3;
}

.select2-container ul li:last-child {
	margin-bottom: 0;
}

.select2-container ul li.select2-results__option--highlighted::after {
	opacity: 1;
	visibility: visible;
}

.select2-container ul li.select2-results__option--highlighted {
	background: transparent !important;
	color: #0f39f3;
}

.select2-container ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 2px solid #0f39f3;
	border-radius: 5px;
}

.select2-container ul li::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 14px;
	width: 6px;
	height: 6px;
	background-color: #0f39f3;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}

.select2-container ul li[aria-selected="true"]::after {
	opacity: 1;
	visibility: visible;
}

.gaq-col.select-col p {
	padding-bottom: 0;
}

.select2-container--open ul {
	border-color: #0f39f3 !important;
	background: #eaeeff !important;
	padding-bottom: 3px !important;
}

.select2-container--open.select2-container--below ul.select2-selection__rendered {
	border-bottom: 0 !important;
	overflow: visible !important;
}

.select2-container--open .selection ul li.select2-search {
	border-color: #eaeeff;
}

.select2-container--open .selection ul li.select2-search input {
	background: #eaeeff;
}

.select2-container--open .selection ul.select2-selection__rendered:after {
	transform: rotate(-45deg) translateY(-50%);
}

.select2-container--open .selection ul li.select2-search input::placeholder {
	color: #0f39f3 !important;
}

.selection ul {
	display: flex;
	flex-wrap: wrap;
}

.selection ul li {
	padding: 0 !important;
	height: auto;
	list-style: none;
	position: relative;
	cursor: pointer;
}

.selection ul li.select2-selection__choice:hover {
	color: #0f39f3;
}

.selection ul li.select2-search {
	margin: 0;
	position: relative;
	float: unset !important;
	display: flex;
}

span.select2-selection.select2-selection--multiple {
	border: none;
}

.get-a-quote-form ul.select2-selection__rendered {
	position: relative;
	padding: 0 40px 0 15px !important;
}

.get-a-quote-form ul.select2-selection__rendered li.select2-selection__choice span {
	font-size: 16px;
}

.get-a-quote-form ul.select2-selection__rendered li.select2-selection__choice {
	margin: 5px 15px 5px 0 !important;
	font-size: 16px;
	color: #707070;
	display: flex;
	align-items: center;
	padding-right: 10px !important;
}

.select2-container ul li span {
	font-size: 24px !important;
	border-radius: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	max-height: 18px !important;
	margin-right: 4px !important;
}

.selection ul.select2-selection__rendered:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 43%;
	transform: rotate(45deg) translateY(-50%);
	border-right: 3px solid #0f39f3;
	border-bottom: 3px solid #0f39f3;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
	border: none !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.select2-dropdown.select2-dropdown--below {
	border: 0 !important;
	border-radius: 0 !important;
}

.select2-dropdown.select2-dropdown--above {
	border: 0 !important;
	border-radius: 0 !important;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
	color: #0f39f3 !important;
	background-color: transparent !important;
}

.selection ul li.select2-search input {
	border: none !important;
	cursor: pointer;
	box-shadow: none;
	margin-top: 0 !important;
}

.selection ul li.select2-search input::placeholder {
	font-size: 16px;
	color: #707070 !important;
	font-family: "Share Tech Mono", monospace;
}

.selection li::before, .selection li::after {
	display: none;
}

.select2-container ul.select2-results__options {
	border: 3px solid #0f39f3;
	border-top: 0;
	padding: 10px 15px 15px !important;
	max-height: 300px !important;
}

.select2-container .select2-dropdown--above ul.select2-results__options {
	border-top: 3px solid #0f39f3;
	border-bottom: 0;
}

.select2-container--open.select2-container--above ul {
	padding-bottom: 0 !important;
	padding-top: 3px !important;
	border-top: 0;
}

/* form css end */

/* Fluent Form */
.form-quote .fluentform {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.form-quote .fluentform .ff-el-recaptcha {
	display: flex;
	justify-content: flex-end;
}

.form-quote .select2-selection.select2-selection--single {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 50px !important;
	text-align: left;
}

.form-quote .select2-selection__placeholder {
	color: #707070 !important;
}

.form-quote .select2::after {
	border: none;
}

.form-quote .select2.select2-container--open .select2-selection {
	border-color: #0f39f3;
}

.form-quote .select2.select2-container--open .select2-container::after {
	transform: rotate(314deg) translateY(-50%);
}

.form-quote .select2-container--bootstrap4.select2-container--focus .select2-selection {
	border: 3px solid #d0d0d0 !important;
}

.form-quote .select2-container--bootstrap4 .select2-selection {
	border: 3px solid #d0d0d0;
	border-radius: 0;
}

.form-quote .select2-selection__arrow {
	display: none;
}

.form-quote .select2-selection__rendered {
	padding: 0 40px 0 15px !important;
}

.form-quote input[type=text], .form-quote input[type=email], .form-quote textarea {
	border-radius: 0 !important;
	border: 0 !important;
	border-bottom: 2px solid #d0d0d0 !important;
	padding-left: 0 !important;
	font-family: "Share Tech Mono", monospace !important;
	color: #707070 !important;
}

.form-quote input[type=text]::placeholder, .form-quote input[type=email]::placeholder, .form-quote textarea::placeholder {
	color: #707070 !important;
}

.form-quote textarea {
	min-height: 46px !important;
	height: 46px;
}

.form-quote .ff-btn {
	font-size: 24px !important;
	background: transparent !important;
	color: #0f39f3 !important;
	border: 0;
	border-bottom: 2px solid #0f39f3 !important;
	text-transform: capitalize !important;
	transition: .3s ease all;
	transition: .3s ease all;
	padding-right: 30px;
	padding: 0 !important;
	border-radius: 0 !important;
	padding-right: 30px !important;
	transition: .3s !important;
}

.form-quote .ff-btn::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 45%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #0f39f3;
	border-bottom: 2px solid #0f39f3;
	transform: rotate(-45deg) translateY(-50%);
	transition: .3s ease all;
}

.form-quote .ff-btn:hover::before {
	right: 0;
	border-color: #707070;
}

.form-quote .ff-btn:hover {
	color: #707070 !important;
	border-bottom: 2px solid #707070 !important;
}

.form-quote .fluentform .choices[data-type*=select-multiple]:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 44%;
	transform: rotate(45deg) translateY(-50%);
	border-right: 3px solid #0f39f3;
	border-bottom: 3px solid #0f39f3;
	border-left: 0;
	border-top: 0;
	margin-top: 0;
}

.form-quote .fluentform .choices[data-type*=select-multiple] .choices__input {
	width: 100% !important;
	border-bottom: 0 !important;
	padding: 0 40px 0 15px !important;
	min-width: auto !important;
}

.form-quote .fluentform .choices[data-type*=select-multiple].is-open:after {
	border-color: #0f39f3;
}

.form-quote .fluentform .frm-fluent-form .choices[data-type*=select-multiple] .choices__inner {
	padding: 0 !important;
}

.form-quote .fluentform .select2-container {
	top: 0;
}

.form-quote .fluentform .choices__list--dropdown .choices__item--selectable {
	position: relative !important;
	text-align: left;
	padding: 6px 12px 0 30px !important;
	margin-bottom: 15px !important;
	min-height: auto !important;
}

.form-quote .fluentform .choices__list--dropdown .choices__item--selectable:last-child {
	margin-bottom: 0 !important;
}

.form-quote .fluentform .choices__list--dropdown .choices__item--selectable::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 2px solid #0f39f3;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.form-quote .fluentform .choices__list--dropdown .choices__item--selectable::before {
		top: 4px !important;
	}
}

.form-quote .fluentform .choices__list--dropdown .choices__list {
	padding: 10px 15px 15px;
}

.form-quote .fluentform .choices__list--multiple .choices__item {
	position: relative;
	border-radius: .2rem !important;
	display: inline-flex !important;
	flex-direction: row-reverse !important;
	padding-left: 18px !important;
	margin-top: 10px;
}

.form-quote .fluentform .choices[data-type*=select-multiple] .choices__button {
	position: absolute !important;
	left: 4px;
	border-left: 0 !important;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 !important;
	height: auto;
	margin-left: 0 !important;
	margin-bottom: 4px;
}

.form-quote .fluentform .choices {
	margin-bottom: 0 !important;
}

.form-quote .fluentform .choices__inner {
	border: 3px solid #d0d0d0 !important;
	border-radius: 0 !important;
}

.form-quote .fluentform .choices.is-open .choices__inner {
	border-color: #0f39f3 !important;
	border-bottom: 0 !important;
}

.form-quote .fluentform .choices__list--dropdown {
	border: 3px solid #0f39f3 !important;
	border-top: 0 !important;
}

.form-quote .fluentform .choices[data-type*=select-multiple].is-open:after {
	margin-top: -.5px !important;
}

.form-quote .fluentform .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: transparent !important;
}

.form-quote .fluentform .select2-container {
	display: none;
}

.form-quote .fluentform .choices__list--multiple {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

/* Fluent Form End */

/*/ ie10 and IE11 /*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.head-rotate-right {
		right: 30px;
	}
	
	.head-rotate-left {
		left: 30px;
	}
	
	.head-rotate-left h3 {
		left: 0px;
		position: absolute;
		transform-origin: left center;
	}
	
	.head-rotate-right h3 {
		right: 0px;
		position: absolute;
		transform-origin: right center;
	}
}

/* back to top button */
#return-to-top {
	position: fixed;
	bottom: 140px;
	right: 2.5%;
	display: block;
	text-decoration: none;
	border: 3px solid #000;
	display: none;
	padding: 12px 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#return-to-top img {
	transform: rotate(90deg);
	height: 20px;
	width: 100%;
}

#featured-brand-development-projects .featured-img {
	position: relative;
}

#featured-brand-development-projects .featured-img:before {
	display: block;
	content: "";
	padding-top: calc(565 / 751 * 100%);
}

#featured-brand-development-projects.featured-project [class*=col-] img {
	width: 100%;
	height: 100%;
	transition: all ease 1.2s;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/* .featured-project:not(#featured-brand-identity-projects) .featured-img {position: relative;}
.featured-project:not(#featured-brand-identity-projects) .featured-img:before {display: block;content: "";padding-top: calc(565 / 751 * 100%);}
.featured-project:not(#featured-brand-identity-projects) [class*=col-] img {width: 100%;height: 100%;transition: all ease 1.2s;object-fit: cover;position: absolute;left: 0;top: 0;} */
.featured-project .featured-img img {
	transition: all ease 1.2s;
}

.content-area {
	word-break: break-word;
}

@media (max-width: 575px) {
	.select2-container {
		max-width: 300px;
	}
	
	.get-a-quote-form {
		max-width: 300px;
	}
	
	.select2-container ul.select2-results__options {
		min-width: 300px !important;
	}
	
	.selection ul li.select2-search input::placeholder {
		font-size: 12px;
	}
	
	.get-a-quote-form .form-control input::placeholder {
		font-size: 12px;
	}
}
