footer p {
font-size: 16px;
line-height : 30px;
}
footer h4{
text-transform: unset;
font-size: 22px
}
header {
padding: 24px 0 18px;
border-bottom: 1px solid #C6C6C6;
background-color: #f7f7f7;
}
.header-logo {
width: clamp(6.875rem, -1.2421rem + 12.6953vw, 10.9375rem) !important;
display: block;
height: clamp(4.25rem, -0.7451rem + 7.8125vw, 6.75rem);
}
header .header-right-side {
display: flex;
align-items: center;
justify-content: space-between;
width: 77.5%;
}
.mobile-menu {
width: calc(100% - 300px);
max-width: 828px;
}
header .menu {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
header .menu li.menu-item a {
font-size: 18px;
line-height: 70px;
color: #333333;
font-weight: 800;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
position: relative;
}
header .menu li.menu-item > a:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
top: 61%;
left: 0;
background-color: #333333;
transform-origin: bottom right;
transition: transform 0.25s ease;
}
header .menu .sub-menu li a:after {
display: none;
}
header .menu sub-menu li.menu-item a:hover {
text-decoration: underline !important;
}
header .menu li.menu-item a:hover:after {
transform: scale(1.0);
transform-origin: bottom left;
}
header .current-menu-item a:after {
transform: scale(1.0) !important;
transform-origin: bottom left !important;
}
footer a {
position: relative !important;
}
footer a:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: -5px;
left: 0;
background-color: #16bbef;
transform-origin: bottom right;
transition: transform 0.25s ease;
}
footer .customer-support li a:after {
display: none !important;
}
footer a:hover:after {
transform: scale(1.0);
transform-origin: bottom left;
}
footer a:hover {
text-decoration: none !important;
} header .primaryBtn{
letter-spacing: 1px;
}
header .menu li.menu-item-object-custom .sub-menu {
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 50%;
background-color: #50B0EA;
border-radius: 10px;
width: 100%;
min-width: 616px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
gap: 0 10px;
z-index: 20;
margin-bottom: -1px;
transform: translate(-50%, 10%);
transition: all 0.5s ease-in-out;
}
header .menu li.menu-item-object-custom:hover .sub-menu {
opacity: 1;
pointer-events: all;
transform: translate(-50%, 0%);
}
header .menu li.menu-item-object-custom .sub-menu li {
width: 48%;
flex: 1 1 auto;
}
header .menu li.menu-item .sub-menu a {
width: 100%;
color: #fff;
display: flex;
padding: 15px;
line-height: 20px;
font-weight: 600;
font-size: 16px;
border-bottom: 1px solid #fff;
transition: all 0.5s ease-in-out;
}
header .menu li.menu-item .sub-menu li:last-child a{
border-bottom: none;
}
header .menu li.menu-item-object-custom .sub-menu:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
width: 15px;
height: 8px;
transform: translate(-50%,1px);
background: center/cover no-repeat url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8"%3E%3Cpath id="Polygon_5" data-name="Polygon 5" d="M7.5,0,15,8H0Z" fill="%2350B0EA"/%3E%3C/svg%3E');
} 
.primaryBtn.phoneIcon::before {
content: "";
display: block;
width: 20px;
height: 30px;
background: center / cover no-repeat
url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="30.001" viewBox="0 0 20 30.001"%3E%3Cpath id="iconmonstr-phone-1" d="M24,28.277l-4.4-8.494c-.01,0-2.468,1.213-2.58,1.264-2.8,1.358-8.5-9.775-5.761-11.243l2.6-1.283L9.5,0,6.862,1.3c-9,4.694,5.291,32.478,14.5,28.27.151-.069,2.628-1.286,2.638-1.291Z" transform="translate(-4)" fill="%23fff"/%3E%3C/svg%3E');
}
.container {
max-width: 1535px;
margin: 0 auto;
padding: 0 15px;
width: 100%;
}
@keyframes shake2 {
0% {
transform: rotate3d(0,0,1,0deg);
}
20%, 32%, 44%, 56%, 68% {
transform: rotate3d(0,0,1,0deg);
}
23%, 35%, 47%, 59%, 71% {
transform: rotate3d(0,0,1,15deg);
}
26%, 38%, 50%, 62%, 74% {
transform: rotate3d(0,0,1,0deg);
}
29%, 41%, 53%, 65%, 77% {
transform: rotate3d(0,0,1,-15deg);
}
80% {
transform: rotate3d(0,0,1,0deg);
}
}
.container-md {
max-width: 1442px;
margin: 0 auto;
padding: 0 15px;
width: 100%;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.flex-col {
-ms-flex-direction: column;
flex-direction: column;
}
.align-center {
align-items: center;
}
.align-start {
align-items: flex-start;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.text-center {
text-align: center;
}
.primaryBtn {
font-size: 18px;
line-height: 20px;
font-weight: 600;
padding: 14px 30px;
background-color: #50b0ea;
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
width: fit-content;
overflow: hidden;
color: #ffffff;
border: 1px solid transparent;
border-radius: 10px;
gap: 16px;
transition: all 0.5s ease-in-out;
}
.primaryBtn.phoneIcon::before {
content: "";
display: block;
width: 20px;
height: 30px;
background: center / cover no-repeat
url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="30.001" viewBox="0 0 20 30.001"%3E%3Cpath id="iconmonstr-phone-1" d="M24,28.277l-4.4-8.494c-.01,0-2.468,1.213-2.58,1.264-2.8,1.358-8.5-9.775-5.761-11.243l2.6-1.283L9.5,0,6.862,1.3c-9,4.694,5.291,32.478,14.5,28.27.151-.069,2.628-1.286,2.638-1.291Z" transform="translate(-4)" fill="%23fff"/%3E%3C/svg%3E');
animation: shake2 4s ease-in-out infinite;
}
.primaryBtn.phoneIcon::before {
content: "";
display: block;
width: 20px;
height: 30px;
background: center / cover no-repeat
url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="30.001" viewBox="0 0 20 30.001"%3E%3Cpath id="iconmonstr-phone-1" d="M24,28.277l-4.4-8.494c-.01,0-2.468,1.213-2.58,1.264-2.8,1.358-8.5-9.775-5.761-11.243l2.6-1.283L9.5,0,6.862,1.3c-9,4.694,5.291,32.478,14.5,28.27.151-.069,2.628-1.286,2.638-1.291Z" transform="translate(-4)" fill="%23fff"/%3E%3C/svg%3E');
}
input:not([type="file"], [type="image"], [type="checkbox"], [type="radio"], [type="submit"], [type="button"] ), textarea {
width: 100%;
color: #00152C;
font-size: 18px;
line-height: 60px;
border-radius: 10px;
background-color: #ffffff;
padding: 6px 29px 3px;
outline: none;
border: none;
}
textarea {
height: 138px;
}
.gform_footer {
margin: 25px auto 0;
max-width: fit-content;
}
.gfield_label {
display: none !important;
}
input:is([type="submit"]) {
--bg-color: #50B0EA;
font-size: 18px;
line-height: 20px;
border-radius: 10px;
color: #FFFFFF;
padding: 20px 70px 20px 39px;
border: none;
outline: none;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s ease-in-out;
background: 82% center / 20px no-repeat
url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20.5" height="11.944" viewBox="0 0 20.5 11.944"%3E%3Cpath id="Arrow_Right_" data-name="Arrow (Right)" d="M20.266,137.29h0l-4.184-5.009a.709.709,0,0,0-1.133,0,1.106,1.106,0,0,0,0,1.362l2.809,3.363H.8a.98.98,0,0,0,0,1.926H17.76L14.951,142.3a1.106,1.106,0,0,0,0,1.362.709.709,0,0,0,1.133,0l4.184-5.009h0A1.107,1.107,0,0,0,20.266,137.29Z" transform="translate(0 -132)" fill="%23fff"/%3E%3C/svg%3E'), var(--bg-color);
cursor: pointer;
}
input:is([type="submit"]):hover {
background-position: 90% center;
--bg-color: #333;
}
.menu-item-has-children {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
position: relative;
}
.menu-item-has-children .dropDown {
width: 15px;
height: 15px;
display: flex;
align-items: center;
justify-content: center;
margin-top: -4px;
transition: all 0.5s ease-in-out;
}
.menu-item-has-children:hover .dropDown {
rotate: 180deg;
}
.menu-item-has-children .dropDown::before {
content: "";
display: block;
width: 100%;
height: 100%;
background: center/contain no-repeat url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="9.938" height="6.29" viewBox="0 0 9.938 6.29"%3E%3Cpath id="Path_40972" data-name="Path 40972" d="M2217.2,1629.253l3.877,3.572-3.877,3.541" transform="translate(1637.778 -2215.786) rotate(90)" fill="none" stroke="%23333333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/%3E%3C/svg%3E');
}
.primaryBtn:hover {
background-color: #333 !important; 
color: #ffffff !important;
}
.primaryBtn:hover.arrowIcon::after {
transform: translateX(10px) !important;  
}  footer {
padding: 80px 0;
background-color: #F7F7F7;
border-top: 1px solid #C6C6C6;
}
footer a.site-logo{
width: 176px;
display: block;
}
footer .site-logo-text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 710px;
margin: 0px auto;
gap: 24px;
}
footer p {
letter-spacing: -0.1px;
}
footer .quick-links p {
font-size: 15px;
line-height: 24px;
color: #00152C;
font-weight: 500;
max-width: 300px;
margin-bottom: 27px;
}
footer a {
font-size: 15px;
line-height: 14.4px;
color: #00152C;
font-weight: 400;
transition: all 0.5s ease-in-out;
}
footer .current-menu-item a {
text-decoration: auto;
}
footer h4{
font-weight: 700;
margin-bottom: 27px;
color: #333;
}
footer  .container-md{
max-width: 1250px;
}
footer .quick-links {
margin-top: 65px;
}
footer .customer-support li:not(:last-child) {
margin-bottom: 29px;	
}
footer .customer-support li {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 13.2px;
font-size: 15px;
line-height: 14.4px;
color: #00152C;
font-weight: 400;
transition: all 0.5s ease-in-out;
}
footer .customer-support li a{
display: flex;
align-items: center;
justify-content: flex-start;
gap: 13.2px;
transition: all 0.5s ease-in-out;
width: 100%;
}
footer .customer-support li a {
text-decoration: underline;
}
footer .customer-support li a:hover {
text-decoration: none;
}
footer .customer-support figure{
width: 23.21px;
height: 22px;
}
footer .customer-support figure img{
object-fit: contain;
width: 100%;
height: 100%;
}
footer .customer-support  span {
width: calc(100% - (23.21px + 13.2px));
}
footer .customer-support {
width: 28%;
min-width: fit-content;
}
footer .pages {
width: 10%;
min-width: fit-content;
}
footer .our-services {
width: 35.5%;
}
footer :is(.pages, .our-services) h4{
margin-bottom: 22px;
}
footer :is(.pages, .our-services) li{
margin-bottom: 6px;
line-height: 30px;
}
footer :is(.our-services) ul{
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 0 10px;
flex-wrap: wrap;
}
footer :is(.our-services) ul li{
width: 38%;
min-width: 170px;
}
.copyright {
text-align: center;
margin-top: 80px;
color: #00152C;
font-size: 12px;
line-height: 30px;
}
.mobile-menu-btn  {
display: none;
}
header img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
} .gform_wrapper input:not([type="file"], [type="image"], [type="checkbox"], [type="radio"], [type="submit"], [type="button"] ), textarea {
width: 100% !important;
color: #00152C !important;
font-size: 18px !important;
line-height: 60px !important;
border-radius: 10px !important;
background-color: #ffffff !important;
padding: 6px 29px 3px !important;
outline: none !important;
height: -webkit-fit-content !important;
height: -moz-fit-content !important;
height: fit-content !important;
border: none !important;
}
.page-template-template-contactus .gform_wrapper input:not([type="file"], [type="image"], [type="checkbox"], [type="radio"], [type="submit"], [type="button"] ), .gform_wrapper textarea  {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.gform_wrapper textarea::placeholder,
.gform_wrapper input:not([type="file"], [type="image"], [type="checkbox"], [type="radio"], [type="submit"], [type="button"] )::placeholder {
font-family: "Inter", sans-serif;
color: #00152C !important;
}
.gform_wrapper textarea {
height: 138px !important;
min-height: 0 !important;
}
.gform_footer {
margin: 25px auto 0;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.gfield_label {
display: none !important;
}
.gform_wrapper  input:is([type="submit"]) {
--bg-color: #50B0EA !important;
font-size: 18px !important; 
line-height: 20px !important;
border-radius: 10px !important;
color: #FFFFFF !important;
padding: 20px 70px 20px 39px !important;
border: none !important; 
outline: none !important;
font-weight: 600 !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-transition: all 0.5s ease-in-out !important;
-o-transition: all 0.5s ease-in-out !important;
transition: all 0.5s ease-in-out !important;
background: 82% center / 20px no-repeat
url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20.5" height="11.944" viewBox="0 0 20.5 11.944"%3E%3Cpath id="Arrow_Right_" data-name="Arrow (Right)" d="M20.266,137.29h0l-4.184-5.009a.709.709,0,0,0-1.133,0,1.106,1.106,0,0,0,0,1.362l2.809,3.363H.8a.98.98,0,0,0,0,1.926H17.76L14.951,142.3a1.106,1.106,0,0,0,0,1.362.709.709,0,0,0,1.133,0l4.184-5.009h0A1.107,1.107,0,0,0,20.266,137.29Z" transform="translate(0 -132)" fill="%23fff"/%3E%3C/svg%3E'), var(--bg-color) !important;
cursor: pointer !important;
}
.gform_wrapper  input:is([type="submit"]):hover {
background-position: 90% center !important;
--bg-color: #333 !important;
}
@media (max-width: 1570px) {
.container-md,
section.availability-service-areas .container-md{
max-width: 1300px !important; 
padding: 0 30px;
}
.container {
padding: 0 30px;
max-width: 1380px; 
}
section.enquire-now .inner-container {
padding: 50px;
max-width: 1030px;
}
}
@media (max-width: 1280px) {
header {
padding: 18px 0;
}
header .header-right-side {
width: 80% !important;
}
header .menu li.menu-item a {
font-size: 15px;
line-height: 50px;
}
.primaryBtn {
font-size: 15px;
gap: 10px;
line-height: 18px;
line-height: 18px;
}
.primaryBtn.phoneIcon::before {
width: 15px !important;
height: 23px !important;
}
.mobile-menu {
width: calc(100% - 230px) !important; 
}
}
@media (max-width: 1023px) {
.primaryBtn.phoneIcon {
font-size: 0 !important;
padding: 8px 20px 8px 13px !important;
}
.primaryBtn.phoneIcon::before {
margin-right: -30px !important;
}
.mobile-menu{
width: calc(100% - 65px) !important;
}
footer :is(.our-services) ul li {
flex: 1 1 auto;
}
footer .site-logo-text {
gap: 15px;
}
footer .quick-links {
margin-top: 40px;
}
.copyright {
margin-top: 40px;
}
footer a {
font-size: 14px;
}
footer :is(.pages, .our-services) h4 {
margin-bottom: 15px;
}
}
@media (max-width: 768px) {
footer .quick-links {
gap: 40px;
}
footer .customer-support {
flex: 1 1 auto;
width: 60%;
min-width: 300px;
}
footer .pages {
flex: 1 1 auto;
width: 30%;
min-width: fit-content;
}
footer .quick-links p {
font-size: 14px;
line-height: 20px;
max-width: 500px;
margin-bottom: 20px;
}
footer .customer-support li:not(:last-child) {
margin-bottom: 20px;
}
footer .our-services {
width: 100%;
flex: 1 1 auto;
}
footer :is(.our-services) ul li {
width: 30%;
min-width: 170px;
}
footer :is(.our-services) ul li {
margin-bottom: 0;
} header .header-right-side {
width: fit-content !important;
}
.headerBtn {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 20px;
}
.headerBtn {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 20px;
}
.mobile-menu-btn {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 5px;
width: 45px;
height: 33px;
cursor: pointer;
}
.mobile-menu-btn div{
border-radius: 30px;
width: 100%;
height: 3px;
background-color: #50b0ea;
transition: all .5s ease-in-out;
}
header.active .mobile-menu-btn div:first-child {
width: 100%;
margin-left: auto;
}
header.active .mobile-menu-btn div:first-child, header.active .mobile-menu-btn div:last-child {
width: 60%;
}
header {
position: relative;
}
.mobile-menu nav{
display: block;
width: 100% !important;
max-width: 100%;
}
.mobile-menu {
display: block;
position: absolute;
top: calc(100% + 1px);
right: 0;
z-index: 99;
background-color: #fff;
width: 100%;
height: 0vh;
overflow: hidden;
opacity: 0;
pointer-events: none;
transition: all 0.5s ease-in;
}
header.active .mobile-menu {
height: calc(100vh - 150px) ;
opacity: 1;
pointer-events: all;
overflow: auto;
}
header .mobile-menu {
min-width: 320px !important; 
}
body.fixed {
overflow: hidden;
}
.mobile-menu nav ul {
flex-direction: column;
align-items: flex-start;
}
.mobile-menu nav ul li {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.mobile-menu nav ul li a {
padding: 15px;
border-bottom: 1px solid #C6C6C6;
flex: 1 1 auto;
text-align: left;
}
.menu-item-has-children .dropDown {
width: 50px;
border-bottom: 1px solid #C6C6C6;
border-left: 1px solid #C6C6C6;
height: 54px;
margin: 0;
order: 2;
}
.menu-item-has-children .dropDown::before {
background-size: 15px;
}
header .menu li.menu-item-object-custom .sub-menu {
transform: unset;
position: unset;
pointer-events: all;
opacity: 1;
min-width: 100%;
order: 3;
border-radius: 0;
transition: unset;
display: none;
margin: 0;
}
header .menu li.menu-item .sub-menu a {
transition: unset;
}
.menu-item-has-children {
gap: 0;
}
header .menu li.menu-item a {
line-height: 22px;
order: 1;
}
header .menu li.menu-item-object-custom .sub-menu:after  {
display: none;
}
header .menu li.menu-item-object-custom .sub-menu li {
width: 100%; 
}
header .menu li.menu-item-object-custom:hover .sub-menu {
transform: unset;
}
.menu-item-has-children:hover .dropDown {
rotate: 0deg;
}
.menu-item-has-children .dropDown.active::before  {
transition: all 0.5s ease-in-out;
}
.menu-item-has-children .dropDown.active::before {
rotate: 180deg;
}
footer :is(.pages, .our-services) li {
margin-bottom: 0;
}
header .menu li.menu-item .sub-menu a {
line-height: 18px;
font-size: 13px;
}
}
section.content-block {
overflow: hidden;
}
.header .menu .sub-menu > li > a:after {
display: none;
}
header .menu .sub-menu > li > a:hover {
text-decoration: underline !important;
}
.availability-service-areas p a {
display: inline;
}