/*
Theme Name: MMD
Theme URI: https://mmediadesign.co.uk/
Author: MMD
Author URI: http://tidythemes.com/
Description: Formed in 2005, MMD are an award-winning Website Design and Marketing Agency working with clients across the UK and Ireland. We have a proven track record in building powerful brands across a range of industries.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023.3.6
*/
/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); */
body {
    color: #000000cc;
/* 	font-family: "Outfit", sans-serif; */
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
.z-index-1 {
    z-index: 1;
}
.cursor-pointer {
    cursor: pointer;
}
.text-grey {
    color: #a7b0b8;
}
.text-color1 {
    color: #03878e;
}
.bg-color1 {
    background-color: #03878e;
}
.bg-cover {
    background-size: cover;
    background-position: center;
}
.btn-custom {
    font-size: 12px;
    color: #ffffff;
    width: 198px;
    display: inline-block;
    text-align: center;
    padding: 24px 0;
    letter-spacing: 1px;
    transition: 0.3s;
    position: relative;
}
.btn-custom-white {
    font-size: 12px;
    color: #03878e;
    width: 198px;
    display: inline-block;
    text-align: center;
    padding: 24px 0;
    letter-spacing: 1px;
    transition: 0.3s;
    position: relative;
}
.btn-custom span,
.btn-custom-white span {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
.btn-custom::before {
    content: '';
    position: absolute;
    background-image: url('images/button-bg.png');
    top: 0;
    left: 0;
    width: 198px;
    height: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-size: cover;
}
.btn-custom-white::before {
    content: '';
    position: absolute;
    background-image: url('images/button-bg-white.png');
    top: 0;
    left: 0;
    width: 198px;
    height: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-size: cover;
}
.btn-custom:hover:before,
.btn-custom-white:hover:before {
    width: 0;
}
.btn-custom:after {
    content: '';
    position: absolute;
    background-image: url('images/button-bg-white.png');
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-size: cover;
    background-position: center right;
}
.btn-custom-white:after {
    content: '';
    position: absolute;
    background-image: url('images/button-bg.png');
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-size: cover;
    background-position: center right;
}
.btn-custom:hover {
    color: #03878e;
}
.btn-custom-white:hover {
    color: #ffffff;
}
.btn-custom:hover:after,
.btn-custom-white:hover:after {
    width: 198px;
}
.container {
    max-width: 1480px;
}
#header {
    z-index: 9;
}
#header #logo img {
    transition: 0.3s;
    width: 187px;
}
#header.fixed #logo img {
    width: 120px;
}
#header-top {
    font-size: 11px;
    letter-spacing: 0.5px;
}
#main-header {
    margin: 30px 0;
}
#main-header #menu-main-menu {
    padding: 0;
    margin: 0;
}
#main-header #menu-main-menu > li {
    display: inline;
    margin-left: 50px;
}
#main-header #menu-main-menu > li:first-child {
    margin-left: 0;
}
#header #main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    width: 100%;
    /* height: 500px; */
    left: 0;
    padding: 0;
    top: 0;
    background-color: #e5e5e5;
    text-align: left;
    overflow: hidden;
    display: none;
    margin-top: 158px;
}
#header.fixed #main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu {
    top: -21px;
}
#main-header #menu-main-menu > li.menu-item-has-children:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
}
#header.fixed #main-header #menu-main-menu > li.menu-item-has-children:hover:after {
    height: 46px;
}
#main-header #menu-main-menu > li.menu-item-has-children ul.sub-menu li {
    list-style: none;
}
#main-header #menu-main-menu > li.menu-item-has-children ul.sub-menu li a {
    color: #03878e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
    padding: 10px 100px;
    position: relative;
}
#main-header #menu-main-menu > li.menu-item-has-children ul.sub-menu li a > i {
    display: none;
}
#main-header #menu-main-menu > li.menu-item-has-children ul.sub-menu li a:hover {
    background-color: #d9d9d9;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li {
    display: block;
    width: 65%;
    float: left;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu li a::after {
    content: '>';
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    color: #03878e;
    margin-top: -2px;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li:nth-child(2)::after {
    margin-top: 25px;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li:nth-child(2) {
    padding-top: 50px;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li:first-child {
    width: 35%;
    min-height: 500px;
    float: left;
    background-color: #03878e;
    padding: 43px 0 0;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li:first-child a {
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li:first-child a:hover {
    background-color: #03878e;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0;
    right: -15%;
    padding: 0;
    z-index: 1;
    background-color: #e5e5e5;
    border-left: 1px solid #d9d9d9;
    padding-top: 50px;
    display: none;
}
#main-header #menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
    position: relative;
}
#header #main-header #menu-main-menu > li.menu-item-has-children:hover > ul.sub-menu,
#main-header #menu-main-menu > li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
    display: block;
}
.menu-item-description {
    margin-top: 30px;
    text-transform: initial;
    font-size: 16px;
}
#main-header #menu-main-menu > li > a {
    color: #03878e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
#header-social a i {
    font-size: 24px;
}
#home-slider {
    height: 750px;
    margin-top: 158px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#home-slider h2::after {
    content: '';
    position: absolute;
    background-color: #02adb6;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 0;
}
#sectors-section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    background-color: #05888D;
}
.home-content h1,
#sectors-section h2,
#our-services-section h2,
.section-content h2,
.page-content h2 {
    position: relative;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* color: #03878e; */
}
.home-content h1::after,
#sectors-section h2::after,
#our-services-section h2::after,
.section-content h2::after,
.page-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #02adb6;
    width: 30px;
    height: 3px;
}
.home-featured-image::after {
    content: '';
    background-color: #d7d7d7;
    position: absolute;
    width: 150%;
    height: 130%;
    top: 50%;
    left: -100%;
    border-radius: 0 14% 14% 0;
    transform: translateY(-50%);
}
.page-background {
    background-size: 100%;
    background-position: top center;
}
#accordion h3 {
    cursor: pointer;
    border-radius: 15px 15px 0 15px;
    outline: 0;
    margin-bottom: -30px;
}
#accordion h3:last-child {
    margin-bottom: 0;
}
#accordion h3::after {
    content: '';
    background-color: #03878e;
    width: 3px;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
#accordion h3 .ui-icon {
    position: absolute;
    right: 0;
}
#accordion h3 .ui-icon {
    color: #ffffff;
    background-color: #bdbdbd;
    width: 57px;
    height: 57px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-align: center;
    padding: 16px 0;
    border-radius: 0 15px 15px 15px;
}
#accordion1 h3,
#accordion2 h3 {
    border-radius: 15px;
    cursor: pointer;
    padding: 34px 50px 54px;
    background-color: #ffffff;
    outline: 0;
    box-shadow: 0 10px 10px #e5e5e5;
}
#accordion1 h3::after,
#accordion2 h3::after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 32px;
    width: 30px;
    height: 3px;
    background-color: #02adb6;
}
#accordion1 .ui-accordion-content,
#accordion2 .ui-accordion-content {
    top: -35px;
    position: relative;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 10px #e5e5e5;
    overflow: hidden;
}
#accordion1 .content,
#accordion2 .content {
    z-index: 1;
}
#accordion1 li::before,
#accordion2 li::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: -1px;
    left: -35px;
    background-image: url('images/list-icon.png');
}
#accordion1 li,
#accordion2 li {
    position: relative;
    list-style: none;
    margin: 20px 0;
}
.services-thumbnail::after {
    content: '';
    background-color: #d7d7d7;
    position: absolute;
    width: 150%;
    height: 130%;
    top: 50%;
    right: -100%;
    border-radius: 14% 0 0 14%;
    transform: translateY(-50%);
}
#our-services-section {
    background-image: url('images/services-abs.png');
    background-size: 30% 100%;
    background-position: center left;
    background-repeat: no-repeat;
}
#testimonial-section {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    background-color: #a2a2a2;
}
#testimonial-section h4 {
    margin-bottom: 30px;
    font-weight: 300;
}
#testimonial-section::before {
    content: '';
    background-color: #076065;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}
#testimonial-section::after {
    content: '';
    background-color: #076065;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
#map_left,
#map_right {
    width: 100%;
    height: 370px;
}
#maps h5 {
    background-color: #0db4b8;
}
#subscribe-form {
    top: -72px;
}
#sunscribe-form input[type='email'] {
    background-color: #359fa5;
    border-radius: 50px;
    padding-left: 30px;
    height: 50px;
    color: #ffffff;
    border: 0;
    width: 100%;
    font-size: 14px;
    outline: 0;
}
#sunscribe-form input[type='submit'] {
    background-color: #0db4b8;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50px;
    border: 0;
    width: 150px;
    height: 50px;
    margin-left: -70px;
}
span.wpcf7-spinner {
    position: absolute;
    top: 14px;
    margin: 0 0 0 10px;
}
#sunscribe-form p {
    margin-bottom: 0;
}
#sunscribe-form input[type='email']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
#sunscribe-form input[type='email']::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
#sunscribe-form input[type='email']:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
#sunscribe-form input[type='email']:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
#page-banner {
    margin-top: 158px;
}
.service-content p,
.service-content ul {
    margin-bottom: 40px;
}
#services .service {
    padding: 40px 15px 15px 40px;
    border-radius: 12px 12px 0 12px;
    min-height: 250px;
    background-color: #ffffff;
}
#services .service .row {
    height: 195px;
}
#services .service h6 {
    border-left: 3px solid #03878e;
    font-size: 18px;
    padding-left: 24px;
}
#services .service p {
    color: #6c6c6c;
}
#services .service i {
    color: #ffffff;
    background-color: #bdbdbd;
    width: 57px;
    height: 57px;
    display: inline-block;
    font-size: 34px;
    text-align: center;
    padding: 11px 0;
    border-radius: 0 15px 15px 15px;;
}
#services .service:hover {
    background-color: #038b92;
}
#services .service:hover h6,
#services .service:hover p {
    color: #ffffff;
}
#services .service:hover h6 {
    border-color: #ffffff;
}
#services .service:hover i {
    background-color: #0db4b8;
}
.section-left-img::after {
    content: '';
    background-color: #d7d7d7;
    position: absolute;
    width: 150%;
    height: 130%;
    top: 50%;
    left: -100%;
    border-radius: 0 14% 14% 0;
    transform: translateY(-50%);
}
.section-right-img::after {
    content: '';
    background-color: #d7d7d7;
    position: absolute;
    width: 150%;
    height: 130%;
    top: 50%;
    right: -100%;
    border-radius: 14% 0 0 14%;
    transform: translateY(-50%);
}
.section-content {
    font-size: 18px;
    color: #038b92;
}
.page-content {
    font-size: 18px;
}
.page-content ul li,
.section-content ul li {
    position: relative;
    list-style: none;
    margin: 20px 0;
}
.page-content ul li::before,
.section-content ul li::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 2px;
    left: -35px;
    background-image: url('images/list-icon.png');
}
.page-content ol li {
    margin: 20px 0;
}
.service-content h4 {
    position: relative;
    font-weight: 300;
    margin-bottom: 20px;
}
#contact-page  h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #03878e;
}
#contact-info i {
    width: 72px;
    height: 72px;
    padding: 19px 0;
}
#news .item .thumbnail {
    height: 250px;
}
#news .item .thumbnail::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
}
#news .item .thumbnail:hover:after {
    display: none;
}
#news .item .thumbnail .category {
    line-height: normal;
    opacity: 0;
    margin-top: 30px;
    z-index: 1;
    transition: 0.3s;
    font-size: 11px;
}
#news .item .thumbnail:hover .category {
    opacity: 1;
    margin-top: 15px;
}
#news .item .author {
    font-size: 12px;
}
#news .item .thumbnail .photo {
    transition-duration: .8s;
    transform: scale(1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
#news .item .thumbnail .photo:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
#news .item h5 a {
    color: #000000cc;
    background-image: linear-gradient(to right,currentColor 0%,currentColor 100%);
    transition: background-size .25s cubic-bezier(.785,.135,.15,.86)0s;
    background-position: 100% 95%;
    background-size: 0 2px;
    display: inline;
    background-repeat: no-repeat;
}
#news .item:hover h5 a {
    color: #03878e;
    background-size: 100% 2px;
    background-position: 0 95%;
}
ul.page-numbers {
    padding: 0;
    margin: 50px 0 0;
    width: 100%;
    text-align: center;
}
ul.page-numbers li {
    display: inline-block;
    margin: 0 5px;
}
ul.page-numbers li a {
    font-size: 14px;
    color: #02878D;
    border: 1px solid #02878D;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    padding: 13px 0;
}
ul.page-numbers li a:hover,
ul.page-numbers li .current {
    border: 1px solid #02878D;
    background-color: #02878D;
    font-size: 14px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    padding: 13px 0;
}
.section-left-img img {
    border-radius: 0 100px 100px 100px;
    min-height: 500px;
    border: 1px solid #D7D7D7;
}
.section-right-img img {
    border-radius: 100px 0 100px 100px;
    min-height: 500px;
    border: 1px solid #D7D7D7;
}
.breadcrumbs {
    font-size: 12px;
}
#mobile-navigation {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: 0.5s;
    top: 73px;
    padding-bottom: 150px;
    text-align: left;
    overflow-y: auto;
}
#mobile-navigation.active {
    left: 0;
}
#mobile-navigation > ul.menu {
    padding: 40px 20px;
    margin: 0;
}
#mobile-navigation > ul.menu li {
    list-style: none;
}
#mobile-navigation > ul.menu > li a {
    color: #222222;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    position: relative;
}
#mobile-navigation > ul.menu > li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #03878e;
}
#mobile-navigation > ul.menu > li ul.sub-menu {
    padding: 0;
    margin: 0;
    display: none;
}
form#search-form {
    position: absolute;
    bottom: -80px;
    right: -35px;
    display: none;
}
form#search-form.show {
    display: block;
}
form#search-form input[type='text'] {
    border: 1px solid #ccc;
    padding-left: 20px;
    height: 60px;
    width: 400px;
    border-radius: 50px;
    outline: 0;
    color: #03878e;
    font-style: italic;
}
form#search-form button {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
}
.home-featured-image img {
    border-radius: 0 100px 100px 100px;
}
.services-thumbnail img {
    border-radius: 100px 0 100px 100px;
}
.wpcf7 form .wpcf7-response-output {
    border: 1px solid;
    padding: 20px !important;
}
#footer {
    background-color: #e5e5e5;
    background-image: url('images/footer-bg.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 75% 100%;
}
#footer-menu ul {
    padding: 0;
    margin: 0;
}
#footer-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}
#footer-menu ul li a {
    color: #212529;
    font-size: 14px;
    transition: 0.3s;
}
#footer-menu ul li a:hover {
    color: #03878e;
}
#footer-social a {
    color: #748494;
}