@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
  *,
::after,
::before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
margin-top: 0;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
b,
strong {
font-weight: bolder;
}
img,
svg {
vertical-align: middle;
}
[hidden] {
display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.d-none {
display: none !important;
}
@media (min-width: 1201px) {
.d-xl-none {
display: none !important;
}
.d-xl-block {
display: block !important;
}
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.l-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem; background-color: white;
z-index: 10000000;
height: fit-content;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-brand img {
max-width: 100%;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
color: rgba(6, 47, 74, 0.7);
}
.navbar-nav .dropdown-menu {
position: absolute;
padding: 0.5rem;
list-style: none;
background-color: rgba(191, 191, 191, 0.12368697478991597);
border-radius: 5px;
left: 0.5rem;
min-width: calc(100% - 1rem);
}
.menu-item {
position: relative;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
overflow: hidden;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (max-width: 1200px) {
.navbar-collapse {
max-height: 0;
transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.navbar-collapse.active {
max-height: 100vh;
transition: 0.5s;
}
.navbar-nav .nav-link {
width: fit-content;
}
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
.menu-item {
position: relative;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
padding: 0.5rem;
list-style: none;
background-color: rgba(191, 191, 191, 0.12368697478991597);
border-radius: 5px;
left: 0.5rem;
min-width: calc(100% - 1rem);
display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.active {
display: block;
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
.navbar-expand-sm .offcanvas-header {
display: none;
}
.navbar-expand-sm .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-sm .offcanvas-bottom,
.navbar-expand-sm .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-sm .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
.navbar-expand-md .offcanvas-header {
display: none;
}
.navbar-expand-md .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-md .offcanvas-bottom,
.navbar-expand-md .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-md .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navbar-expand-lg .offcanvas-header {
display: none;
}
.navbar-expand-lg .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-lg .offcanvas-bottom,
.navbar-expand-lg .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-lg .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
.navbar-expand-xl .offcanvas-header {
display: none;
}
.navbar-expand-xl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-xl .offcanvas-bottom,
.navbar-expand-xl .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
.navbar-expand-xxl .offcanvas-header {
display: none;
}
.navbar-expand-xxl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-xxl .offcanvas-bottom,
.navbar-expand-xxl .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xxl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-expand .offcanvas-header {
display: none;
}
.navbar-expand .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: 0.25;
}input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
outline: none !important;
box-shadow: none !important;
}
button:hover {
cursor: pointer;
}
.light-blue {
color: #62b9e9;
}
a:hover,
a {
text-decoration: none;
}
.font-sm {
font-size: 14px;
line-height: 24px;
}
h1,
h2 {
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
h3 {
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-size: 25px;
}
h4,
h5,
h6,
a,
li {
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}
p {
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: rgba(6, 47, 74, 0.7);
font-size: 18px;
line-height: 28px;
}
.caveat {
font-family: "Caveat", cursive;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 24px;
}
button {
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
padding: 15px 35px;
border: 1px solid;
border-radius: 0;
transition: 0.3s;
font-size: 16px;
}
button:hover {
transition: 0.3s;
}
.dark-blue-btn {
background-color: #0a304a;
color: white;
border-color: #0a304a;
}
.serv-blue-btn {
background-color: #1f64a5;
color: white;
border-color: #1f64a5;
}
.dark-blue-btn:hover {
background-color: white;
color: #0a304a;
border-color: #0a304a;
}
.light-blue-btn {
background-color: #62b9e9;
color: white;
border-color: #62b9e9;
}
.light-blue-btn:hover {
background-color: white;
color: #62b9e9;
border-color: #62b9e9;
}
.light {
font-weight: 300 !important;
}
.xlight {
font-weight: 200 !important;
}
.hero-qr img {
background: white;
padding: 5px;
}
.hero-qr {
padding-left:20px;
} textarea {
max-width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #062f4a !important;
}
.wpcf7 form .wpcf7-response-output {
border: 2px solid #062f4a !important;
background: #062f4a !important;
color: white !important;
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
padding: 10px !important;
}
.contact-title {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 50px;
margin-bottom: 10px;
}
.check-deets {
display: flex;
align-items: center;
}
.check-deets img {
margin-right: 10px;
}
.check-deets p {
margin-bottom: 0;
font-size: 16px;
}
.page-template-contact header {
position: static;
}
.contact-form > p {
margin-bottom: 0;
text-align: end;
}
.contact-form select {
-webkit-appearance: none;
border-radius: 0;
}
.contact-form .wpcf7-form-control-wrap.Subject1 {
position: relative;
}
.contact-form .wpcf7-form-control-wrap.Subject1::after {
content: "";
position: absolute;
right: 15px;
background-image: url(//smartglaze.co.uk/wp-content/uploads/2022/04/dropdown-icon.svg);
background-repeat: no-repeat;
top: 50%;
transform: translateX(-50%);
height: 10px;
width: 17px;
background-size: contain;
} #contact-form {
margin-bottom: 75px;
}
.wpcf7-spinner {
display: block !important;
margin-left: auto !important;
margin-top: 10px !important;
}
.contact-links {
display: flex;
align-items: flex-start;
margin: 30px 0;
}
.contact-links img {
margin-right: 10px;
} .booking-details {
padding-top: 30px;
padding-right: 50px;
}
.contact-links p {
margin-bottom: 0;
font-size: 14px;
}
.contact-links a {
font-size: 14px;
}
.contact-background {
position: absolute;
left: 0;
top: 50%;
z-index: -1;
transform: translateY(-50%);
width: 30%;
}
.page-template-contact {
position: relative;
}
.contact-hr {
border-top: 1px solid #ecf2ec;
border-radius: 100%;
margin-bottom: 20px;
}
.contact-left > div,
.contact-form-box > div:first-of-type {
display: flex;
align-items: center;
margin-bottom: 50px;
}
.contact-left > div img,
.contact-left > a img,
.contact-form-box > div:first-of-type img {
margin-right: 10px;
}
.contact-left > div h3,
.contact-form-box > div:first-of-type h3 {
margin-bottom: 0;
}
.contact-left > a {
display: flex;
align-items: flex-start;
width: fit-content;
}
.contact-left > a:not(:last-of-type) {
margin-bottom: 25px;
}
.contact-left > a:not(:first-of-type) {
align-items: center;
}
.contact-form {
background: #ecf4ee;
padding: 50px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
padding: 18px;
background-color: #f6faf4;
border: 2px solid #f6faf4;
transition: 0.3s ease-in-out;
font-family: filson-soft, sans-serif;
font-weight: 300;
font-style: normal;
color: #0b3043;
box-shadow: none !important;
border-radius: 15px;
font-size: 14px !important;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
padding: 15px;
background-color: #f6faf4;
border: 2px solid #062f4a;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
color: #0b3043;
transition: 0.3s ease-in-out;
}
.contact-form input:focus::placeholder,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
opacity: 0.4;
}
.contact-form-split {
display: flex;
padding-bottom: 20px;
flex-wrap: wrap;
}
.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
width: 100%;
}
.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type,
.contact-form-split div:first-of-type {
padding-right: 10px;
width: 50%;
}
.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type,
.contact-form-split div:last-of-type {
padding-left: 10px;
width: 50%;
}
.contact-form-full {
padding-bottom: 20px;
}
.contact-form-full input,
.contact-form-full span input,
.contact-form-full textarea,
.contact-form-full span textarea,
.contact-form-full select,
.contact-form-full span select {
width: 100%;
} .header-main__logo img {
max-width: 100%;
max-height:100px;
}
.footer-main__logo img {
max-height:100px;
}
.navbar-nav .nav-link:hover {
border-bottom: 1px solid #0a304a;
}
.cta-sidebar {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1000;
}
.two-strip {
display: flex;
align-items: center;
}
.head-strip {
background: linear-gradient(
to left,
#2d65a4 0%,
#2d65a4 70%,
#0a304a 70%,
#0a304a 100%
);
margin-bottom: 30px;
}
.d-blue-back {
background-color: #0a304a;
padding: 15px;
width: 30%;
height: 100%;
display: flex;
align-items: center;
}
.l-blue-back {
background-color: #2d65a4;
padding: 15px 15px 15px 50px;
width: 70%;
}
.d-blue-back p,
.l-blue-back p {
margin: 0;
color: white;
}
.toggle-menu {
display: none;
background: #0a304a;
color: white;
border: none;
}
header {
padding: 0 0 25px 0;
position: relative;
background: white;
z-index: 1000;
}
.header-main {
display: flex;
align-items: center;
justify-content: space-between;
}
header .navbar-nav {
flex-direction: row;
margin-top: 0;
padding-bottom: 20px;
}
header .navbar-nav .menu-item:not(:last-of-type) {
margin-right: 30px;
}
.head-cta {
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 10px;
}
.head-cta a {
margin-left: 30px;
color: #62b9e9;
}
.head-cta a img {
margin-right: 10px;
} #hero-slide-1 {
background-image: url(//smartglaze.co.uk/wp-content/uploads/2024/06/doors-windows-hero.jpg);
}
#hero-slide-2 {
background-image: url(//smartglaze.co.uk/wp-content/uploads/2024/06/warmer-roof.jpg);
}
#hero-slide-3 {
background-image: url(//smartglaze.co.uk/wp-content/uploads/2024/06/conservatory-img2.jpg);
}
#hero-slide-4 {
background-image: url(//smartglaze.co.uk/wp-content/uploads/2024/06/home-improvements-hero.jpg);
}
.landing-hero {
display: flex;
justify-content: space-between; }
.hero-lg-tile {
width: 65%;
}
.hero-sm-tile {
width: 34%;
height: 650px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.brochure-tile {
height: 59%;
background: url(//smartglaze.co.uk/wp-content/uploads/2024/06/entrance-brochure.jpg);
background-position: center;
background-size: cover;
display: flex; align-items: flex-end;
padding: 30px;
}
.fensa-tile {
height: 39%;
background: #0a304a;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 30px;
}
.hero-sm-tile h2 {
margin-bottom: 20px;
color: white;
font-size: 34px;
}
.hero-sm-tile a {
color: white;
}
.owl-landing-hero .owl-dots {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
body .owl-landing-hero .owl-dots span {
width: 50px !important;
height: 5px !important;
border-radius: 0 !important;
transition: 0.3s;
background: rgba(255, 255, 255, 0.6) !important;
}
body .owl-landing-hero .owl-dot.active span {
background: #ffffff !important;
height: 8px !important;
transition: 0.3s;
}
.owl-landing-hero .item {
background-position: center;
background-size: cover;
height: 650px;
display: flex;
align-items: center;
padding: 100px;
}
.owl-landing-hero .item h1 {
color: white;
font-size: 50px;
margin-bottom: 20px;
}
.owl-landing-hero .item p {
color: white;
}
.owl-landing-hero .item .image img {
max-width: 100%;
}
#landing-intro {
margin-top: 100px;
}
.landing-intro {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 50px;
}
.landing-intro h3 {
font-size: 30px;
}
#landing-points {
margin-top: 100px;
}
.landing-points-title {
text-align: center;
}
.landing-points {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 50px;
}
#landing-contact {
margin-top: 100px;
}
.owl-landing-test .owl-stage {
display: flex;
}
.owl-landing-test .owl-item {
display: flex;
flex: 1 0 auto;
}
.owl-landing-test img {
width: 50px !important;
}
.owl-landing-test .item {
background-color: #bac2c1;
padding: 75px 40px 50px 40px;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.owl-landing-test p {
color: white;
}
#landing-test {
margin-top: 100px;
}
.test-content {
font-weight: 300;
margin-top: 30px;
}
.test-name {
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.owl-landing-test .owl-prev {
position: absolute;
left: -100px;
top: 50%;
transform: translateY(-50%);
}
.owl-landing-test .owl-next {
position: absolute;
right: -100px;
top: 50%;
transform: translateY(-50%);
}
#landing-feature {
position: relative;
margin-top: 75px;
}
.landing-feature img {
width: 100%;
}
.feature-text-box {
background: rgba(249, 248, 248, 0.2);
backdrop-filter: blur(57px);
-webkit-backdrop-filter: blur(57px);
padding: 65px;
position: absolute;
bottom: 50px;
left: 50px;
z-index: 100;
width: 50%;
}
.feature-text-box h4,
.feature-text-box h3,
.feature-text-box p {
color: white;
}
.supplier-brands {
display: flex;
align-items: center;
overflow-x: hidden;
width: 100%;
margin-top: 20px;
}
.supplier-brands h6 {
margin: 0;
margin-right: 50px;
white-space: nowrap;
}
.supplier-brands .brands {
display: flex;
justify-content: flex-start;
align-items: center;
animation: smoothScrollBrands 30s infinite linear;
}
.supplier-brands .brands.overflow {
animation: smoothScrollBrands 30s infinite linear;
}
.supplier-brands .brands img {
margin-right: 20px;
width: auto;
}
.image-overflow {
overflow: hidden;
display: flex;
}
@keyframes smoothScrollBrands {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
.services-slide-content {
width: 45%;
}
#landing-services {
margin-top: 75px;
}
.slider-serv { margin: 0 auto;
max-width: 1320px;
position: relative;
}
#landing-services {
overflow: hidden;
}
.slider-serv::before {
content: "";
background-color: white;
height: 100%;
width: 100%;
top: 0;
right: 100%;
position: absolute;
z-index: 10;
}
.owl-services-slider .owl-stage-outer {
overflow: unset !important;
}
.underline-btn {
color: white;
border-bottom: 1px solid white;
font-size: 14px;
padding-bottom: 5px;
}
.slider-serv .feature-text-box {
width: 75%;
padding: 50px;
transition: 0.3s;
background: none;
backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
}
.slider-serv .feature-text-box .font-sm {
visibility: hidden;
height: 0;
}
.slider-serv .firstactiveitem .feature-text-box .font-sm {
visibility: unset;
height: auto;
}
.firstactiveitem .feature-text-box {
background: rgba(249, 248, 248, 0.2);
backdrop-filter: blur(57px);
-webkit-backdrop-filter: blur(57px);
transition: 0.3s;
}
.owl-services-slider .owl-prev {
position: absolute;
top: -75px;
right: 50px;
transform: translateX(-20%);
}
.owl-services-slider .owl-next {
position: absolute;
top: -75px;
right: 0;
transform: translateX(-17%);
}
#landing-cta {
margin-top: 75px;
}
#services-single h2 {
font-size: 30px;
font-weight: 300;
}
body .owl-services-slider .owl-dot.active span {
background: #062f4a !important;
height: 8px !important;
transition: 0.3s;
}
body .owl-services-slider .owl-dots span {
width: 50px !important;
height: 5px !important;
border-radius: 0 !important;
transition: 0.3s;
background: #c8d0d5 !important;
}
header p,
.landing-hero p,
footer p,
.contact-form p,
.contact-links p,
.cky-notice p {
transform: translateY(0px) !important;
opacity: 100% !important;
transition: all 1s ease-in-out 0s !important;
}
.cky-btn {
font-family: "Unbounded", sans-serif !important;
font-optical-sizing: auto;
font-weight: 300 !important;
font-style: normal;
} #services-hero {
margin: 15px;
height: 65vh;
background-position: center;
background-size: cover;
text-align: center;
display: flex;
align-items: center;
position: relative;
}
#services-hero::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.28);
}
#services-hero h1 {
color: white;
font-size: 50px;
}
.services-hero {
z-index: 10;
position: relative;
}
.services-intro {
margin-bottom: 30px;
}
.center {
text-align: center;
}
.inner-service {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 30px;
margin-top: 70px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.inner-service div {
width: 48%;
}
.inner-service div img {
width: 100%;
object-fit: cover;
height: 100%;
}
.inner-service div:nth-child(2) {
height: 550px;
}
.service-con:nth-of-type(even) .inner-service {
flex-direction: row-reverse;
}
.overflow-images {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
.overflow-images div img {
width: 100%;
object-fit: cover;
height: 100%;
}
.overflow-images div {
height: 400px;
}
.service-nav {
position: absolute;
bottom: -33px;
width: 85%;
margin: 0 auto;
left: 50%;
transform: translateX(-50%);
}
.service-nav .owl-prev {
position: absolute;
left: -50px;
top: 50%;
transform: translateY(-50%);
margin: 0 !important;
}
.service-nav .owl-nav {
margin-top: 0 !important;
}
.service-nav .owl-next {
position: absolute;
right: -50px;
top: 50%;
transform: translateY(-50%);
margin: 0 !important;
}
.serv-nav-btn {
background: #98acbe;
color: white;
width: 96%;
border-color: #98acbe;
padding: 20px 0;
font-size: 16px;
transition: 0.3s;
}
.serv-nav-btn:hover {
background: #62b9e9;
border-color: #98acbe;
transition: 0.3s;
}
.page-id-11 .service-nav {
display: none;
} .page-template-about-us #services-hero {
margin-bottom: 150px;
height: 50vh;
}
.page-template-about-us #services-hero img {
position: absolute;
bottom: -175px;
left: 50%;
transform: translateX(-50%);
max-width: 100%;
} .contact-form {
padding: 100px;
background-color: rgba(0, 74, 88, 0.1);
border-radius: 0;
}
.contact-form p {
margin: 0 !important; }
.contact-form select {
-webkit-appearance: none;
border-radius: 0;
}
.contact-form .wpcf7-form-control-wrap.Subject1 {
position: relative;
}
.contact-form .wpcf7-form-control-wrap.Subject1::after {
content: "";
position: absolute;
right: 15px;
background-image: url(//smartglaze.co.uk/wp-content/uploads/2022/04/dropdown-icon.svg);
background-repeat: no-repeat;
top: 50%;
transform: translateX(-50%);
height: 10px;
width: 17px;
background-size: contain;
}
.contact-form input[type="submit"] {
font-family: "Unbounded", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
padding: 15px 35px;
border: 1px solid;
border-radius: 0;
transition: 0.3s;
background: #062f4a;
color: white;
border-color: #062f4a;
}
.request-a-callback-form input[type="submit"] {
width: 100%;
text-align: center;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
padding: 15px;
background-color: #ffffff;
border: 2px solid #ffffff;
transition: 0.3s ease-in-out;
font-family: "roc-grotesk", sans-serif;
font-weight: 400;
font-style: normal;
color: #082f34;
border-radius: 0 !important;
box-shadow: none !important;
font-size: 1.2rem !important;
}
.contact-links a {
color: rgba(6, 47, 74, 0.7);
}
.contact-links p {
line-height: normal;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
padding: 15px;
background-color: #f4faff;
border: 2px solid #062f4a;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
color: #082f34;
transition: 0.3s ease-in-out;
font-size: 1.2rem;
font-family: "roc-grotesk", sans-serif;
}
.contact-form input:focus::placeholder,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
opacity: 0.4;
}
.contact-form-split {
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
}
.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
width: 100%;
}
.contact-form-split div:first-of-type {
padding-right: 10px;
width: 50%;
}
.contact-form-split div:last-of-type {
padding-left: 10px;
width: 50%;
}
.contact-form-full {
padding-bottom: 20px;
}
.contact-form-full input,
.contact-form-full div input,
.contact-form-full textarea,
.contact-form-full div textarea,
.contact-form-full select,
.contact-form-full div select {
width: 100%;
}
.wpcf7-spinner {
display: block;
} footer {
padding-top: 100px;
}
.footer-main {
margin-top: 50px;
margin-bottom: 50px;
}
.footer-main {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 100px;
}
.footer-main__links {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 50px;
}
footer ul {
padding-left: 0;
list-style: none;
}
footer ul li:not(:last-of-type) {
margin-bottom: 1rem;
}
#footer-bottom {
background-color: #062f4a;
padding: 15px 0;
margin: 15px;
}
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-bottom a {
display: flex;
align-items: center;
color: white;
}
.footer-bottom p {
margin-bottom: 0;
color: white;
}
.footer-bottom a img {
margin-right: 10px;
}
.links a {
font-size: 14px;
color: #062f4a;
}
.dark-blue {
color: #062f4a;
}
.footer-flex {
display: flex;
align-items: center;
justify-content: space-between;
}
footer p {
font-size: 14px;
}
.landing-cta {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #062f4a;
padding: 100px 150px;
}
.landing-cta div {
width: 50%;
}
.landing-cta h3,
.landing-cta p {
color: white;
}
.landing-trust {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
}
.landing-trust h3 {
margin-bottom: 0;
width: 40%;
}
.landing-trust a {
width: 8%;
text-align: center;
}
.landing-trust a img {
max-width: 100%;
max-height: 70px;
} @media screen and (max-width: 1900px) {
.serv-nav-btn {
font-size: 16px;
}
}
@media screen and (max-width: 1400px) {
.navbar-nav .nav-link {
font-size: 14px;
}
.header-main__logo {
width: 180px;
}
} @media screen and (max-width: 1200px) {
.toggle-menu {
display: block;
}
header .menu-container {
position: absolute;
top: 100%;
width: 100%;
left: 0;
height: 0px;
overflow: hidden;
transition: 0.3s ease-in-out;
background: white;
box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.05);
}
header .navbar-nav {
flex-direction: column;
justify-content: center;
align-items: center;
}
header .navbar-nav .menu-item:not(:last-of-type) {
margin-right: 0px;
margin-bottom: 30px;
}
.navbar-nav .nav-link {
font-size: 18px;
}
header .navbar-nav .menu-item:not(:last-of-type) {
margin-bottom: 20px;
}
}
@media screen and (max-width: 1112px) {
.owl-landing-test .owl-nav {
display: none;
}
}
@media screen and (max-width: 1024px) {
.feature-text-box {
width: 75%;
}
.contact-form {
padding: 50px;
}
#services-hero {
height: 45vh;
}
header .navbar-nav {
padding-bottom: 20px;
}
} @media screen and (max-width: 992px) {
.owl-landing-hero .item {
grid-template-columns: 1fr;
}
.landing-points {
grid-template-columns: 1fr 1fr;
}
.contact-form {
padding: 50px;
}
.footer-main__links {
grid-template-columns: 1fr 1fr;
}
.landing-hero {
flex-wrap: wrap;
}
.hero-lg-tile {
width: 100%;
}
.hero-sm-tile {
width: 100%;
flex-direction: row;
margin-top: 15px;
flex-wrap: wrap;
}
.brochure-tile {
height: 100%;
width: 49%;
}
.fensa-tile {
height: 100%;
width: 49%;
}
#landing-feature .feature-text-box {
width: 95%;
position: relative;
background: #62b9e9;
left: 0;
right: 0;
margin: -100px auto 0 auto;
bottom: 0;
}
.owl-landing-test .owl-prev,
.owl-landing-test .owl-next {
position: static;
transform: none;
}
.landing-trust {
flex-wrap: wrap;
}
.landing-trust h3 {
width: 100%;
margin-bottom: 15px;
margin-top: 30px;
}
.landing-cta {
display: block;
padding: 100px 100px;
}
.landing-cta div {
width: 100%;
}
.hero-sm-tile {
height: 100%;
}
.slider-serv .feature-text-box {
position: static;
top: 0;
width: 100%;
background: #62b9e9;
}
.services-slide-content {
width: 65%;
}
.booking-details {
padding-right: 0;
}
.contact-hr {
display: none;
}
.overflow-images div {
height: 200px;
}
} @media screen and (max-width: 768px) {
.brochure-tile,
.fensa-tile{
width: 100%;
margin-bottom:15px;
}
} @media screen and (max-width: 767px) {
.contact-form-split div:first-of-type {
padding-right: 0px;
width: 100%;
padding-bottom: 20px;
}
.contact-form-split div:last-of-type {
padding-left: 0px;
width: 100%;
padding-bottom: 20px;
}
.contact-form-split {
padding-bottom: 0px;
}
.landing-intro {
grid-template-columns: 1fr;
}
.footer-main {
display: block;
}
.footer-main__links {
margin-top: 50px;
grid-template-columns: 1fr;
}
.two-strip {
flex-wrap: wrap;
padding-left: 0;
padding-right: 0;
}
.d-blue-back {
width: 100%;
height: auto;
text-align: center;
justify-content: center;
}
.l-blue-back {
display: none;
}
.head-strip {
background: none;
margin-bottom: 15px;
}
.head-cta a:nth-child(1) {
display: none;
}
.head-cta a {
margin-left: 0;
}
.head-cta {
justify-content: center;
}
.owl-landing-hero .item h1 {
font-size: 30px;
}
.owl-landing-hero .item {
padding: 30px;
}
.fensa-tile {
width: 100%;
}
.brochure-tile {
width: 100%;
margin-bottom: 15px;
flex-direction: column;
align-items: flex-start;
}
.hero-qr {
padding-left:0;
padding-top:15px;
}
.hero-sm-tile h2 {
font-size: 30px;
}
.landing-trust a {
width: 27%;
text-align: center;
margin: 10px;
}
.feature-text-box,
.landing-cta {
padding: 40px;
}
.footer-flex,
.footer-bottom {
display: block;
}
.footer-bottom a {
margin-top: 10px;
}
.services-slide-content {
width: 100%;
}
.owl-services-slider .owl-prev,
.owl-services-slider .owl-next {
display: none !important;
}
.contact-form {
padding: 30px 20px;
}
.inner-service div {
width: 100%;
}
.inner-service div:nth-child(1) {
margin-bottom: 30px;
}
.inner-service div:nth-child(2) {
height: 300px;
}
.service-nav .owl-prev {
left: 0;
}
.service-nav .owl-next {
right: 0;
}
.service-nav {
width: 95%;
}
.serv-nav-btn {
width: 65%;
font-size: 12px;
}
#services-hero {
height: auto;
padding: 100px 0 150px 0;
}
#services-hero h1 {
color: white;
font-size: 32px;
}
header .navbar-nav .menu-item:not(:last-of-type),
header .menu-container,
.menu-item {
margin-bottom: 15px;
}
.cta-sidebar {
display: none;
}
.page-template-about-us #services-hero img {
bottom: -75px;
}
.page-template-about-us #services-hero {
margin-bottom: 75px;
padding: 100px 0 100px 0;
}
}
@media screen and (max-width: 576px) {
} @media screen and (max-width: 375px) {
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//smartglaze.co.uk/wp-content/themes/smartglaze/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}