@import url(https://use.typekit.net/kud7qdg.css); input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
outline: none !important;
box-shadow: none !important;
}
button:hover {
cursor: pointer;
}
a:hover,
a {
text-decoration: none;
color: #39505e;
}
.i-hover {
position: relative;
cursor: help;
}
.i-hover .hover-content {
opacity: 0%;
transition: 0.3s ease-in-out;
pointer-events: none;
padding: 40px;
background: #072763;
width: 375px;
position: absolute;
border-radius: 30px;
z-index: 10;
}
.i-hover .hover-content p,
.i-hover .hover-content h5 {
color: white;
margin-bottom: 0;
transform: none !important;
opacity: 100% !important;
}
.i-hover:hover .hover-content {
opacity: 100%;
}
blockquote {
margin: 0;
margin-bottom: 1rem;
}
#content-section h1 {
color: #2cb4b7;
font-size: 53px;
}
#content-section h2 {
color: #39505e;
}
#content-section p,
#content-section a {
transform: none !important;
opacity: 100% !important;
}
button {
border-radius: 100px;
border: none;
box-shadow: none;
padding: 15px 30px;
font-size: 25px;
font-family: loos-wide, sans-serif;
font-weight: 500;
font-style: normal;
white-space: nowrap;
}
.btn-blue {
background-color: #2cb4b7;
color: white;
}
button.arrow::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/icon-arrow.svg);
margin-left: 5px;
vertical-align: baseline;
transition: 0.2s ease-in-out;
display: inline-block;
}
button.arrow:hover::after {
transform: translateX(10px);
}
h1 {
font-size: 100px;
line-height: 1;
font-family: loos-wide, sans-serif;
font-weight: 400;
font-style: normal;
}
h2 {
font-size: 37px;
color: #2cb4b7;
font-family: loos-wide, sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.1;
}
h3 {
font-size: 31px;
font-family: basic-sans, sans-serif;
font-weight: 300;
font-style: normal;
}
h5 {
font-size: 28px;
font-family: basic-sans, sans-serif;
font-weight: 400;
font-style: normal;
}
.p-lg {
font-size: 23px;
}
body {
font-size: 19px;
color: #39505e;
font-family: basic-sans, sans-serif;
font-weight: 300;
font-style: normal;
}
.wp-block-gallery,
.wp-block-image {
margin-bottom: 1rem;
}
.wp-block-gallery img,
.wp-block-image img {
border-radius: 37px;
}
p {
line-height: 1.4;
font-family: basic-sans, sans-serif;
font-weight: 300;
font-style: normal;
}
strong {
font-family: basic-sans, sans-serif;
font-weight: 600;
font-style: normal;
}
.blue-underline {
color: #2cb4b7;
border-bottom: 2px solid #2cb4b7;
}
.accordion .each-accordion:last-of-type {
border-bottom: 0;
}
.each-accordion {
width: 100%;
border-bottom: 2px solid #cecece;
}
.accordion-toggle {
width: 100%;
background-color: transparent;
border: none;
text-align: left;
padding: 1rem 0;
position: relative;
font-family: loos-wide, sans-serif;
font-weight: 400;
color: #39505e;
border-radius: 0;
font-size: 23px;
padding-right: 30px;
white-space: normal;
}
.accordion-toggle svg {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
transition: 0.5s;
}
.each-accordion.open .accordion-toggle svg {
transform: translateY(-50%) rotate(-180deg);
}
.accordion-toggle svg path {
transition: 0.5s;
}
.each-accordion.open .accordion-toggle svg path {
fill: #2cb4b7;
}
.accordion-container {
width: 100%;
height: 0px;
overflow: hidden;
transition: 0.5s;
}
.accordion-text {
padding-bottom: 1rem;
}
.accordion-text a {
color: #2cb4b7;
font-weight: 600;
border-bottom: 2px solid #2cb4b7;
} body {
margin-top: 180px;
}
header.transparent {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 90%;
z-index: 100;
padding: 50px 0;
}
header {
position: fixed;
top: 0;
left: 00;
width: 100%;
z-index: 100;
background: white;
transition: 0.5s ease-in-out;
}
.fixed-header {
width: 100%;
z-index: 99;
background: white;
position: fixed;
top: 0;
left: 0;
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
transition: 0.3s ease-in-out;
}
.fixed-header .header-container {
padding: 25px 0;
}
.header-container {
margin: 0 auto;
width: 90%;
position: relative;
padding: 25px 0;
transition: 0.3s ease-in-out;
}
header.scrolling .header-container {
padding: 0px;
}
header.scrolling {
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
.header-links .header-contact a:first-of-type {
margin-right: 25px;
}
.header-links .header-contact {
display: flex;
justify-content: flex-end;
align-items: center;
}
.header-links .header-contact a {
font-size: 15px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.header-links .header-contact a img {
margin-right: 10px;
}
.header-middle {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-middle .logo {
display: grid;
align-items: center;
justify-content: center;
grid-template-columns: 1fr;
max-height: 130px;
}
.header-middle .desk,
.header-middle .res {
grid-row-start: 1;
grid-column-start: 1;
transition: 0.3s ease-in-out;
max-height: 130px;
}
.header-middle .res {
opacity: 0%;
}
header.scrolling .header-middle .logo {
transition: 0.3s ease-in-out;
}
header.scrolling .header-middle .res {
opacity: 100%;
}
header.scrolling .header-middle .desk {
opacity: 0%;
transform: scale(0);
}
header.transparent .header-middle a {
color: white;
}
.header-middle a {
color: #39505e;
}
.header-nav {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 25px;
}
.header-nav > li {
padding: 5px;
margin-bottom: 0;
}
.header-nav > li:not(:last-of-type) {
margin-right: 40px;
}
.header-nav > li.drop {
position: relative;
cursor: pointer;
}
header.transparent .header-nav > li.drop::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/icon-white-drop.png);
}
.header-nav > li.drop::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/icon-drop-dark.svg);
vertical-align: baseline;
margin-left: 10px;
}
.header-nav > li.drop .drop-box {
position: absolute;
top: 100%;
left: 5px;
opacity: 0%;
pointer-events: none;
transition: 0.3s ease-in-out;
list-style: none;
padding: 10px;
margin: 0;
background: white;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.header-nav > li.drop .drop-box li {
white-space: nowrap;
margin-bottom: 0.5rem;
}
.header-nav > li.drop .drop-box li:last-of-type {
margin-bottom: 0;
}
.header-nav > li.drop .drop-box li a {
color: #39505e;
display: block;
transition: 0.3s ease-in-out;
}
.header-nav > li.drop .drop-box li a:hover {
color: #2cb4b7;
}
.header-nav > li.drop.hover .drop-box {
opacity: 100%;
pointer-events: all;
}
.toggle-nav {
display: none;
position: relative;
}
.toggle-nav .back-arrow {
position: absolute;
top: 0;
left: 0;
} #home-hero {
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/home-hero.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
#home-hero::after {
content: "";
background: white;
width: 100%;
border-radius: 30px 30px 0 0;
height: 80px;
rotate: -0.5deg;
position: absolute;
top: 100%;
left: 0;
translate: 0 -50%;
}
.home-hero {
height: calc(100vh - 290px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.home-hero h1,
.home-hero h5 {
color: white;
}
.page-template-home-page #working-alongside {
margin-top: 0;
}
.page-template-home-page .working-alongside p {
transform: none !important;
opacity: 100% !important;
}
.who-we-are {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.page-template-home-page #services-boxes {
margin-bottom: 0;
position: relative;
z-index: 2;
}
#home-blue {
padding-top: 250px;
padding-bottom: 100px;
background: rgb(0, 144, 154);
background: -moz-linear-gradient(
0deg,
rgba(0, 144, 154, 1) 0%,
rgba(23, 180, 183, 1) 50%
);
background: -webkit-linear-gradient(
0deg,
rgba(0, 144, 154, 1) 0%,
rgba(23, 180, 183, 1) 50%
);
background: linear-gradient(
0deg,
rgba(0, 144, 154, 1) 0%,
rgba(23, 180, 183, 1) 50%
);
margin-top: -150px;
position: relative;
}
#home-blue .i-hover {
position: absolute;
}
#home-blue .i-hover .hover-content {
top: 46px;
left: calc(100% + 10px);
border-top-left-radius: 10px;
}
#home-blue .btn-blue {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, -50%);
}
.home-blue {
width: 70%;
margin: 0 auto;
position: relative;
}
.home-blue p,
.home-blue h3 {
color: white;
text-align: center;
}
.home-blue h3 {
margin-bottom: 30px;
}
.home-blue .underline {
position: relative;
}
.home-blue .underline::after {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%);
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/word-underline.svg);
}
#what-we-offer {
padding: 150px 0;
background: rgba(44, 180, 183, 0.07);
}
.what-we-offer {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.page-template-home-page #cta {
margin-top: -50px;
}
.page-template-home-page #trusted-hands {
margin-top: 100px;
margin-bottom: 100px;
}
.page-template-home-page .trusted-hands {
padding-bottom: 100px;
border-bottom: 2px solid #bccddb;
}
.page-template-home-page #four-points {
margin-top: 100px;
} #working-alongside {
margin-top: 50px;
margin-bottom: 50px;
}
.working-alongside {
display: flex;
align-items: center;
overflow-x: hidden;
width: 100%;
}
.working-alongside p {
margin: 0;
margin-right: 50px;
white-space: nowrap;
}
.working-alongside .brands {
display: flex;
justify-content: flex-start;
align-items: center;
animation: smoothScrollBrands 30s infinite linear;
}
.working-alongside .brands.overflow {
animation: smoothScrollBrands 30s infinite linear;
}
.working-alongside .brands img {
margin-right: 50px;
max-height: 65px;
width: auto;
}
.image-overflow {
overflow: hidden;
display: flex;
}
@keyframes smoothScrollBrands {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
} #services-boxes {
width: 90%;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;
}
.services-boxes {
display: flex;
flex-wrap: wrap;
}
.service-box {
height: 0;
width: 25%;
padding-bottom: 25%;
position: relative;
display: block;
}
.service-box.long {
width: 50%;
}
.service-box.split {
height: auto;
padding-bottom: 0;
}
.service-box.split .service-box {
height: 0;
width: 100%;
padding-bottom: 50%;
position: relative;
}
.service-box .content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 40px;
display: flex;
align-items: flex-end;
justify-content: flex-start;
background-blend-mode: overlay;
background-size: cover !important;
}
.service-box .content::after {
content: "";
background: -moz-linear-gradient(
0deg,
rgba(0, 144, 154, 1) 0%,
rgba(23, 180, 183, 1) 100%
);
background: -webkit-linear-gradient(
0deg,
rgba(0, 144, 154, 1) 0%,
rgba(23, 180, 183, 1) 100%
);
background: linear-gradient(
0deg,
rgba(0, 144, 154, 1) 0%,
rgba(23, 180, 183, 1) 100%
);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0%;
z-index: 1;
transition: 0.3s ease-in-out;
mix-blend-mode: multiply;
}
.service-box .content.tl::after {
border-top-left-radius: 37px;
}
.service-box .content.tr::after {
border-top-right-radius: 37px;
}
.service-box .content.bl::after {
border-bottom-left-radius: 37px;
}
.service-box .content.br::after {
border-bottom-right-radius: 37px;
}
.service-box:not(.split):hover .content::after {
opacity: 100%;
}
.service-box .content h2 {
margin-bottom: 0;
color: white;
line-height: 1.2;
z-index: 2;
}
.service-box .content h2 span {
position: relative;
}
.service-box .content h2 span::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/arrow-big.svg);
margin-left: 20px;
vertical-align: baseline;
z-index: 2;
position: relative;
}
.service-box .content h2 span {
white-space: nowrap;
} #cta {
margin: 50px 0;
position: relative;
z-index: 2;
width: 100%;
display: flex;
}
#cta .side-graphic {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#cta .i-hover {
position: absolute;
right: 96px;
top: calc(100% + 10px);
transform: translateX(50%);
}
#cta .i-hover .hover-content {
top: 46px;
right: calc(100% + 10px);
border-top-right-radius: 10px;
}
.cta {
position: relative;
border-radius: 37px;
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/cta-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 100px 75px;
display: flex;
align-items: center;
justify-content: space-between;
}
.cta .points {
position: absolute;
top: 30px;
right: 30px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.cta .points p:first-of-type {
margin-right: 30px;
}
.cta .points p {
margin-bottom: 0;
color: white;
}
.cta .points p::before {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/white-tick.svg);
margin-right: 10px;
vertical-align: baseline;
}
.cta .content {
display: flex;
align-items: center;
justify-content: flex-start;
}
.cta .content > img {
margin-right: 25px;
}
.cta .content h2,
.cta .content h5 {
margin-bottom: 0;
}
.cta .content h5,
.cta .content h2 {
color: white;
font-family: loos-wide, sans-serif;
font-weight: 400;
} #why-intech-controls {
position: relative;
}
#why-intech-controls .side-video {
position: absolute;
bottom: 0;
left: 0;
object-fit: cover;
object-position: right;
-webkit-mask-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/mask-shape.svg);
mask-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/mask-shape.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: auto 100%;
-webkit-mask-size: auto 100%;
height: calc(100% - 100px);
}
.why-intech-controls {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 50px;
}
.why-intech-controls .item h5 {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
font-family: loos-wide, sans-serif;
font-weight: 400;
}
.why-intech-controls .large-text {
padding-top: 50px;
border-top: 2px solid #bccddb;
grid-column-start: 2;
grid-column-end: 4;
}
.why-intech-controls .large-text div {
display: flex;
align-items: center;
justify-content: space-between;
}
.why-intech-controls .mask {
-webkit-mask-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/mask-shape.svg);
mask-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/mask-shape.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
} #trusted-hands {
margin-top: 50px;
margin-bottom: 50px;
}
.trusted-hands {
display: flex;
align-items: center;
overflow-x: hidden;
width: 100%;
}
.trusted-hands h5 {
margin: 0;
margin-right: 100px;
white-space: nowrap;
font-family: loos-wide, sans-serif;
font-weight: 400;
color: #2cb4b7;
}
.trusted-hands .brands {
display: flex;
justify-content: flex-start;
align-items: center;
animation: smoothScrollBrands 20s infinite linear;
}
.trusted-hands .brands.overflow {
animation: smoothScrollBrands 20s infinite linear;
}
.trusted-hands .brands img {
margin-right: 100px;
}
.trusted-hands .brands iframe {
margin-right: 100px;
} #client-testimonials {
display: grid;
grid-template-columns: 100%;
}
#client-testimonials > .container {
grid-row-start: 1;
grid-column-start: 1;
}
.client-testimonials-text {
width: calc(33.33% - 50px);
}
.client-testimonials-text .nav-buttons {
display: flex;
justify-content: flex-start;
align-items: center;
}
.client-testimonials-text .nav-buttons .nav-prev {
margin-right: 10px;
}
.client-testimonials-text .nav-buttons .nav-btn {
padding: 0;
background: none;
}
.client-testimonials-slider {
grid-row-start: 1;
grid-column-start: 1;
width: calc(66.66% - 100px);
overflow: clip;
margin-left: auto;
}
.owl-testimonials .owl-stage {
display: flex;
}
.owl-testimonials .testimonial {
padding: 50px;
padding-top: 100px;
background: rgba(44, 180, 183, 0.07);
border-radius: 37px;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
}
.owl-testimonials .testimonial .logo {
mix-blend-mode: multiply;
margin-bottom: 1rem;
}
.owl-testimonials .testimonial img {
width: auto !important;
}
.owl-testimonials .testimonial .border {
padding-top: 1rem;
border-top: 2px solid #bccddb;
display: block;
width: 100%;
text-align: end;
}
.owl-testimonials .testimonial a::before {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/icon-page.svg);
vertical-align: middle;
margin-right: 10px;
}
.owl-testimonials .testimonial p {
transform: none !important;
opacity: 100% !important;
} #four-points {
margin-top: 50px;
margin-bottom: 50px;
}
.four-points {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 50px;
}
.four-points .point {
display: flex;
align-items: center;
justify-content: flex-start;
}
.four-points .point > img {
margin-right: 20px;
}
.four-points .point h5,
.four-points .point p {
margin-bottom: 0;
}
.four-points .point h5 {
font-family: loos-wide, sans-serif;
font-weight: 400;
} #contact-us {
padding-top: 50px;
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/left-side-graphic.svg);
background-size: 84px auto;
background-position: center left;
background-repeat: no-repeat;
margin-bottom: 100px;
}
.contact-us__title {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-bottom: 50px;
}
.contact-us__title h1 {
margin-bottom: 0;
font-size: 53px;
color: #2cb4b7;
}
.contact-us__title a {
display: flex;
align-items: center;
justify-content: flex-start;
}
.contact-us__title a img {
margin-right: 10px;
}
.contact-us {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.contact-us__details {
white-space: nowrap;
width: fit-content;
padding-right: 100px;
}
.contact-us__details > div:not(.socials) {
margin-bottom: 50px;
}
.contact-us__details h5 {
margin-bottom: 0;
font-family: loos-wide, sans-serif;
font-weight: 400;
}
.contact-us__details p {
margin-bottom: 0;
transform: none !important;
opacity: 1 !important;
}
.contact-us__details .socials {
display: flex;
align-items: center;
justify-content: flex-start;
}
.contact-us__details .socials > a:first-of-type {
margin-right: 10px;
}
.contact-us__form {
width: 100%;
}
.contact-form p {
margin-bottom: 0;
transform: none !important;
opacity: 1 !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(//www.intechcontrols.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 label {
font-size: 21px;
font-family: loos-wide, sans-serif;
font-weight: 400;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
padding: 15px;
background-color: #f0fafa;
border: 2px solid #f0fafa;
transition: 0.3s ease-in-out;
font-family: loos-wide, sans-serif;
font-weight: 400;
font-style: normal;
color: #39505e;
font-size: 19px !important;
border-radius: 5px !important;
box-shadow: none !important;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
padding: 15px;
background-color: #f0fafa;
border: 2px solid #072763;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
color: #39505e;
transition: 0.3s ease-in-out;
font-family: loos-wide, sans-serif;
font-weight: 400;
}
.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;
}
.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%;
}
.contact-form input.btn-submit {
background: #2cb4b7;
border: none;
color: white;
border-radius: 100px !important;
box-shadow: none;
padding: 15px 30px;
font-size: 25px;
font-family: loos-wide, sans-serif;
font-weight: 500;
font-style: normal;
white-space: nowrap;
cursor: pointer;
float: right;
}
.wpcf7-spinner {
display: block;
}
.page-template-contact-page #cta {
margin: 100px 0;
}
.page-template-contact-page #cta .side-graphic {
display: none;
}
.page-template-contact-page #cta .i-hover {
display: none;
} #about-hero {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
#about-hero::after {
content: "";
background: white;
width: 100%;
border-radius: 30px 30px 0 0;
height: 80px;
rotate: -0.5deg;
position: absolute;
top: 100%;
left: 0;
translate: 0 -50%;
}
.about-hero {
height: calc(100vh - 188.391px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.about-hero h1,
.about-hero h5 {
color: white;
}
.about-capabilities {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.page-template-about-page #trusted-hands {
margin-top: 100px;
}
#about-main {
margin-top: 50px;
position: relative;
margin-bottom: 50px;
width: 100%;
}
.page-template-techincal-page #about-main {
min-height: 1100px;
}
#about-main .side-image {
position: absolute;
max-height: 100%;
max-width: calc(50% - 50px);
object-fit: contain;
object-position: bottom right;
top: 0;
right: 0; }
#about-main .side-image img {
max-width: 100%;
float: right;
width:100%;
}
#about-main .side-image .i-hover {
position: absolute;
left: 30%;
top: 9%;
}
#about-main .side-image .i-hover .hover-content {
top: 46px;
right: calc(100% + 10px);
border-top-right-radius: 10px;
}
.about-main {
width: 55%; margin-top: 100px;
padding-right: 100px;
}
.about-main .quote {
padding: 50px;
border-radius: 37px;
background-color: rgba(44, 180, 183, 0.07);
position: relative;
margin-top: 50px;
}
.about-main .quote h5 {
font-family: loos-wide, sans-serif;
}
.about-main .quote h5:last-of-type {
margin-bottom: 0;
}
.about-main .quote p {
margin-bottom: 0;
font-family: loos-wide, sans-serif;
color: #2cb4b7;
font-size: 15px;
}
.about-main .quote::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/quotes.svg);
position: absolute;
right: 50px;
bottom: 0;
transform: translateY(50%);
}
#about-points {
margin-top: 100px;
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/left-side-graphic.svg);
background-size: 84px auto;
background-position: center left;
background-repeat: no-repeat;
width: 100%;
display: flex;
}
.about-points {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.about-points #res-links {
display: none;
}
.about-points .links {
width: 480px;
white-space: nowrap;
}
.about-points .links h2 {
color: #39505e;
transition: 0.5s ease-in-out;
cursor: pointer;
width: fit-content;
opacity: 50%;
}
.about-points .links h2.active {
color: #2cb4b7;
pointer-events: none;
cursor: default;
opacity: 100%;
}
.about-points .links h2.active::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/icon-green-right-arrow.svg);
display: inline;
vertical-align: baseline;
padding-left: 50px;
}
.about-points .tabs {
width: 100%;
display: grid;
grid-template-columns: 1fr;
}
.about-points .tabs .tab {
transition: 0.5s ease-in-out;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 100px;
grid-row-start: 1;
grid-column-start: 1;
opacity: 0%;
pointer-events: none;
height: fit-content;
}
.about-points .tabs .tab .point:nth-of-type(4n - 1) h5,
.about-points .tabs .tab .point:nth-of-type(4n - 2) h5 {
color: #2cb4b7;
}
.about-points .tabs .tab.active {
opacity: 100%;
pointer-events: all;
}
.about-points .tabs h5 {
font-family: loos-wide, sans-serif;
}
.about-points .tabs .icon {
margin-bottom: 0.5rem;
}
.about-points .tabs p {
margin-bottom: 0;
}
#about-blue {
margin-top: 100px;
}
#about-blue .outer-container {
padding: 100px 50px;
width: 90%;
margin: 0 auto;
border-radius: 37px;
background: rgb(44, 180, 183);
background: -moz-linear-gradient(
180deg,
rgba(44, 180, 183, 0.07) 0%,
rgba(255, 255, 255, 0) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(44, 180, 183, 0.07) 0%,
rgba(255, 255, 255, 0) 100%
);
background: linear-gradient(
180deg,
rgba(44, 180, 183, 0.07) 0%,
rgba(255, 255, 255, 0) 100%
);
}
.about-blue {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 100px;
}
.about-blue .staff {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px 100px;
}
.about-blue .staff div {
text-align: center;
}
.about-blue .staff div .svg {
width: 100%;
margin-bottom: 20px;
}
.about-blue .staff div h2,
.about-blue .staff div p {
margin-bottom: 0;
}
.page-template-about-page #cta .side-graphic,
.page-template-about-page #cta .i-hover {
display: none;
} #single-service-hero {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
#single-service-hero::after {
content: "";
background: white;
width: 100%;
border-radius: 30px 30px 0 0;
height: 80px;
rotate: -0.5deg;
position: absolute;
top: 100%;
left: 0;
translate: 0 -50%;
}
.single-service-hero {
height: calc(100vh - 188.391px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.single-service-hero h1,
.single-service-hero h5 {
color: white;
}
#single-service-three-links {
margin-top: -200px;
z-index: 1;
position: relative;
}
.single-service-three-links {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 50px;
}
.single-service-three-link {
border-radius: 37px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
color: white !important;
padding: 100px 0;
}
.single-service-three-link > img {
margin-bottom: 1rem;
max-height: 50px;
}
.single-service-three-link h5 {
font-family: loos-wide, sans-serif;
}
.single-service-three-link span {
font-family: loos-wide, sans-serif;
font-weight: 500;
}
.single-service-three-link span::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/icon-sm-arrow-right.svg);
margin-left: 10px;
vertical-align: baseline;
transition: 0.2s ease-in-out;
display: inline-block;
}
.single-service-three-link:hover span::after {
transform: translateX(10px);
}
.single-service-three-link:nth-of-type(1) {
background: #2cb4b7;
}
.single-service-three-link:nth-of-type(2) {
background: #39505e;
}
.single-service-three-link:nth-of-type(3) {
background: #072763;
}
#single-service-intro {
margin-top: 100px;
}
#single-service-intro h2 {
color: #39505e;
}
.single-service-intro {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.single-service-intro > div:first-of-type p {
font-size: 23px;
}
.single-service-intro .blue {
color: #2cb4b7;
}
#single-service-capabilities {
padding-top: 50px;
position: relative;
padding-bottom: 50px;
}
#single-service-capabilities .side-image {
position: absolute;
max-height: calc(100% + 50px);
max-width: calc(50% - 50px);
object-fit: contain;
object-position: bottom right;
bottom: 0;
left: 0;
}
.single-service-capabilities {
width: 50%;
float: right;
padding: 100px 50px;
border-radius: 37px;
background: rgb(44, 180, 183);
background: -moz-linear-gradient(
180deg,
rgba(44, 180, 183, 0.07) 0%,
rgba(255, 255, 255, 0) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(44, 180, 183, 0.07) 0%,
rgba(255, 255, 255, 0) 100%
);
background: linear-gradient(
180deg,
rgba(44, 180, 183, 0.07) 0%,
rgba(255, 255, 255, 0) 100%
);
}
.single-service-capabilities h2 {
color: #39505e;
margin-bottom: 50px;
}
.single-service-capabilities .point {
display: flex;
align-items: center;
justify-content: flex-start;
}
.single-service-capabilities .point:not(:last-of-type) {
margin-bottom: 30px;
}
.single-service-capabilities .point img {
margin-right: 20px;
}
.single-service-capabilities .point p {
margin: 0;
}
#single-service-accordion {
position: relative;
padding-top: 50px;
}
#single-service-accordion .side-graphic {
position: absolute;
top: 0;
right: 0;
transform: translateY(-60%);
}
#single-service-accordion .i-hover {
position: absolute;
right: 96px;
top: 0;
transform: translateX(50%);
z-index: 2;
}
#single-service-accordion .i-hover .hover-content {
top: 46px;
right: calc(100% + 10px);
border-top-right-radius: 10px;
}
.single-service-accordion {
display: grid;
gap: 50px;
grid-template-columns: 1fr 1fr;
}
#single-service-benefits {
margin-top: 50px;
padding-top: 50px;
position: relative;
}
#single-service-benefits .side-graphic {
position: absolute;
left: 0;
top: 0;
}
#single-service-benefits .outer-container {
width: 90%;
margin: 0 auto;
background-color: rgba(44, 180, 183, 0.07);
border-radius: 37px;
padding: 100px 0;
}
.single-service-benefits h2 {
color: #39505e;
margin-bottom: 50px;
}
.single-service-benefits .points {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 50px;
margin-bottom: 50px;
}
.single-service-benefits h5 {
font-family: loos-wide, sans-serif;
font-weight: 400;
}
.single-service-benefits > h5 {
margin-bottom: 50px;
}
.single-service-benefits .points .point .icon {
margin-bottom: 0.5rem;
}
.single-service-benefits .points .point:nth-of-type(even) h5 {
color: #2cb4b7;
}
.benefitting-sectors {
display: flex;
align-items: center;
overflow-x: hidden;
width: 100%;
}
.benefitting-sectors .sectors {
display: flex;
justify-content: flex-start;
align-items: center;
animation: smoothScrollBrands 20s infinite linear;
}
.benefitting-sectors .sectors.overflow {
animation: smoothScrollBrands 20s infinite linear;
}
.benefitting-sectors .sector {
display: flex;
align-items: center;
justify-content: flex-start;
margin: 0;
margin-right: 50px;
white-space: nowrap;
}
.benefitting-sectors .sector img {
margin-right: 10px;
}
.benefitting-sectors .sector p {
font-family: loos-wide, sans-serif;
font-weight: 400;
margin-bottom: 0;
}
#single-service-final-text {
margin-top: 100px;
}
.page-template-single-service #cta .side-graphic,
.page-template-single-service #cta .i-hover {
display: none;
} #case-hero {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
#case-hero::after {
content: "";
background: white;
width: 100%;
border-radius: 30px 30px 0 0;
height: 80px;
rotate: -0.5deg;
position: absolute;
top: 100%;
left: 0;
translate: 0 -50%;
}
.case-hero {
height: calc(100vh - 188.391px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.case-hero h1,
.case-hero h5 {
color: white;
}
#case-archive {
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/right-green-graphic.svg);
background-size: 84px center;
background-position: top right;
background-repeat: no-repeat;
}
.case-filters .wpc-filter-content select,
.case-filters .wpc-orderby-select {
appearance: none;
-webkit-appearance: none;
background: rgba(44, 180, 183, 0.07);
padding: 15px 30px;
border-radius: 100px;
font-size: 19px;
color: #39505e;
font-family: basic-sans, sans-serif;
font-weight: 300;
font-style: normal;
border: none;
padding-right: 60px;
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/icon-drop-dark.svg);
background-size: 10px auto;
background-position: center right 30px;
background-repeat: no-repeat;
}
.case-filters .filters {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 50px;
}
.case-filters .wpc-filter-title,
.case-filters .widgettitle {
font-size: 19px;
color: #39505e;
font-family: basic-sans, sans-serif;
font-weight: 300;
font-style: normal;
margin-bottom: 0;
margin-right: 15px;
}
.case-filters .wpc-edit-filter-set {
position: absolute;
}
.case-filters .wpc-filters-section,
.case-filters .widget_wpc_sorting_widget {
display: flex;
align-items: center;
justify-content: center;
}
.case-filters .wpc-filters-section,
.case-filters .wpc-filter-content select,
.case-filters .wpc-orderby-select {
margin-bottom: 0;
}
.case-posts,
.alm-reveal {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
margin-top: 30px;
}
.pagination {
margin-top: 30px;
text-align: center;
}
.single-case-post {
border-radius: 37px;
display: block;
height: 0;
padding-bottom: 100%;
position: relative;
overflow: hidden;
}
.single-case-post:hover .bg {
transform: scale(1.1);
}
.single-case-post .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 37px;
pointer-events: none;
background-blend-mode: overlay;
background-size: cover !important;
transition: 0.5s ease-in-out;
transform-origin: center;
}
.single-case-post.featured {
grid-column-start: 1;
grid-column-end: 3;
padding-bottom: calc(50% - 15px);
order: -1;
}
.single-case-post.featured .featured {
background-color: transparent;
border: 2px solid white;
color: white;
width: fit-content;
transform: none !important;
opacity: 100% !important;
padding: 15px 30px;
border-radius: 100px;
}
.single-case-post .content {
position: absolute;
top: 50px;
left: 50px;
right: 50px;
bottom: 50px;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
}
.single-case-post.featured .content {
right: calc(50% + 65px);
}
.single-case-post .content h2 {
color: white;
}
.single-case-post .content .look {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 0;
transform: none !important;
opacity: 100% !important;
color: white;
}
.single-case-post .content .look img {
margin-left: 15px;
transition: 0.5s ease-in-out;
}
.single-case-post:hover .content .look img {
transform: translateX(10px);
}
.ajax-load-more-wrap.blue .alm-load-more-btn {
border-radius: 100px;
border: none;
box-shadow: none;
padding: 15px 30px !important;
padding-left: 30px !important;
font-size: 25px;
font-family: loos-wide, sans-serif;
font-weight: 500;
font-style: normal;
white-space: nowrap;
height: auto;
background-color: #2cb4b7 !important;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
margin: 0 !important;
position: initial !important;
margin-right: 10px !important;
border-radius: 100% !important;
} .single-hero h1 {
color: #2cb4b7;
font-size: 53px;
}
.single-hero .date {
float: right;
transform: none !important;
opacity: 100% !important;
font-size: 15px;
margin-bottom: 0;
}
#single-hero-img {
width: 90%;
margin: 0 auto;
}
.single-hero-read p {
background-color: #2cb4b7;
color: white;
transform: translateY(50%) !important;
width: fit-content;
margin-bottom: 0;
opacity: 100% !important;
padding: 15px 30px;
border-radius: 100px;
font-size: 15px;
z-index: 2;
position: relative;
}
.single-hero-img {
height: 0;
padding-bottom: 25%;
position: relative;
}
.single-hero-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 37px;
}
#single-content {
margin-top: 50px;
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/left-side-graphic.svg);
background-size: 84px auto;
background-position: top left;
background-repeat: no-repeat;
}
.single-content {
display: grid;
grid-template-columns: 1.25fr 2.75fr;
gap: 50px;
}
.single-content h2 {
color: #39505e;
}
.single-details {
position: relative;
}
.single-details-box {
background: rgba(44, 180, 183, 0.07);
border-radius: 37px;
padding: 50px;
position: sticky;
top: 200px;
}
.single-details-box p:not(:first-of-type) {
margin-top: 30px;
}
.single-details-box p {
font-family: loos-wide, sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 0;
transform: none !important;
opacity: 100% !important;
}
.single-details-box h3 {
font-family: loos-wide, sans-serif;
font-weight: 400;
font-style: normal;
color: #2cb4b7;
margin-bottom: 0;
}
.single-details-box img {
max-width: 100%;
max-height: 100px;
}
#single-nav {
margin-top: 30px;
}
.single-nav {
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 2px solid #cecece;
overflow: hidden;
}
.single-nav .next {
float: right;
}
.single-nav .prev {
float: left;
}
.single-nav > div {
display: flex;
align-items: flex-end;
justify-content: center;
}
.single-nav > div img {
margin-bottom: 11px;
}
.single-nav .prev img {
transform: rotate(180deg);
margin-right: 15px;
}
.single-nav .next img {
margin-left: 15px;
}
.single-nav p {
transform: none !important;
opacity: 100% !important;
margin-bottom: 0;
color: #2cb4b7;
}
.single-nav a {
font-size: 28px;
}
.single-post #cta .side-graphic,
.single-post #cta .i-hover {
display: none;
} footer {
margin-top: 100px;
background: rgba(44, 180, 183, 0.07);
padding-top: 100px;
border-top-right-radius: 500px;
}
.footer-top {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.footer-top .logo {
text-align: center;
}
.footer-top .socials {
align-self: center;
}
.footer-links {
margin-top: 100px;
display: grid;
grid-template-columns: 350px 1fr 1fr 1fr;
gap: 75px;
}
.footer-links ul {
margin: 0;
list-style: none;
padding: 0;
}
.footer-links ul li {
margin-bottom: 5px;
}
.footer-links h5 {
color: #2cb4b7;
margin-bottom: 0.5rem;
}
.footer-links .double ul {
margin-bottom: 75px;
}
#footer-banner {
background: rgb(23, 180, 183);
background: -moz-linear-gradient(
90deg,
rgba(23, 180, 183, 1) 0%,
rgba(0, 144, 154, 1) 100%
);
background: -webkit-linear-gradient(
90deg,
rgba(23, 180, 183, 1) 0%,
rgba(0, 144, 154, 1) 100%
);
background: linear-gradient(
90deg,
rgba(23, 180, 183, 1) 0%,
rgba(0, 144, 154, 1) 100%
);
margin-top: 100px;
}
.footer-banner {
display: flex;
padding: 10px 0;
justify-content: space-between;
align-items: center;
}
.footer-banner div {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-banner p,
.footer-banner a {
color: white;
margin-bottom: 0;
transform: none !important;
opacity: 100% !important;
} @media screen and (min-width: 1900px){
.about-main {
width:66%;
}
}
@media screen and (max-width: 1900px) {
#why-intech-controls .side-video {
mask-position: center right 5px;
-webkit-mask-position: center right 5px;
height: calc(100% - 100px);
max-width: 30%;
}
#contact-us,
#case-archive,
#single-content {
background-image: none;
}
.single-case-post .content {
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
}
.single-case-post.featured .content {
right: calc(50% + 45px);
}
footer {
border-top-right-radius: 250px;
}
#single-service-benefits .side-graphic,
#single-service-accordion .side-graphic {
display: none;
}
#single-service-benefits .outer-container,
#single-hero-img {
width: 95%;
}
#single-service-accordion .i-hover {
right: 12px;
transform: none;
top: initial;
bottom: 100%;
}
.about-main {
margin-top: 0;
}
}
@media screen and (max-width: 1350px) {
.service-box .content h2 {
font-size: 28px;
}
.service-box .content {
padding: 20px;
}
.client-testimonials-slider {
width: calc(66.66% - 50px);
}
.owl-testimonials .testimonial {
padding-top: 50px;
}
.footer-links {
grid-template-columns: 1fr 1fr 1fr;
}
.single-service-three-link {
padding: 50px 0;
}
#single-service-three-links {
margin-top: -150px;
}
#single-service-capabilities {
padding-bottom: 0;
}
} @media screen and (max-width: 1200px) {
.cta {
display: block;
}
.cta .content {
margin-bottom: 1rem;
}
.four-points {
grid-template-columns: 1fr 1fr;
justify-items: center;
}
.footer-links {
grid-template-columns: 1fr 1fr;
}
.client-testimonials-text,
.client-testimonials-slider {
width: 100%;
}
#client-testimonials > .container,
.client-testimonials-slider {
grid-column-end: initial;
grid-column-start: initial;
grid-row-end: initial;
grid-row-start: initial;
}
.client-testimonials-slider {
padding: 0 12px;
}
.client-testimonials-text {
margin-bottom: 50px;
}
.why-intech-controls .large-text div {
display: block;
}
h1 {
font-size: 80px;
}
#why-intech-controls .side-video {
height: 100%;
object-position: center;
}
#single-service-capabilities .side-image {
bottom: initial;
top: 50%;
transform: translateY(-50%);
}
.case-posts,
.alm-reveal {
grid-template-columns: 1fr 1fr;
}
.single-case-post.featured {
padding-bottom: 50%;
}
.single-content {
grid-template-columns: 1fr;
}
.single-details {
order: 2;
}
}
@media screen and (max-width: 1024px) {
.service-box.split .service-box {
padding-bottom: 51%;
}
.service-box {
width: 33.33%;
padding-bottom: 34%;
}
.service-box.long {
width: 33.33%;
}
.header-nav > li:not(:last-of-type) {
margin-right: 30px;
}
.page-template-techincal-page #about-main {
min-height: 850px;
}
} @media screen and (max-width: 992px) {
.page-template-techincal-page #about-main {
min-height: auto;
}
.header-container {
width: 100%;
}
.header-nav,
.header-links .header-contact {
display: block;
}
.header-nav > li:not(:last-of-type) {
margin-right: 0;
}
.header-links .header-contact a:first-of-type {
margin-right: 0;
margin-bottom: 1rem;
}
.toggle-nav {
display: block;
z-index: 3;
cursor: pointer;
}
header.transparent .toggle-nav .nav-line {
background: white;
}
.toggle-nav .nav-line {
width: 40px;
height: 3px;
background: #39505e;
display: block;
transition: 0.3s ease-in-out;
}
.toggle-nav.open .nav-line {
opacity: 0%;
}
.toggle-nav .nav-line.top {
margin-bottom: 10px;
}
.toggle-nav .back-arrow {
opacity: 0%;
transition: 0.3s ease-in-out;
}
.toggle-nav.open .back-arrow {
opacity: 100%;
}
.nav-menu-container {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
pointer-events: none;
z-index: 1;
}
.header-links {
padding: 75px;
background: white;
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
align-items: flex-start;
padding-top: 238.73px;
height: 100vh;
transform: translateX(100%);
transition: 0.3s ease-in-out;
-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.nav-menu-container.open .header-links {
transform: translateX(0%);
}
.nav-menu-container.open {
pointer-events: all;
}
header {
width: 100% !important;
}
.header-middle {
width: 90%;
margin: 0 auto;
}
.header-middle a {
color: #39505e !important;
}
.header-nav > li a {
font-size: 28px;
}
.header-nav {
margin-top: 0;
}
.header-nav > li.drop::after {
content: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/11/icon-nav-more.svg);
display: none;
}
.header-nav > li.drop .drop-box {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 100%;
pointer-events: all;
padding: 75px;
padding-top: 238.73px;
transform: translateX(100%);
-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.header-nav > li.drop.hover .drop-box {
transform: translateX(0%);
}
.header-nav > li.drop .drop-box li {
margin-bottom: 1rem;
padding: 5px;
white-space: normal;
}
.header-links .header-contact a {
font-size: 18px;
}
.header-nav > li.drop {
position: initial;
}
.service-box {
width: 50%;
padding-bottom: 40%;
}
.service-box.split .service-box {
padding-bottom: 40%;
}
.service-box.long {
width: 50%;
}
.service-box .content,
.service-box .content::after {
border-radius: 0 !important;
}
.why-intech-controls {
grid-template-columns: 1fr 1fr;
margin-top: 50px;
}
.why-intech-controls > div:not(.item, :first-of-type, .large-text) {
display: none;
}
#why-intech-controls .side-video {
width: 100%;
height: 1099px;
max-width: initial;
mask-position: center right 5px;
-webkit-mask-position: top left;
object-position: right;
position: initial;
}
.why-intech-controls .large-text,
.why-intech-controls > div:first-of-type {
grid-column-start: 1;
grid-column-end: 3;
}
.contact-us {
flex-direction: column-reverse;
}
.contact-us__details {
width: 100%;
white-space: normal;
padding-right: 0;
}
#single-service-capabilities .side-image {
position: initial;
transform: none;
max-width: calc(100% - 12px);
}
#about-main .side-image {
position: initial;
transform: none;
width: calc(100% - 12px);
float: initial;
max-width: calc(80% - 50px);
}
#about-main {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.about-main {
padding-right: 0;
}
.single-service-three-link {
padding: 50px 10px;
}
.single-service-capabilities,
.about-main {
width: 100%;
float: initial;
margin-top: 50px;
}
.single-service-benefits .points {
grid-template-columns: 1fr 1fr;
}
.about-points .tabs .tab {
grid-template-columns: 1fr;
}
.about-blue {
grid-template-columns: 1fr;
gap: 0;
}
.case-hero {
height: 100vh;
}
.single-case-post .content h2 {
font-size: 30px;
}
.case-filters .wpc-filters-section,
.case-filters .widget_wpc_sorting_widget {
display: block;
}
.case-filters .wpc-filter-title,
.case-filters .widgettitle {
margin-right: 0;
margin-bottom: 10px;
}
.case-filters .filters {
justify-content: flex-start;
}
#about-main .side-image .i-hover {
position: absolute;
left: initial;
right: 48%;
top: 4%;
}
#about-main .side-image .i-hover .hover-content {
top: calc(100% + 10px);
right: 50%;
transform: translateX(50%);
border-top-right-radius: 30px;
}
} @media screen and (max-width: 768px) {
#single-hero-img {
width: 100%;
}
#single-hero-img .container-fluid,
#single-hero-img .container-fluid .row .col-12 {
padding: 0;
}
#single-hero-img .container-fluid .row {
margin: 0 !important;
}
.single-hero-img img {
border-radius: 0;
}
.single-hero-img {
padding-bottom: 30%;
}
} @media screen and (max-width: 767px) {
body {
margin-top: 160px;
}
.header-middle .desk {
max-height: 110px;
}
.header-middle .res {
max-width: 200px;
}
.header-nav > li.drop .drop-box,
.header-links {
padding-top: 200px;
}
h1 {
font-size: 50px;
}
.working-alongside p,
.trusted-hands h5 {
margin-bottom: 1rem;
margin-right: 0;
}
.working-alongside,
.trusted-hands,
.who-we-are,
.what-we-offer,
.cta .content,
.single-service-intro,
.single-service-accordion,
.about-capabilities {
display: block;
}
.service-box {
width: 100%;
padding-bottom: 70%;
}
.service-box.long {
width: 100%;
}
.service-box.split .service-box {
padding-bottom: 70%;
}
.home-blue {
width: 100%;
}
#home-blue .col-12 {
position: relative;
}
#home-blue .i-hover {
bottom: calc(100% + 10px);
left: 12px;
}
.i-hover .hover-content {
width: 300px;
}
.cta .points {
display: block;
right: initial;
left: 30px;
}
.cta {
padding: 100px 30px;
}
.cta .content h2,
.cta .content h5 {
margin-bottom: 1rem;
}
#cta .i-hover {
transform: none;
right: 12px;
}
#why-intech-controls .side-video {
mask-position: center right 12px;
-webkit-mask-position: center right 12px;
}
.why-intech-controls {
display: block;
}
.four-points {
grid-template-columns: 1fr;
}
.footer-top {
display: flex;
flex-direction: column-reverse;
}
.footer-top .socials {
margin-top: 50px;
}
footer {
border-top-right-radius: 100px;
}
.footer-links {
grid-template-columns: 1fr;
}
.footer-banner {
flex-direction: column;
}
.footer-banner div {
margin-bottom: 1rem;
}
button {
font-size: 22px;
}
.contact-form-split {
display: block;
padding-bottom: 0px;
}
.contact-form-split div:first-of-type {
padding-right: 0px;
padding-bottom: 20px;
width: 100%;
}
.contact-form-split div:last-of-type {
padding-left: 0px;
padding-bottom: 20px;
width: 100%;
}
.contact-us__title {
display: block;
}
.contact-us__title h1 {
margin-bottom: 0.5rem;
}
.single-service-three-links,
.single-service-benefits .points {
grid-template-columns: 1fr;
}
.single-service-capabilities {
padding: 50px 25px;
}
#single-service-benefits .outer-container,
#about-blue .outer-container {
width: 100%;
border-radius: 0;
padding: 50px 0;
}
.page-template-about-page #trusted-hands {
margin-top: 50px;
}
.about-points #res-links {
display: block;
margin-bottom: 1rem;
width: 100%;
font-size: 28px;
-webkit-appearance: none;
appearance: none;
padding: 1rem 0;
font-family: loos-wide, sans-serif;
font-weight: 400;
color: #39505e;
border: none;
border-bottom: 2px solid #cecece;
background-image: url(//www.intechcontrols.co.uk/wp-content/uploads/2023/12/icon-drop-dark.svg);
background-repeat: no-repeat;
background-position: center right;
padding-right: 30px;
background-size: 18px auto;
background-color: transparent;
}
.about-points .links {
display: none;
}
.about-points {
display: block;
}
#about-points {
background-image: none;
}
.about-points .tabs .tab {
gap: 50px;
}
.about-blue .staff {
grid-template-columns: 1fr;
gap: 50px;
}
.single-case-post.featured {
padding-bottom: 100%;
grid-column-end: 1;
}
.single-case-post.featured .content {
right: 30px;
}
.case-posts,
.alm-reveal {
grid-template-columns: 1fr;
}
.case-filters .filters {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 10px;
}
.single-hero-img {
padding-bottom: 50%;
}
#single-service-three-links {
margin-top: -75px;
}
#about-main .side-image .i-hover {
position: absolute;
left: initial;
right: 43%;
top: 1%;
}
} @media screen and (max-width: 375px) {
.header-nav > li.drop .drop-box,
.header-links {
padding: 75px 30px;
padding-top: 200px;
}
h1 {
font-size: 44px;
}
.i-hover .hover-content {
width: 235px;
padding: 15px;
}
.cta .btn-blue {
white-space: wrap;
}
.why-intech-controls {
margin-top: 0;
}
.owl-testimonials .testimonial {
padding: 15px;
}
.footer-banner div {
flex-direction: column;
}
#services-boxes {
width: 100%;
}
}
@media screen and (max-height: 600px) {
.single-service-hero,
.home-hero,
.about-hero,
.case-hero {
height: auto;
padding: 100px 0;
}
}