@charset "UTF-8";


/*
 Theme Name:   Mayfair Jones
 description:  Mayfair Jones website theme
 Author:       Fine Marketing
 Template:     astra
 Version:      1.0.0
*/


.mj-service-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}

.mj-service-image-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(25,35,60,.08);
  transition: .25s ease;
}

.mj-service-image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(25,35,60,.14);
}

.mj-service-img {
  height: 210px;
  overflow: hidden;
  border-bottom: 5px solid var(--mj-blue);
}

.mj-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .35s ease;
}

.mj-service-image-card:hover .mj-service-img {
  border-bottom-color: var(--mj-pink);
}

.mj-service-image-card:hover .mj-service-img img {
  transform: scale(1.05);
}

.mj-service-content {
  padding: 30px;
}

.mj-service-content h3 {
  color: var(--mj-dark);
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.mj-service-content p {
  color: var(--mj-text);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 950px) {
  .mj-service-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .mj-service-image-grid {
    grid-template-columns: 1fr;
  }

  .mj-service-img {
    height: 230px;
  }
}


body {
    font-family: 'Poppins', sans-serif;
    border-top: 4px solid #e6007e;
}

.over_foot a {
	color:#fff !important;
}
.mj-contact-cards a {
	color:#e6007e !important;
	font-weight:700;
}

.mj-services-section {
  padding: 15px 0 0px;
  background: #fff;
}

.mj-section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}

.mj-section-heading h2 {
    color: #202a3d;
    font-size: 34px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.mj-section-heading p {
  color: #4f5b6d;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.mj-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.mj-service-card {
  position: relative;
  background: #ffffff;
  padding: 38px 32px;
  min-height: 260px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 35, 60, 0.08);
  border-top: 5px solid transparent;
  transition: 0.25s ease;
}

.mj-service-card:hover {
  transform: translateY(-6px);
  border-top-color: #df0a6b;
  box-shadow: 0 18px 42px rgba(25, 35, 60, 0.14);
}

.mj-service-icon {
  width: 64px;
  height: 64px;
  background: #eef5fb;
  color: #1260a0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 24px;
}

.mj-service-card h3 {
  color: #202a3d;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.mj-service-card p {
  color: #4f5b6d;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.mj-services-cta {
  margin-top: 42px;
  background: #2d2b69;
  border-left: 8px solid #df0a6b;
  padding: 26px 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mj-services-cta p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.mj-services-cta a {
  background: #df0a6b;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 950px) {
  .mj-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .mj-services-section {
    padding: 50px 0 60px;
  }

  .mj-services-grid {
    grid-template-columns: 1fr;
  }

  .mj-service-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .mj-services-cta {
    flex-direction: column;
    text-align: center;
  }

  .mj-services-cta a {
    width: 100%;
    text-align: center;
  }
}
.mj-hero {
  padding: 0px 0 55px;

  overflow: hidden;
}

.mj-container {
  width: min(1120px, 90%);
  margin: 0 auto;
}

.mj-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 520px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(25, 35, 60, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.mj-hero-content {
  padding: 70px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mj-hero-eyebrow {
     color: #df0a6b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.mj-hero h1 {
     color: #202a3d;
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 22px;
    letter-spacing: -0.02em;
}

.mj-hero p {
  color: #4f5b6d;
    font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
  margin: 0 0 30px;
}

.mj-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.mj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.mj-btn-primary {
  background: #2d2b69;
  color: #ffffff;
}

.mj-btn-primary:hover {
    background: #201f50;
    color: #fff;
}

.mj-btn-secondary {
  background: #df0a6b;
  color: #ffffff;
}

.mj-btn-secondary:hover {
  background: #c7085f;
	color:#fff;
}
.primary-butt:hover {
	color:#fff;
}

.mj-hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mj-hero-points span {
  background: #f2f4fa;
  color: #202a3d;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
  border-radius: 999px;
}

.mj-hero-image-wrap {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #e9edf5;
}

.mj-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.mj-hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(45, 43, 105, 0.28) 0%,
    rgba(45, 43, 105, 0.04) 45%,
    rgba(45, 43, 105, 0) 100%
  );
}

.mj-hero-slash {
  position: absolute;
  top: -12%;
  height: 124%;
  width: 90px;
  z-index: 2;
  transform: skewX(-22deg);
}

.mj-hero-slash.mj-pink {
  left: -20px;
  background: #df0a6b;
}

.mj-hero-slash.mj-blue {
  left: 72px;
  background: #1260a0;
}

@media (max-width: 900px) {
  .mj-hero-grid {
    grid-template-columns: 1fr;
  }

  .mj-hero-content {
    padding: 48px 28px;
  }

  .mj-hero-image-wrap {
    min-height: 340px;
    order: -1;
  }

  .mj-hero-slash {
    width: 62px;
  }

  .mj-hero-slash.mj-blue {
    left: 48px;
  }
}

@media (max-width: 520px) {
  .mj-hero {
    padding: 24px 0 38px;
  }

  .mj-hero-content {
    padding: 36px 22px;
  }

  .mj-hero h1 {
    font-size: 36px;
  }

  .mj-hero-actions {
    flex-direction: column;
  }

  .mj-btn {
    width: 100%;
  }
}
.mj-intro-section {
  padding: 70px 0 35px;
  background: #ffffff;
}

.mj-container {
    width: min(1300px, 90%);
  margin: 0 auto;
}

.mj-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: stretch;
}

.mj-intro-content,
.mj-why-card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(20, 28, 48, 0.08);
  padding: 42px;
}

.mj-intro-content {
  border-left: 8px solid #df0a6b;
}

.mj-eyebrow {
  display: inline-block;
  color: #df0a6b;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}

.mj-intro-content h2 {
  color: #202a3d;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.mj-intro-content p,
.mj-reason p {
  color: #4f5b6d;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.mj-intro-content .mj-lead {
  color: #202a3d;
  font-weight: 700;
  font-size: 18px;
}

.mj-why-card {
  background: #2d2b69;
  position: relative;
  overflow: hidden;
}

.mj-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: #df0a6b;
}

.mj-why-card .mj-eyebrow {
  color: #ffffff;
  margin-bottom: 18px;
}

.mj-reason {
  padding: 0 22px 18px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mj-reason:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mj-reason h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 6px;
}

.mj-reason p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

@media (max-width: 850px) {
  .mj-intro-section {
    padding: 45px 0 25px;
  }

  .mj-intro-grid {
    grid-template-columns: 1fr;
  }

  .mj-intro-content,
  .mj-why-card {
    padding: 30px 24px;
  }

  .mj-intro-content h2 {
    font-size: 28px;
  }
}
.logo_foot {
	    background-color: #fff;
    padding: 17px;
    display: inline-block;
    border-radius: 3px;
    width: 77%;
}
.logo_foot img {
	width:100%;
}

.form_sec {
	    padding: 143px 0;
    background-image: url(/wp-content/uploads/2026/05/mayfair-bg.jpg);
    background-size: cover;
    color: #fff;
    font-size: 18px;
    margin-top: 45px;
    background-position: center;
}
.form_sec p {
	    text-align: center;
    width: 80%;
    margin: 20px auto 0 auto;
    color: #fff;
    font-weight: 500;
}

.flex-left h2 {
	font-size:34px;
}
.flex-left ul li {
	font-size:14px;
}
.form_sec h2 {
	    font-size: 34px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
    text-align: center;
    line-height: 46px;
}
.primary-butt {
	    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background: #e6007e;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    margin-top: 7px;
    display: inline-block;
	font-weight:700;
}
.service img {
	     width: 15%;
    padding-top: 65px;
}

.second_button {
	background-color:#d5215d;
}

.service .box {
	  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
	    text-align: center;
}

.hero_left {
	    width: 40%;
    padding-left: 6%;
}
.hero_left h1 {
	    font-weight: 700;
    font-size: 47px;
    line-height: 57px;
	margin-bottom:20px;
}
.hero_left a {
   padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background: #2e2d69;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    margin-top: 7px;
    display: inline-block;
}
	
.hero_left .second_button {
	background-color:#e6007e;
}

.hero_home {
	    width: 100%;
    padding: 130px 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-image: url(/wp-content/uploads/2025/08/mayfair_hero.jpg);
    background-position: right;
    background-size: cover;
    background-size: 895px;
    background-repeat: no-repeat;
}
.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    background: #2e2d69;
    border-radius: 5px;
    font-size: 15px;
}
.fa-plus:before {
	display:none !important;
}
.fa-minus:before {
	display:none !important;
}
#wpsm_accordion_1151 .ac_title_class {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 12px !important;
    padding-left: 0 !important;
    padding-right: 15px;
    font-size: 15px !important;
}
.cool-timeline-block-be6098a6-f11b-4600-a3e0-bed4bcac7679 .cool-vertical-timeline-body .story-time p {
    color: #333;
    font-weight: bold;
}
.deep_orange_bg {
	    padding: 60px 0;
  background:#f76d00;

}

.deep_orange_bg .boxes .box {
	    width: calc(20% - 2rem);
    text-align: center;
    color: #fff;
}

.deep_orange_bg .box h3 {
	    color: #fff;
    font-weight: bold;
    font-size: 37px;
    margin-bottom: 10px;
    margin-top: 0;
}
.deep_orange_bg .box p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}
.cool-vertical-timeline-body .timeline-content .story-details .timeline-block_title {
    margin: 2px 0px 5px 0px;
    font-weight: 700 !important;
    margin: 14px 0 !important;
}
#wpsm_accordion_1123 .wpsm_panel-body {
	padding:20px !important;
	
}
.cool-timeline-block-382d354b-bacd-4a4d-8bb7-44f8482c8b62 .cool-vertical-timeline-body .story-time p {
    color: #244266 !important;
    font-weight: bold !important;
}
#wpsm_accordion_1125 .wpsm_panel-body {
	padding:19px !important;
}
#wpsm_accordion_1125 .ac_title_class {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
#wpsm_accordion_1123 .ac_title_class {
    display: block;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#bronze-service {
    background: #AD8A56;
    color: #fff;
    padding: 18px;
    border-radius: 4px;
}
#silver-service {
    background: #979797;
    color: #fff;
    padding: 18px;
    border-radius: 4px;
}
#gold-service {
    background: #DAA520;
    color: #fff;
    padding: 18px;
    border-radius: 4px;
}
#secondary .wp-block-group h2 {
    margin-bottom: 0.7em;
    color: #15436f;
}
.wppf_search label {
    display: block;
    font-weight: 600;
}
.wppf_results_layout h3 {
    float: left;
    margin: 0;
    background: #15436f;
    color: white;
    padding: 10px 22px;
    font-size: 15px;
}

.inin li {
	    font-size: 14px;
	margin-bottom:10px;
}

.inin a {
	    color: #e6007e;
    font-weight: 600;
}

.news-snip {

}
.ast-container {
    max-width: 1338px;
}
.grecaptcha-badge { opacity:0;}
.home_img_head h1 {
	    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    padding-top: 58px;
}

.entry-content h2 {
	font-size: 23px;
    color: #244266;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.home_img_head {
	background-image:url('/wp-content/uploads/2023/10/cable_main.jpg');
	width:100%;
	height:500px;
	background-size:cover;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	margin-bottom:10px;
}

.about {
margin: 60px auto !important;
}

.left_col_inner img {
	    border-radius: 20px;
}

.about h2 {
	    font-size: 25px;
    color: #244266;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.about img {
	border-radius:15px;
}

.about h4 {
	      color: #15436f;
    font-size: 19px;
    margin: 12px 0px 6px 0px;
}
.wp-block-columns p {
	margin:0;
}
.wpsm_panel-heading {
	padding:0 !important;
	
}
.wpsm_panel-body {
	padding:0 !important;
}
.wpsm_panel-body p {
	margin-bottom:20px;
}
.page-id-15 .ac_title_class {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 0 !important;
}

.about h5 {
	 color: #f76d00;
    font-size: 12px;
    margin-bottom: 11px;
}

.entry-meta {
	display:none;
}

.orange_box {
    background-color: #e6007e;
    padding: 30px;
    border-radius: 9px;
}

.left_col_inner h2 {
	    font-size: 25px;
    color: #244266;
    font-weight: bold;
   
    margin-bottom: 12px;
}

.orange_box ul {
	margin:0;
	padding:0;
}

.orange_box ul li {
        list-style: none;
    border-bottom: 1px solid #fe933f;
    padding: 6px 0;
    font-size: 13px;
}
.orange_box ul li a {
	        color: #fff;
    font-weight: 600;
    font-size: 14px;
	    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.orange_box ul li a:hover {
	color:#244266;
}

input[type="submit"] {
    background: #d5215d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.left_col_inner {
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px 0;
}

.right_col_inner {

	   
}
.left_col_inner h3 {
	    font-size: 20px;
    color: #244266;
    font-weight: bold;
   margin-bottom:10px;
}

.footer .box ul {
	margin:0;
	padding:0;
}

.footer .box ul li {
	list-style:none;
	font-size:14px;
	color:#fff;
}
.left-bott_foot {
	color:#fff;
	display:inline-block;
	vertical-align:top;
}
.right-bott_foot {
	color:#fff;
	display:inline-block;
	vertical-align:top;
	float:right;
}

.middle a {
	    color: #fff;
    margin: 0px 5px;
    font-size: 15px;
    font-weight: 500;
		-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.middle a:hover {
	color:#f76d00;
}
.third {
	text-align:right;
}

.third a {
    background-color: #f76d00;
    padding: 15px 39px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
	
}

.third a:hover {
	background-color:#fff;
	color:#f76d00;
}

.middle {
	text-align:center;
	
}
.search_bar {
	    width: 20%;
    display: inline-block;
    float: right;
}

.third-foot {
	width:33%;
	display:inline-block;
	vertical-align:top;
}

.orange_block img {
    width: 7%;
    float: right;
}
.orange_block {
    color: black;
    text-align: center;
    padding: 10px 30px 65px 30px;
}
.box .orange_block h3 {
	color:black;
}
.main-header-menu .menu-link, .main-header-menu>a {
	    padding: 0 1.7em;
}


.flex img {
	border-radius:0;
}
#ast-scroll-top {
    background-color: #e6007e;
}

.top_head {
	    background-color: #15436f;
    display: inline-block;
    width: 100%;
}

.orange_bar {
     padding: 12px 0;
    background-color: #f76d00;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
	font-weight:600;
}

.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
    border-style: none;
    color: #00214c;
    border-bottom: 1px solid #00214c;
    padding-top: 3px;
    padding-bottom: 3px;
}

.inin .button {
	    margin: 5px 10px 5px 0;
}

.blue_bg_dark {
	    padding: 40px 0;
    background: #00214c;
}

.blue_bg_dark .box h3 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 19px;
}

.blue_bg_dark .box p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;

}

.blue_bg_dark .boxes .box {
    width: calc(25% - 2rem);
}

.right_foot {
	display:inline-block;
	vertical-align:top;
	float:right;
}

.up .flex {
	margin:0;
}


.left_foot {
	display:inline-block;
	vertical-align:top;
}
.over_foot h2 {
       font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
    text-align: center;
    line-height: 46px;
}

.over_foot {
    padding: 80px 0;
	background-image:url(/wp-content/uploads/2026/05/mayfair-bg.jpg);
   background-size:cover;
    color: #fff;
    font-size: 18px;
   

}
.blue {
	color:#0095cf;
}

.post-thumb-img-content {
	width:35%;
}

.post-thumb-img-content img {
	border-radius:6px;
}
.single .post-navigation {
    margin: 0;
    padding: 2em 0;
    border-top: 1px solid var(--ast-border-color);
    max-width: 1246px;
    margin: 0 auto;
}



.page-id-117 .flex-container {
    margin-bottom: 50px;
}




.page-id-107 .flex-container {
    margin-bottom: 50px;
}



.page-id-103 .flex-container {
    margin-bottom: 50px;
}

.page-id-109 .flex-container {
    margin-bottom: 50px;
}

.page-id-111 .flex-container {
    margin-bottom: 50px;
}

.page-id-115 .flex-container {
    margin-bottom: 50px;
}

.comments-area {
	display:none;
}

.single .entry-header {
    margin-bottom: 2em;
        max-width: 1200px;
    margin: 28px auto;
}
.ast-separate-container .ast-article-single {
	    padding: 0 3em !important;
}

.up {
	margin-top:80px;
}
.page-id-101 .flex-container {
	margin-bottom:50px;
}

.large_img {
	margin-bottom:50px;
}


.inner_icons {
	    padding: 0;
    /* border: 1px solid #003987; */
    /* margin-top: 40px !important; */
    /* border-radius: 13px; */
    margin: 0 !important;
}

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
    border-left: 5px solid #0095cf;
    margin-left: 0;
}

.height {
    min-height: 84px;
}

.enquiries {
	    display: inline-block;
    float: right;
    vertical-align: top;
    text-align: right;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
	
}

.enquiries strong {
	font-size:20px;
}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
}

.ast-primary-header-bar {
   
    padding: 10px 0 16px 0;
    margin-top: 0 !important;
    border-bottom: none;
}

.blue_bar {
   
    padding: 44px 0;
   

    padding: 30px 0;
    background-size: 376px;
    background-position: left 0px top -100px;
	
	
}
.blue_bar .wrapper {
        background: linear-gradient(rgba(45, 43, 105, .85), rgba(45, 43, 105, .85)), url(/wp-content/uploads/your-image.jpg) center / cover;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    background-size: 895px;
    padding: 50px 0;
    border-radius: 11px;
}

.blue_bar h1 {
	    color: #fff;
	
        font-weight: 700;
    font-size: 32px;
	    padding-left: 37px;
    display: inline-block;
    /* padding-top: 18px; */
    line-height: 57px;
}
p {
    margin-bottom: 1.75em;
        font-size: 14px;
}

.first h2 {
	    text-transform: none;
    font-size: 30px;
    font-weight: 800;
    color: black;
    text-align: center;
    /* width: 66%; */
    margin: 0 auto;
    margin-bottom: 15px;

}

.button {
	    background-color: #0095cf;
    padding: 13px 36px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 5px;
        font-weight: 700;
	   -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
	    display: inline-block;
}

.footer ul li a {
	   -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.main-navigation ul li {
	   -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
	
}

.main-navigation ul li a:hover {
	 color: #0095cf !important;
}

.footer ul li a:hover {
	color: #e6007e !important;
}
.button:hover {
	 background-color: #00214c !important;
}

.dark:hover {
	 background-color: #0095cf !important;
}


.dark {
	background-color:#00214c;
}

.button img {
	    margin-left: 11px;
}

.site-content .ast-container {
	display:block;
		
}

.slides img {
	border-radius:10px;
}

.pad {
	padding:40px 0;
	text-align:center;
	width:80%;
	margin:0 auto;
	
}

.pad h1 {
	    color: #00204c;
    font-weight: bold;
    font-size: 30px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	           margin: 2px 0 0px 0;
}

.boxes .box {
  width: calc(33% - 2rem);
}

.box {
    display: block;
    margin: 1rem;   
    text-decoration: none;
    color: #001c4f;
 
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.boxes .double a {
	width: calc(50% - 2rem) ;
}

.box h3 {
color: #001c4f;
    font-weight: bold;
       font-size: 19px;
    margin-bottom: 10px;
 margin-top: 0;
}

.deep_blue_bg {
	    padding: 60px 0;
        background:url(/wp-content/uploads/2023/10/cc.png) left bottom no-repeat, #15436f;
    margin-top: 70px;
}

.box p {
        font-size: 14px;
    margin-bottom: 0;
    color: #404040;

}

.box:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	    
}



.blue_bg {
	background-image: url('/wp-content/uploads/2022/11/blue_bg-scaled.jpg');
	background-size:cover;
	padding:0;
}
.ti-widget.ti-goog .ti-rating-text strong.ti-rating {
	color:#fff;
	
}
.ti-widget.ti-goog .nowrap:last-of-type {
    margin-right: 0;
    color: #fff !important;
}

.main-navigation li a {
	color:#fff;
}

.ti-widget.ti-goog .nowrap:last-of-type strong {
    margin-right: 0;
    color: #fff !important;
}

.flex-left {
    width: 50%;
    margin: 5px;
    padding: 5px;
}

.flex-left img {
	border-radius:10px;
}

.flex-right {
    width: 50%;
    margin: 5px;
    padding: 45px;
	align-items: center
}

.flex-container {
    display: flex;
    flex-direction: row;
	align-items: center
    
}

.flex-right h3 {
	    font-size: 20px;
    color: #00204c;
    font-weight: bold;
    margin-bottom: 22px;
}
.some-page-wrapper {
    display: flex;
    margin: 15px;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.pad p {
	margin-top:14px;
}

.flex-right .boxes .box {
    width: calc(33.3% - 2rem);
	    text-align: left;
	text-align:center
}

.flex-right .flex {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #0095cf;
    border-radius: 10px;
    padding: 10px 0 21px 0;
	margin-bottom:0;
}

.number {
	     color: #0095cf;
      font-weight: 800;
    font-size: 32px;
}

.bottom h3 {
    font-size: 13px;
    color: #00204c;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.blue-column {

    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
	          font-weight: 600;
    font-size: 15px;
   
}
.first {
	text-align:center;
	        margin: 50px auto 18px auto;
}

.footer {
      background-color:#2e2d69;
    width: 100%;
    padding: 50px 0;
    border-top: 15px solid #e6007e;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
    color: #e6007e;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #003987;
    min-height: 45px;
	display: none;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: none;
}

.ast-footer-copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

.footer .box p {
	color:#fff;
}

.footer .boxes .box {
    width: calc(25% - 2rem);
} 

.footer .box {
	text-align:left;
}

.footer .box h3 {
	    color: #fff;
    margin-top: 0;
    font-size: 20px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 43px;
}

.menu-item-64 a {
	      background-color: #0095cf;
    padding: 0 30px !important;
    height: auto;
    border-radius: 5px;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    color: black;
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
}

.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
	border-color:#e6007e;
}

#main.with-sidebar {
     float: left;
    width: 80%;
    padding-right: 30px;
    margin-top: 32px;
    margin-bottom: 50px;
}

.thumbnail {
    width: 31%;
    display: inline-block;
    margin: 0;
	margin-top: 20px;
}

.newsh1 {
	    color: #00204c;
    font-weight: bold;
    font-size: 30px;
    border-bottom: none;
        margin-top: 32px;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin:0 auto !important;
}
.news-snip h2 a {
    color: #fff;
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
}

.news-snip p {
	color:#fff;
}

.thumbnail img {
	border-radius:7px;
}

.news-snip {
	border-radius:7px;
	
}

.news-snip a {
	     color: #f76d00 !important;
    font-weight: bold;
}

#sidebar ul li {
			list-style:none;
			    margin-bottom: 13px;
		}
		
		#sidebar ul {
			margin:0;
			padding:0;
		}
		.gett a {
		    color: black !important;
    padding: 0 !important;
    text-align: left !important;
    font-weight: 300;
    padding-bottom: 11px !important;
    font-size: 14px;
		}
			#sidebar {
				margin-top:0 !important;
			}
			.widget {
    border-top: 1px solid #d1d1d1;
			}
		
.footer .flex {
	    margin-bottom: 0;
    padding: 50px 0;
}

.footer .box ul {
	margin:0;
}

.footer .box ul li a {
	color:#fff;
}


.news-snip {
      display: inline-block;
    width: 47.8%;
    background-color: #15436f;
    margin-right: 20px;
    margin-right: 18px;
    margin-top: 28px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
	vertical-align: top;
}
.news-snip:hover {
	background-color: #265685;
}
.under_img {
      padding: 38px;
    font-size: 14px;
    min-height: 440px;
	
}
.thumbnail {
    width: 100%;
    display: inline-block;
    margin: 0;
}

#sidebar {
    clear: none;
    float: left;
    width: 20%;
    margin-top: 52px !important;
}

.widget {
	border-top:none;
	margin-bottom:1em !important; 
}

h2 {
	     font-size: 27px;
    color: black;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 12px;
}
.ast-site-title-wrap {
	display:none;
}
.ast-header-break-point .site-above-footer-wrap[data-section="section-above-footer-builder"] {
	display:none;
	
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 40px;
    height: 30px;
    fill: black;
}
.site-below-footer-wrap {
	display:none !important;
}
.left-bott_foot a {
	color:#fff !important;

}

@media (max-width: 1200px) {
	.top_head {
		display:none;
	}
}


@media (max-width: 1195px) {
	.wrapper {
		padding:0 3%;
	}
	.over_foot {
    padding: 25px 3%;
	}
}

@media (max-width: 1000px) {
	.right_foot {
		display:none;
	}
	.right_col_inner {
		display:none;
	}
	.left_col_inner {
		width:100%;
	}
}

@media (max-width: 921px) {
	.menu-item-64 a {
    background-color: #fff;
    padding: 0 20px !important;
    height: auto;
    border-radius: 0;
}
}
@media (max-width: 921px) {
.ast-plain-container.ast-no-sidebar #primary {
    padding: 0 3%;
}
}
@media (max-width: 822px) {
	.third-foot {
    width: 100%;
	}
	.middle {
    text-align: left;
    margin: 30px 0;
}
	.third {
    text-align: left;
}
}



@media (max-width: 679px) {
	.enquiries {
		display:none;
	}
	#sidebar {
		display:none;
	}
	#main.with-sidebar {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-top: 32px;
    margin-bottom: 50px;
}
	}
@media (max-width: 629px) {
.flex-right {
    width: 50%;
    margin: 0;
    padding: 0;
	}
	.flex-left {
   
    margin: 0;
    padding: 0;
}
	.home_img_head h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 27px;
}
	.home_img_head {
    background-image: url(/wp-content/uploads/2023/10/cable_main.jpg);
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: right;
}
}

@media (max-width: 600px) {
	.first h2 {
		width:100%;
	}
	.pad {
		width:100%;
	}
	.right-bott_foot {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    float: none;
}
}

@media (max-width: 600px) {
	.thumbnail {
    width: 100%;
	}
	.news-snip {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
    width: 100%;
      background-color: #15436f;
    padding: 35px;
    margin-top: 0;
}
	
}


@media (max-width: 75rem) {
.boxes .box {
    width: calc(50% - 2rem);
}
}

@media (max-width: 40rem) {
.boxes .box {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}
	.footer .boxes .box {
    width: 100%;
}
	
	  .flex-right, .flex-left {
    width: 100%;
  }
	.flex-container {
		flex-wrap:wrap;
	}
	.flex-right .boxes .box {
    width: 100%;
	}
	
}
.mj-container {
    width: min(1300px, 90%);
  margin: 0 auto;
}

.mj-eyebrow {
  display: inline-block;
  color: #df0a6b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.mj-page-hero {
  padding: 90px 0;
  background: linear-gradient(rgba(45,43,105,.86), rgba(45,43,105,.86)),
              url('/wp-content/uploads/your-maintenance-image.jpg') center/cover;
  color: #fff;
  text-align: center;
}

.mj-page-hero h1 {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
}

.mj-page-hero p {
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.7;
}

.mj-btn {
  display: inline-flex;
  padding: 15px 26px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.mj-btn-primary {
  background: #df0a6b;
  color: #fff;
}

.mj-btn-secondary {
  background: #fff;
  color: #2d2b69;
}

.mj-content-intro {
  padding: 75px 0;
  background: #fff;
}

.mj-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 55px;
  align-items: start;
}

.mj-content-intro h2,
.mj-section-heading h2,
.mj-landlords-panel h2,
.mj-final-cta h2 {
  color: #202a3d;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  margin: 0 0 18px;
}

.mj-content-intro p,
.mj-section-heading p,
.mj-landlords-panel p,
.mj-final-cta p,
.mj-service-item p {
  color: #4f5b6d;
 font-size: 15px;
  line-height: 1.75;
}

.mj-services-page {
  padding: 75px 0;
  background: #f8f9fc;
}

.mj-section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 45px;
}

.mj-service-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mj-service-item {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  border-top: 5px solid #1260a0;
  box-shadow: 0 10px 30px rgba(25,35,60,.08);
}

.mj-service-item:hover {
  border-top-color: #df0a6b;
}

.mj-service-item h3 {
  color: #202a3d;
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.mj-service-wide {
  grid-column: span 3;
}

.mj-landlords-panel {
  padding: 75px 0;
  background: #2d2b69;
}

.mj-landlords-panel h2,
.mj-landlords-panel p,
.mj-landlords-panel .mj-eyebrow {
  color: #fff;
}

.mj-landlords-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 55px;
  align-items: center;
}

.mj-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.mj-check-list li {
  background: rgba(255,255,255,.09);
  color: #fff;
  padding: 18px 22px;
  border-left: 5px solid #df0a6b;
  font-weight: 800;
}

.mj-areas-section {
  padding: 75px 0;
  background: #fff;
}

.mj-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mj-areas-grid span {
  background: #f8f9fc;
  color: #202a3d;
  padding: 18px 20px;
  text-align: center;
  font-weight: 800;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(25,35,60,.06);
}

.mj-final-cta {
  padding: 80px 0;
  background: linear-gradient(rgba(18,96,160,.86), rgba(18,96,160,.86)),
              url('/wp-content/uploads/your-maintenance-image.jpg') center/cover;
  text-align: center;
}

.mj-final-cta h2,
.mj-final-cta p {
  color: #fff;
}

.mj-final-cta h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .mj-intro-grid,
  .mj-landlords-grid,
  .mj-service-list-grid {
    grid-template-columns: 1fr;
  }

  .mj-service-wide {
    grid-column: span 1;
  }

  .mj-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .mj-page-hero,
  .mj-content-intro,
  .mj-services-page,
  .mj-landlords-panel,
  .mj-areas-section,
  .mj-final-cta {
    padding: 55px 0;
  }

  .mj-areas-grid {
    grid-template-columns: 1fr;
  }
}
:root {
  --mj-navy: #2d2b69;
  --mj-pink: #df0a6b;
  --mj-blue: #1260a0;
  --mj-dark: #202a3d;
  --mj-text: #4f5b6d;
  --mj-light: #f8f9fc;
}

.mj-container {
  width: min(1300px, 90%);
  margin: 0 auto;
}

.mj-section {
  padding: 75px 0;
}

.mj-light-bg {
  background: var(--mj-light);
}

.mj-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

/* HERO */
.mj-hero-alt {
  padding: 100px 0;
  background: linear-gradient(rgba(45,43,105,.85), rgba(45,43,105,.85)),
              url('/wp-content/uploads/your-image.jpg') center/cover;
  color: #fff;
  text-align: center;
}

.mj-hero-alt h1 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #fff;
}

.mj-hero-alt p {
  font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #fff;
}

/* TYPO */
.mj-eyebrow {
  color: var(--mj-pink);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mj-light {
  color: #fff;
}

h2 {
  font-size: clamp(32px, 4vw, 44px);
  color: var(--mj-dark);
  margin-bottom: 18px;
}

p {
  color: var(--mj-text);
  line-height: 1.7;
}

/* BUTTON */
.mj-btn-primary {
  display: inline-block;
  background: var(--mj-pink);
  color: #fff;
  padding: 14px 26px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}

/* SPLIT */
.mj-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* PANEL */
.mj-panel {
  background: var(--mj-navy);
  color: #fff;
}

.mj-panel h2,
.mj-panel p {
  color: #fff;
}

.mj-checks div {
  background: rgba(255,255,255,.1);
  padding: 18px;
  margin-bottom: 12px;
  border-left: 5px solid var(--mj-pink);
  font-weight: 700;
}

/* GRID */
.mj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.mj-card {
  background: #fff;
  padding: 28px;
  border-radius: 8px;
  border-top: 5px solid var(--mj-blue);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  font-weight: 600;
}

.mj-card:hover {
  border-top-color: var(--mj-pink);
  transform: translateY(-5px);
}

.mj-wide {
  grid-column: span 3;
}

/* CTA */
.mj-cta {
  padding: 80px 0;
  background: linear-gradient(rgba(18,96,160,.85), rgba(18,96,160,.85)),
              url('/wp-content/uploads/your-image.jpg') center/cover;
  text-align: center;
}

.mj-cta h2,
.mj-cta p {
  color: #fff;
}

/* MOBILE */
@media (max-width: 900px) {
  .mj-split {
    grid-template-columns: 1fr;
  }

  .mj-grid {
    grid-template-columns: 1fr;
  }

  .mj-wide {
    grid-column: span 1;
  }
	.mj-hero-points {
		display:none;
	}
	.flex-left {
		padding:25px 0;
	}
}

