/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*** homev2 ***/

.fa-star:before {
  color: #f59a00;
}

.testimonial-item {
  -webkit-box-shadow: 0px 0px 25px -10px #000000 !important;
  box-shadow: 0px 0px 25px -10px #000000 !important;
}

.testimonial-item {
  margin: 20px !important;
}

.testimonial-item:not(.testimonial-item-slider),
.testimonial-item .ts-viewport,
.bg-on.team-container,
.dt-team-shortcode.content-bg-on .team-container {
  background-color: #fff !important;
}

.vc_row[data-vc-full-width] {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.top-cta-book-now {
  background-color: #41b37f !important;
  color: #fff !important;
}
/*** SVG Problem 1 ***/

.service-bar svg,
.service-bar svg path {
  box-sizing: border-box !important;
  padding: 10px !important;
  width: auto !important;
  height: 70px !important;
  margin: 0 auto !important;
  text-align: center !important;
  display: block !important;
  fill: #fff !important;
}

/* booking form */
.fluentform .has-conditions,
.frm-fluent-form .ff-t-container.ff_cond_v {
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}
.final_step.has-conditions.ff_excluded {
  opacity: 0;
}
.final_step.has-conditions.ff_cond_v {
  opacity: 1;
}
select.flatpickr-monthDropdown-months {
  border: none !important;
  height: auto !important;
  min-height: auto;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #f59a00 !important;
  color: #fff;
  border-color: #f59a00 !important;
}
.flatpickr-day.today {
  border-color: #f59a00 !important;
}
.booking_form .fluentform .ff-el-group,
.booking_form .ff-message-success h4 {
  margin-bottom: 0 !important;
}

.booking_form,
.flatpickr-calendar {
  font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif !important;
}
.booking_form .ff-message-success {
  text-align: center;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.notice_me,
.no_coverage {
  margin-bottom: 10px;
}
.notice_me a:hover {
  color: #fff !important;
}

select.ff-el-form-control:not([size]):not([multiple]) {
  line-height: normal;
}
.no_coverage,
.booking_form .ff-el-group.ff-text-left.ff_submit_btn_wrapper {
  display: none;
}

.booking_form :where(.ff-uploaded-list, textarea#ff_11_description_4),
.ff-el-group.ff-custom_html.m-B-10 {
  margin-bottom: 10px !important;
}

/* booking form page */

.fluentform .ff-step-titles li.ff_active:before,
.fluentform .ff-step-titles li.ff_completed:before,
.fluentform .ff-step-titles li:after {
  background: #474747;
}
.contact.book .ff-t-container.ff-column-container:not(:last-child),
.contact.book .ff-el-group.ff-el-form-hide_label {
  margin-bottom: 10px !important;
}
.contact.book .ff-t-container h5 {
  font-weight: 400;
}

.ms-btn.sticky {
  position: fixed;
  right: 0;
  top: calc(50% - 100px - 70px);
  max-width: 100px;
  display: flex;
  justify-content: center;
  z-index: 125;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.ms-btn.sticky a {
  min-width: auto;
}
.page-id-14020 .ms-btn.sticky {
  display: none !important;
  opacity: 0 !important;
}

/* GENERAL */

/* styles */

.m-T-10 {
  margin-top: 10px;
}
.m-T-20 {
  margin-top: 20px;
}
.m-T-30 {
  margin-top: 30px;
}
.m-T-50 {
  margin-top: 50px;
}
.m-T-75 {
  margin-top: 75px;
}
.m-B-10 {
  margin-bottom: 10px;
}
.m-B-20 {
  margin-bottom: 20px;
}
.m-B-30 {
  margin-bottom: 30px;
}
.m-B-50 {
  margin-bottom: 50px;
}
.m-B-75 {
  margin-bottom: 75px;
}
.m-L-10 {
  margin-left: 10px;
}
.m-L-20 {
  margin-left: 20px;
}
.m-L-30 {
  margin-left: 30px;
}
.m-R-10 {
  margin-right: 10px;
}
.m-R-20 {
  margin-right: 20px;
}
.m-R-30 {
  margin-right: 30px;
}
.p-T-10 {
  padding-top: 10px;
}
.p-B-10 {
  padding-bottom: 10px;
}
.p-B-30 {
  padding-bottom: 30px;
}
.p-L-10 {
  padding-left: 10px;
}
.p-L-20 {
  padding-left: 20px;
}
.p-L-30 {
  padding-left: 30px;
}
.p-L-50 {
  padding-left: 50px;
}
.p-L-75 {
  padding-left: 75px;
}
.p-L-125 {
  padding-left: 125px;
}
.p-L-150 {
  padding-left: 150px;
}
.p-L-200 {
  padding-left: 200px;
}
.p-R-10 {
  padding-right: 10px;
}
.p-R-20 {
  padding-right: 20px;
}
.p-R-30 {
  padding-right: 30px;
}
.p-R-50 {
  padding-right: 50px;
}
.p-R-75 {
  padding-right: 75px;
}
.p-R-125 {
  padding-right: 125px;
}
.p-T-30 {
  padding-top: 30px;
}
.p-T-50 {
  padding-top: 50px;
}
.p-T-75 {
  padding-top: 75px;
}
.p-T-75 {
  padding-top: 75px;
}
.p-T-20 {
  padding-top: 20px;
}
.p-B-50 {
  padding-bottom: 50px;
}
.p-B-75 {
  padding-bottom: 75px;
}
.p-B-125 {
  padding-bottom: 125px;
}

.std-row.sm {
  padding-top: 25px;
  padding-bottom: 25px;
}

.std-row.md {
  padding-top: 50px;
  padding-bottom: 50px;
}

.std-row {
  padding-top: 75px;
  padding-bottom: 75px;
}

.std-row.lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.std-row.xl {
  padding-top: 150px;
  padding-bottom: 150px;
}

.std-row.xxl {
  padding-top: 200px;
  padding-bottom: 200px;
}

.std-row.txxl {
  padding-top: 250px;
  padding-bottom: 250px;
}

.orange-nr-list ol {
  list-style: none;
  counter-reset: li;
}
.orange-nr-list li::before {
  content: counter(li) ".";
  color: #f59a00;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}
.orange-nr-list li {
  counter-increment: li;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

a,
li,
ul,
input.wpcf7-form-control.wpcf7-submit,
a.manage_cookies_button,
.social-icons i,
a.scroll-top.on,
div#bottom-links,
.book-now,
span.menu-text,
span.soc-font-icon,
.owl-nav a i:before,
.breadcrumbs-row li a span,
ul.sub-menu,
svg path,
h5,
.service .icon p,
#menu-service-menu a:after,
.sticky-accred,
.service-bar svg {
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  text-decoration: none;
}

.dark p,
.dark strong,
.dark li,
.dark span,
.dark h1,
.dark h2,
.dark h3,
.dark h4 {
  color: #fff;
}

.grey-row p,
.grey-row strong,
.grey-row li,
.grey-row span,
.grey-row h1,
.grey-row h2,
.grey-row h3,
.grey-row h4 {
  color: #474747;
  text-transform: none;
}

.clip-left.grey-row img {
  margin-right: 70px !important;
  margin-left: 35px;
}
.clip-left.grey-row .wpb_column:last-child,
.clip-right.grey-row .wpb_column:first-child {
  padding: 30px;
}
.clip-left.grey-row h3 {
  font-weight: 700;
}

p.small-p {
  font-size: 15px;
}

.postid-10749 .step-row {
  margin-top: -7px;
}

body.postid-11819 .step h3 {
  font-size: 25px;
}
body.postid-11819 .step h3,
body .step a {
  color: #f59a00 !important;
}
body.postid-11819 .step a:hover {
  color: #fff !important;
}
body.postid-11819 .step strong,
body.postid-11819 .step p {
  color: #fff !important;
}
body.postid-11819 .step {
  background: none !important;
  box-shadow: none !important;
}

.step.v2 h3 {
  font-size: 25px;
}
.step.v2 h3,
.step.v2 a,
.step.v2 p {
  color: #fff !important;
}
.step.v2 a:hover {
  color: #fff !important;
}
.step.v2 strong {
  color: #fff !important;
}
.step.v2 {
  background: none !important;
  box-shadow: none !important;
}
/* .step.v2 img { clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%); -webkit-clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%); } */

.dark .wpb_text_column:not(.ms-btn) a {
  color: #f59a00 !important;
}

.dark .wpb_text_column:not(.ms-btn) a:hover,
.map a:hover, .faq-row li {
  color: #fff !important;
}

.content ol,
.content ul,
.custom-list ul,
.faq-row ul  {
  margin: 0 0 20px 20px;
}

.custom-list li,
.single-post #content ul li, .faq-row li {
  list-style: none !important;
  position: relative;
  line-height: normal;
  padding-left: 20px; 
  margin-bottom: 5px;
  break-inside: avoid;
}

.custom-list li:before,
.single-post #content ul li:before, .faq-row li:before {
  content: "\f111";
  display: block;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #f59a00;
  font-weight: 900;
  top: 6px;
}

.custom-list.alter li:not(:last-child) {
  margin-bottom: 20px;
}
.page-id-9311 .ff-column-container {
  margin-bottom: 10px;
}

.list_left ul {
    text-align: left !important;
}

.get_list ul {
    list-style: none;
}

.get_list ul li {
    margin-bottom: 15px!Important;
    padding-left: 30px;
    position: relative;
}

.get_list ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #f59a00;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50px;
}

@media (min-width: 768px) {
  .custom-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }

  .custom-list.alter ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .postid-11921 .clip.right .reverse {
    flex-direction: initial;
  }
}

:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: transparent !important;
  outline-style: none;
  outline-width: 1px;
}

.wpb_text_column:not(.ms-btn) a,
.vc_toggle_content a,
.single-post a {
  font-weight: bold;
}

.wpb_text_column:not(.ms-btn) a:hover,
.vc_toggle_content a:hover,
.single-post a:hover {
  color: #f59a00;
}

.vc_row-has-fill {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* .wpb_text_column p:not(:last-child) { */
/* margin-bottom: 20px; */
/* } */

@media (min-width: 768px) {
  h1,
  h2,
  h3:not(.entry-title),
  h4 {
    margin-bottom: 30px !important;
  }
}

.home h1 strong {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
}

.bg-overlay.vc_row-has-fill:before,
#footer.solid-bg:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}

.content table,
.content td,
.content th {
  border: 0 !important;
}

.page-id-17229.content table,
.content td,
.content th {
  border: 1 !important;
}

.content td,
.content th {
  border: 0 !important;
  padding: 0;
}

#footer.solid-bg {
  position: relative;
}

/* blog menu */

.menu-item-1790 .dt-mega-menu-wrap {
  padding: 9px 10px 9px 10px !important;
}
.menu-item-1790 .dt-mega-parent,
section#custom_html-4 li {
  padding: 0 !important;
}
section#custom_html-4 a {
  font: normal 700 18px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  color: #1b1b1b;
  margin: 0px 0px 2px 0px !important;
  padding: 10px 10px 10px 10px !important;
  display: inline-block;
}
section#custom_html-4 a:hover {
  color: #f59a00;
  background-color: rgba(245, 154, 0, 0.07);
}
@media (max-width: 1024px) {
  section#custom_html-4 a {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

/* -- Animations -- */

.w3-animate-top {
  position: relative;
  animation: animatetop 0.8s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.8s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.8s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.8s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-right2 {
  position: relative;
  animation: animateright2 0.8s;
}
@keyframes animateright2 {
  from {
    right: -300px;
  }
  to {
    right: 0;
  }
}
.w3-animate-fadein {
  position: relative;
  animation: fadein 1.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*---Slow---*/

.w3-animate-top-slow {
  position: relative;
  animation: animatetop 1.5s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left-slow {
  position: relative;
  animation: animateleft 1.5s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right-slow {
  position: relative;
  animation: animateright 1.5s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom-slow {
  position: relative;
  animation: animatebottom 1.5s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-fadein-slow {
  position: relative;
  animation: fadein 1.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*---Opacity to Animation---*/

@media (min-width: 1025px) {
  .icon,
  .class,
  .first-row,
  .cta.top img,
  .clip.left:not(.first-row) .wpb_column .wpb_column:first-child,
  .clip.right .wpb_column .wpb_column:last-child,
  .service-bar .item,
  .map p:nth-child(2),
  .cta.mid .vc_col-md-4,
  .cta.bottom > .wpb_column:first-of-type,
  .first-row .clip.left .wpb_column .wpb_column:first-child,
  .what .item p:first-child,
  .choice .item p:first-child,
  .hero-text .wpb_text_column:first-child p,
  .hero-text .ms-btn a,
  .hero-img,
  .hero-text h1 {
    opacity: 0;
  }

  .icon,
  .service-bar .item,
  .what .item p:first-child,
  .choice .item p:first-child {
    transform: rotateY(90deg);
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
  }
}

/* -- Breadcrumbs --*/

.breadcrumbs-row {
  padding: 15px 0px;
}

.breadcrumbs-row li {
  font-size: 15px;
  line-height: normal;
  margin-left: 7px;
}

.breadcrumbs-row li.current span {
  color: #3b3b3b;
}

.breadcrumbs-row .breadcrumbs a:hover span,
.breadcrumbs a:hover {
  color: #ffc025;
  text-decoration: none;
}

.breadcrumbs-row .breadcrumbs a span {
  font-weight: bold;
  color: #41b37f;
}

.breadcrumbs li:before {
  color: #3b3b3b;
  content: "/";
}

.vc_col-has-fill .vc_column-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* -- Menu -- */

.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar,
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar,
.ph-wrap.with-logo,
.menu-service-menu-container ul {
  max-width: calc(1600px - 15px - 15px);
}

.logo-box,
.branding {
  transform: translateY(-28px);
}

.masthead {
  position: relative;
}

.mobile-header-bar {
  overflow: hidden;
}

.masthead:before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background-color: #f59a00;
  width: 50%;
  min-height: 140px;
  position: absolute;
  z-index: -1;
}

.masthead.show-phantom:before {
  height: 117px;
}

#menu-service-menu ul,
.menu-service-menu-container {
  background-color: #474747 !important;
}

.menu-service-menu-container {
  /* position: fixed; */
  width: 100%;
  /*display: none;*/
}

.mobile-main-nav > li.has-children > a:after,
.mobile-main-nav .next-level-button,
.mobile-main-nav > li.menu-item-language > a:after,
.mobile-main-nav .sub-nav .next-level-button {
  color: #474747;
}

.mobile-main-nav .sub-nav .next-level-button:before {
  font-size: 16px;
}

#menu-service-menu > li > a {
  font: normal bold 18px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #f59a00;
  display: inline-block;
  padding: 5px 5px 4px;
  margin: 12px auto;
}

#menu-service-menu > li:hover > a,
#menu-service-menu > li.menu-item-has-children:hover > a:after,
#menu-service-menu ul.sub-menu > li.menu-item-has-children:hover > a:after,
#menu-service-menu li.current-page-ancestor > a,
#menu-service-menu > li.current-page-ancestor.menu-item-has-children > a:after,
#menu-service-menu ul.sub-menu > li:hover > a,
#menu-service-menu ul.sub-menu > li.current-page-ancestor > a:after,
#menu-service-menu > li.current_page_item.menu-item-has-children > a:after {
  color: #fff !important;
}

#menu-service-menu li {
  margin: 0;
  padding: 0;
}

#menu-service-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#menu-service-menu ul.sub-menu li a,
#menu-service-menu ul.sub-menu ul li a {
  padding: 10px;
  color: #f59a00;
  font: bold 16px / 20px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  display: inline-block;
  position: relative;
}

#menu-service-menu ul.sub-menu li a,
#menu-service-menu ul.sub-menu ul li a {
  font-size: 16px;
  line-height: 20px;
}

#menu-service-menu ul.sub-menu,
#menu-service-menu ul.sub-menu ul {
  position: absolute;
  visibility: hidden;
  z-index: 200;
  width: 280px;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 9px 10px 9px 10px;
}

#menu-service-menu ul.sub-menu {
  left: calc(50% - 80px);
  bottom: auto;
  top: 55px;
}

#menu-service-menu ul.sub-menu ul {
  left: calc(100% - 10px);
  top: 0;
  bottom: auto;
  right: auto;
}

#menu-service-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#menu-service-menu > li.menu-item-has-children > a:after,
#menu-service-menu ul.sub-menu > li.menu-item-has-children > a:after {
  color: #f59a00;
  font-family: icomoon-the7-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  right: -5px;
}

#menu-service-menu > li.menu-item-has-children > a:after,
#menu-service-menu ul.sub-menu > li.menu-item-has-children > a:after {
  content: "\f005";
}

#menu-service-menu ul.sub-menu > li.menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.ph-wrap.with-logo .logo-box {
  z-index: 9;
}

.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  width: 26px;
}

@media (min-width: 1700px) {
  .grey-row {
    width: 75%;
    margin: 0 auto;
  }
}

/*  -- Elements -- */

@media (min-width: 992px) {
  .oop {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.player .vp-controls {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden;
}

.hero-text {
  display: flex;
  align-items: center;
}

.shadow p,
.shadow h1,
.single-post h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-text .wpb_text_column:first-child p {
  font: normal 900 64px / 74px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.hero-text .ms-btn a {
  margin: 15px !important;
}

.hero-text .ms-btn {
  margin-top: 20px;
}

.ms-btn,
.ms-btn,
.post-details.details-type-link,
.paginator.paginator-more-button {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.paginator .button-load-more {
  height: auto;
}

.hero-img {
  background-position: top !important;
}

.hero-img:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.22);
  display: block;
}

.ms-btn a,
.ms-btn button,
.post-details.details-type-link,
.paginator.paginator-more-button a {
  display: inline-block;
  text-align: center;
  padding: 20px 24px 18px;
  font-size: 16px;
  line-height: 16px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 900 !important;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  min-width: 198px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.paginator .button-load-more .button-caption {
  font-weight: 900;
  color: #f59a00 !important;
}

.ms-btn a,
.post-details.details-type-link {
  color: #fff;
  background-color: #f59a00;
}

.ms-btn a:hover,
.ms-btn button:hover,
.ms-btn.alter a:hover,
.paginator .button-load-more:hover .button-caption {
  color: #fff !important;
}

.ms-btn button,
.ms-btn.alter a,
.paginator.paginator-more-button a {
  color: #f59a00;
  background-color: #474747;
  border: none;
  border-radius: 0;
}

.ms-btn a:after,
.ms-btn button:after,
.post-details.details-type-link:after,
.paginator.paginator-more-button a:after {
  top: 0;
  left: -1%;
  content: "";
  position: absolute;
  width: 102%;
  height: 100%;
  transform: skewX(-45deg) scale(0, 1);
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  text-decoration: none;
}

.ms-btn a:hover:after,
.ms-btn.alter a:hover:after,
.post-details.details-type-link:hover:after,
.paginator.paginator-more-button a:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  opacity: 1;
  width: 90%;
  left: 5%;
}

.ms-btn button:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  opacity: 1;
  width: 92%;
  left: 4%;
}

.ms-btn a:after,
.post-details.details-type-link:after {
  background-color: #474747;
}

.ms-btn button:after,
.ms-btn.alter a:after,
.paginator.paginator-more-button a:after {
  background-color: #f59a00;
  color: #fff;
}

.service-bar svg,
.service-bar svg path {
  box-sizing: border-box !important;
  padding: 10px !important;
  width: auto !important;
  height: 80px !important;
  margin: 0 auto !important;
  text-align: center !important;
  display: block !important;
  fill: #fff !important;
}

.service-bar .item,
.carousel .owl-stage,
.choice h4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-bar h5 {
  margin-bottom: 0;
  color: #fff;
}

.service-bar {
  position: relative;
  overflow: visible !important;
  padding: 0 !important;
}

.service-bar .vc_col-sm-12 {
  background-color: #f59a00;
  padding: 15px 0 20px;
}

.grid_block h3 {
  display: grid;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .service-bar .vc_col-sm-12 {
    z-index: 9;
    position: absolute;
    top: -100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1170px;
  }
}

.service-bar .item:hover h5 {
  color: #474747;
}

.service-bar .item:hover svg,
.service-bar .item:hover svg path {
  fill: #474747;
}

.map.vc_row-has-fill {
  background-size: 38% !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

.map p,
.area h1 {
  font-size: 48px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.map p:first-child {
  color: #fff;
}

span.orange,
.map a {
  color: #f59a00;
}

span.white {
  color: #fff;
}

.map a {
  font-weight: 900 !important;
}

.map p:nth-child(2) {
  color: #5b5b5c;
  background-color: #fff;
  padding: 35px 10px;
  margin-top: 35px;
}

.map .vc_row-fluid > .wpb_column {
  padding: 140px 0 115px;
}

@media (min-width: 768px) {
  .map .vc_row-fluid > .wpb_column {
    width: 62%;
  }
}

@media (min-width: 992px) {
  .clip.left .wpb_column .wpb_column:first-child {
    clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
  }

  .clip.right .wpb_column .wpb_column:last-child {
    clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%);
  }

  /* .clip.right .wpb_column .wpb_column:nth-child(2) { */
  /* clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%); */
  /* -webkit-clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%); */
  /* } */

  .cta.mid .vc_col-md-4 {
    clip-path: polygon(55% 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(55% 0, 100% 0%, 100% 100%, 0% 100%);
    background-position: right !important;
  }

  .cta.bottom > .wpb_column:first-of-type {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  }

  .first-row .vc_col-md-5 {
    margin-left: -5%;
    width: 50%;
  }

  .first-row .vc_col-md-7 {
    width: 55%;
  }
}

.top-border,
.bottom-border,
.top-border2,
.bottom-border2 {
  height: 11px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  display: block;
}

.top-border {
  background-image: linear-gradient(135deg, #1b1b1b 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #f59a00 66.66%);
  background-image: -webkit-linear-gradient(135deg, #1b1b1b 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #f59a00 66.66%);
  top: 0;
}

.top-border2 {
  background-image: linear-gradient(135deg, #1b1b1b 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #f59a00 66.66%);
  top: 0;
}

.border.top.alter .top-border {
  background-image: linear-gradient(135deg, #1b1b1b 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #fff 66.66%);
  background-image: -webkit-linear-gradient(135deg, #1b1b1b 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #fff 66.66%);
}

.bottom-border {
  background-image: linear-gradient(135deg, #f59a00 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #1b1b1b 66.66%);
  background-image: -webkit-linear-gradient(135deg, #f59a00 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #1b1b1b 66.66%);
  bottom: 0;
}

.bottom-border2 {
  background-image: linear-gradient(135deg, #fff 33.33%, #5b5b5c 33.33%, #5b5b5c 66.66%, #1b1b1b 66.66%);
  bottom: 0;
}

.clip.right {
  text-align: right;
  justify-content: right;
}

@media (min-width: 992px) {
  .clip.right .vc_col-sm-3 {
    margin-left: 15%;
  }
}

.cta.mid .wpb_column:last-child .vc_column-inner {
  background-position: right !important;
}

.caldera-grid .ms-btn,
.caldera-grid .ms-btn button {
  width: 100%;
}

body .cta .wpb_text_column:not(.ms-btn) a {
  color: #fff !important;
}

.cta .wpb_text_column:not(.ms-btn) a:hover {
  color: #4f4f4f;
}

.cta.alt_link a {
  color: #474747 !important;
  font-weight: 900 !important;
}
.cta.alt_link a:hover {
  color: #fff !important;
}

.caldera-grid .form-control {
  width: 100%;
  height: 45px;
  padding: 12px 35px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.caldera-grid .col-lg-1,
.caldera-grid .col-lg-10,
.caldera-grid .col-lg-11,
.caldera-grid .col-lg-12,
.caldera-grid .col-lg-2,
.caldera-grid .col-lg-3,
.caldera-grid .col-lg-4,
.caldera-grid .col-lg-5,
.caldera-grid .col-lg-6,
.caldera-grid .col-lg-7,
.caldera-grid .col-lg-8,
.caldera-grid .col-lg-9,
.caldera-grid .col-md-1,
.caldera-grid .col-md-10,
.caldera-grid .col-md-11,
.caldera-grid .col-md-12,
.caldera-grid .col-md-2,
.caldera-grid .col-md-3,
.caldera-grid .col-md-4,
.caldera-grid .col-md-5,
.caldera-grid .col-md-6,
.caldera-grid .col-md-7,
.caldera-grid .col-md-8,
.caldera-grid .col-md-9,
.caldera-grid .col-sm-1,
.caldera-grid .col-sm-10,
.caldera-grid .col-sm-11,
.caldera-grid .col-sm-12,
.caldera-grid .col-sm-2,
.caldera-grid .col-sm-3,
.caldera-grid .col-sm-4,
.caldera-grid .col-sm-5,
.caldera-grid .col-sm-6,
.caldera-grid .col-sm-7,
.caldera-grid .col-sm-8,
.caldera-grid .col-sm-9,
.caldera-grid .col-xs-1,
.caldera-grid .col-xs-10,
.caldera-grid .col-xs-11,
.caldera-grid .col-xs-12,
.caldera-grid .col-xs-2,
.caldera-grid .col-xs-3,
.caldera-grid .col-xs-4,
.caldera-grid .col-xs-5,
.caldera-grid .col-xs-6,
.caldera-grid .col-xs-7,
.caldera-grid .col-xs-8,
.caldera-grid .col-xs-9 {
  padding: 5px;
}

.caldera-grid .form-control,
.caldera-grid output {
  font-size: 16px;
  line-height: 16px;
  color: #1b1b1b;
}

.cta.bottom h3,
.hero-text h1,
.carousel h2,
.no-m h1,
.no-m h2,
.no-m h3,
.single-post h1 {
  margin-bottom: 0 !important;
}

.cta.bottom .vc_col-lg-3\/5 .vc_row-has-fill {
  background-position: 100% 44% !important;
}

/*** custom table ****/

.custom-table tr:first-child td:first-child {
  background: #f59a00;
}

.custom-table tr:first-child td:not(:first-child) {
  background: #474747;
}

.custom-table tr:first-child td {
  color: #fff;
  padding: 20px;
}
.custom-table tr:not(:first-child) td {
  background: #eaeaea;
  padding: 20px;
}
.content .custom-table td {
  border: 20px solid #fff !important;
}

/*****/

/* -- Inner -- */

.first-row .wpb_column .vc_row-o-equal-height {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .clip.left.first-row .wpb_column .wpb_column:first-child {
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  }

  .clip-left .wpb_column:first-child {
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  }

  .clip-left-2 .wpb_column:first-child {
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  }

  .clip-right .wpb_column:last-child {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
  }

  .first-row .wpb_column .vc_row-o-equal-height {
    min-height: 500px;
  }
  .btn-first-row .wpb_column .vc_row-o-equal-height {
    min-height: 670px;
}

  .first-row.alter .wpb_column {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .step {
    text-align: center;
  }
  .numb {
    margin: 0 auto 20px;
  }

  .gif-row .vc_col-sm-7,
  .gif-row .vc_col-sm-5 {
    width: 100%;
  }
}

.cta.top .wpb_text_column:not(.ms-btn) a {
  font-weight: 900;
  color: #f59a00;
}

.cta.top .wpb_text_column:not(.ms-btn) a:hover {
  color: #fff;
}

.cta.top {
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  overflow: visible !important;
}

.cta.top img {
  margin-top: -50px;
  margin-bottom: -50px !important;
  position: relative;
  border-radius: 100%;
  border: 8px solid #f59a00;
  box-sizing: border-box;
  background-color: #474747;
  max-width: 550px;
}

.intro h1 {
  font-size: 48px;
  line-height: 48px;
}

.intro .icon,
.intro .icon p,
.choice p:first-child {
  background-color: #f59a00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
}

.intro .icon {
  width: 350px;
  height: 350px;
}

.intro .icon {
  background-color: #f59a00;
  margin: 0 auto;
}

.intro .icon p {
  border: 8px solid #474747;
  width: 302px;
  height: 302px;
}

.intro svg {
  height: 155px;
  width: auto;
}

.what .item,
.service .item,
.choice .item {
  text-align: center;
}

.what .item h4 {
  color: #f59a00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what .item h3 {
  color: #f59a00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:24px;
}

.what .item,
.service .item {
  padding: 0 10px;
}

.what svg {
  height: 100px;
  width: auto;
}

.what .wpb_column:not(:last-child),
.service.six .item:not(:last-child) {
  margin-bottom: 35px;
}

.service,
.choice {
  display: flex;
  justify-content: center;
}

.service .icon,
.service .icon p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
  box-sizing: border-box;
  background-color: #f59a00;
}

.service .icon {
  width: 240px;
  height: 240px;
}

.service .icon p {
  width: 206px;
  height: 206px;
  border: 8px solid #474747;
}

.service .item:hover .icon p {
  background-color: #fff;
}

.service .ms-btn {
  margin-top: 40px;
}
.service .ms-btn p a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service svg {
  margin-bottom: 0 !important;
  height: 100px;
  width: auto;
}

.parent-pageid-71 .service svg path,
.page-id-71 .service svg path,
.page-id-19 .service svg path,
.page-id-37 .service .item:not(:first-child) svg path,
.parent-pageid-71 .service svg,
.page-id-71 .service svg,
.parent-pageid-71 .intro svg,
.page-id-71 .intro svg,
.page-id-4174 .intro svg path,
.page-id-4174 .service svg path,
.page-id-4201 .intro svg path,
.page-id-4201 .service svg path,
.page-id-4252 .intro svg path,
.page-id-4219 .intro svg path,
.page-id-21 .service svg path,
.page-id-23 .service svg path,
.page-id-25 .service svg path,
.page-id-39 .service .grey svg *,
.parent-pageid-19 .service .item:not(.sens) svg path,
.parent-pageid-37 .service .item:not(.sens) svg path,
.parent-pageid-39 .service .item:not(.sens) svg path {
  fill: #474747 !important;
}

.carousel .vc_col-md-7 {
  padding: 0 75px;
}

.carousel .owl-dot {
  height: 11px !important;
  transform: skewX(-45deg);
  width: 16px !important;
}

@media (min-width: 1500px) {
  .carousel .owl-dot {
    width: 60px !important;
  }
  .srvc h3 {
    font-size: 24px !important;
  }
}

.carousel .bullets-etefu .owl-dot span {
  height: 11px;
}

.carousel .owl-dots {
  left: 0;
  transform: none;
  width: 100%;
  right: 0;
  text-align: center;
}

.carousel {
  padding-top: 100px;
  padding-bottom: 125px;
}

.intro.alter svg {
  height: 125px;
  width: auto;
}

.choice .item p:first-child {
  width: 240px;
  height: 240px;
  margin-bottom: 35px;
}

.choice .item svg {
  width: 125px;
  height: auto;
}

.choice .item p:last-child {
  padding: 0 15px;
}

.team .item tr:first-child {
  background-color: #fff;
}

.team img {
  min-width: 270px;
  margin: 0;
  display: block;
}

.team .item tr:last-child {
  background-color: #f59a00;
  text-align: center;
}

.team h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0 !important;
}

.team span.tm-pos {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.team tr:first-child td:nth-child(2) {
  padding: 20px;
}

.team tr:nth-child(2) td {
  padding: 15px;
}

.team .wpb_column .wpb_column:not(:first-child) {
  margin-top: 15px;
}

.team {
  position: relative;
}

.std-row.lg.team:before,
.std-row.lg.team:after,
.area:before,
.area:after {
  content: "";
  background-image: repeating-linear-gradient(-45deg, #5b5b5c 0 125px, #474747 40px 250px);
  width: 100%;
  position: absolute;
  display: block;
}

.std-row.lg.team:before,
.std-row.lg.team:after {
  height: 300px;
}

.area:before,
.area:after {
  height: 100px;
}

.std-row.lg.team:before,
.area:before {
  top: 0;
  left: 0;
}

.std-row.lg.team:after,
.area:after {
  bottom: 0;
  left: 0;
}

body:not(.home):not(.page-template-template-microsite) .kzgrjX {
  padding: 0 12px;
}

.faq-row-loc p {
  text-align: left !important;
}

/* -- Blog -- */

.blog-shortcode .post:hover .post-entry-content {
  background-color: rgba(0, 0, 0, 0);
}

.blog-shortcode .post:hover .post-entry-content {
  background-color: rgba(0, 0, 0, 0);
}

span.button-caption:before {
  display: none;
  visibility: hidden;
}

.single-post .page-title {
  min-height: 300px;
  background-color: #f59a00;
}

.single-post h1 {
  color: #fff !important;
}

.single-post h2,
.single-post h3 {
  margin-top: 30px;
  margin-bottom: 10px !important;
}

.single-post h2 {
  font-size: 36px;
  line-height: 42px;
}

/* -- Blog tbl-- */
table.maintractsTable {
  border: 1px solid #474747;
  background-color: #eeeeee;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.maintractsTable td,
table.maintractsTable th {
  border: 1px solid #eeeeee;
  padding: 3px 2px;
}
table.maintractsTable tbody td {
  font-size: 18px;
}
table.maintractsTable tr:nth-child(even) {
  background: #f5cd7e;
}
table.maintractsTable thead {
  background: #f59a00;
  background: -moz-linear-gradient(top, #f7b340 0%, #f6a419 66%, #f59a00 100%);
  background: -webkit-linear-gradient(top, #f7b340 0%, #f6a419 66%, #f59a00 100%);
  background: linear-gradient(to bottom, #f7b340 0%, #f6a419 66%, #f59a00 100%);
  border-bottom: 2px solid #444444;
}
table.maintractsTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  border-left: 2px solid #d0e4f5;
}
table.maintractsTable thead th:first-child {
  border-left: none;
}

table.maintractsTable tfoot td {
  font-size: 14px;
}
table.maintractsTable tfoot .links {
  text-align: right;
}
table.maintractsTable tfoot .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}
/* .single-post h2, .single-post h4{display: inline;} */
/* .single-post h3 + p, .single-post h2 + p{padding-top: 20px;} */
.step-row h2 strong {
  font-weight: 900 !important;
  color: #fff;
}
.white-txt p {
  color: #fff;
}
.str_cont1 h2,
.str_cont1 h3 {
  margin-top: 0;
}
.str_cont1 h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
  line-height: normal !important;
  text-transform: none;
}
.str_cont1 .wpb_text_column {
  padding: 41px 41px 41px 70px;
}
.str_cont1 {
  background-size: contain !important;
  background-position: left center !important;
}
.str_cont1 .wpb_column:nth-child(2) .vc_column-inner {
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.two-img .wpb_wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.single-post h3 {
  font-size: 30px;
  line-height: 36px;
}

.single-post .entry-content {
  margin-top: 50px;
}

.single-post .single-share-box {
  margin-bottom: 50px !important;
}

.whtlinear {
  background-image: repeating-linear-gradient(-45deg, #fff 0px 6px, #34313a 0px 22px);
}

span.InfinityNumber.clickable\,.darkrow {
  color: #f59a00;
}

/* -- Faqs -- */

.faq .item {
  margin: 35px 0;
  overflow: hidden;
}

.faq .item p:first-child strong {
  font-size: 20px;
  color: #f59a00;
  font-family: "Montserrat", sans-serif;
  margin: 5px 0 !important;
  display: inline-block;
  position: relative;
  font-weight:700;
  width: fit-content;
}

 .faq .item h3 {
  font-size: 20px;
  color: #f59a00;
  font-family: "Montserrat", sans-serif;
  margin: 0 !important;
  display: inline-block;
  position: relative;
  font-weight:700;
  width: fit-content;
}


.faq .item .wpb_wrapper,
.faq .item i {
  display: grid;
}

.faq .item i {
  font-size: 26px;
  color: #fff;
  background-color: #f59a00;
  margin-right: 15px;
  padding: 5px 7.5px;
  float: left;
}

/* -- Contact -- */

iframe {
  margin-bottom: -5px;
}

.caldera-grid .row {
  margin-left: 0;
  margin-right: 0;
}

.contact .wpb_column:last-child,
.quote .wpb_column:last-child {
  background-color: #f59a00;
  padding: 25px;
}

/* -- Location  -- */

.dt-owl-item > div {
  margin: 0 auto;
}

.accred .dt-owl-item img {
  max-height: 160px;
  max-width: 160px;
}

.loc .wpb_text_column > .wpb_wrapper p {
  margin-bottom: 0;
  padding: 5px;
  display: flex;
  align-items: center;
}

.loc .vc_column-inner {
  padding: 0;
}

@media (min-width: 768px) {
  .service .ms-btn p a{
    min-height: 70px;
  }
  .loc .wpb_text_column > .wpb_wrapper p:nth-child(even) {
    background-color: #f5d490;
  }

  .sticky-accred {
    position: fixed;
    bottom: calc(50% - 150px);
    display: grid;
    z-index: 999;
    text-transform: uppercase;
    text-align: center;
    right: -155px;
    opacity: 0;
  }

  .sticky-accred img {
    max-width: 50px;
    height: auto;
    -webkit-box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, 0.75);
    padding: 5px;
    display: block;
    background-color: #fff;
    margin: 2px 0;
  }
}

.reviews {
  z-index: 10;
}

/* -- Footer --*/

.revbtn {
  position: fixed;
  left: 0;
  top: calc(85% - 50px);
  display: block !important;
  z-index: 99999;
  border-radius: 0 10px 10px 0;
  background-color: #f59a00;
  -webkit-transition: all 0.4s ease-in-out !important;
  border-style: solid;
  border-width: 2px 2px 2px 0;
  border-color: #000;
  padding: 12px;
  opacity: 0;
  width: 250px;
}

#footer > .wf-wrap {
  position: relative;
  z-index: 9;
}

#footer.solid-bg {
  background-size: cover;
}

.contact-table td:first-child {
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

.contact-table i {
  font-size: 15px;
  display: inline-block;
  color: #f59a00;
}

#bottom-bar a {
  color: #f59a00;
}

#bottom-bar a:hover,
.footer .textwidget a:not(.ms-btn):hover {
  text-decoration: none;
}

a.scroll-top.on {
  width: 40px;
  height: 40px;
  bottom: 60px;
}

#footer .custom-menu li {
  margin: 0;
  padding: 0;
}

#footer svg {
  display: block;
}

@media (min-width: 768px) and (max-width: 1600px) {
  .page-id-3167 .vc_col-has-fill .vc_column-inner,
  .page-id-3159 .vc_col-has-fill .vc_column-inner,
  .page-id-3146 .vc_col-has-fill .vc_column-inner,
  .page-id-3141 .vc_col-has-fill .vc_column-inner,
  .page-id-3137 .vc_col-has-fill .vc_column-inner,
  .page-id-3130 .vc_col-has-fill .vc_column-inner,
  .page-id-3125 .vc_col-has-fill .vc_column-inner,
  .page-id-3058 .vc_col-has-fill .vc_column-inner,
  .page-id-3049 .vc_col-has-fill .vc_column-inner {
    background-position: right;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .fullwtab .wpb_column {
    width: 100%;
  }
  .fullwtab {
    padding: 0 43px;
    flex-direction: column-reverse !important;
  }
  .fullwtab .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
  }
}
/*** Feedback Page ***/

.feedback-first {
  text-align: center;
  margin-top: 25px !important;
}
.page-id-3852 .quote .wpb_column:last-child {
  background-color: #fff !important;
}
.feedback-first label {
  text-align: center;
}

.feedback-first .ff-el-form-check.ff-el-form-check- span {
  display: inline-block !important;
  text-align: center !important;
  padding: 20px 24px 18px !important;
  font-size: 16px !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 900 !important;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(245, 154, 0) !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transform: perspective(1px) !important;
  position: relative !important;
  min-width: 198px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-radius: 0px !important;
  line-height: 16px !important;
}

.feedback-first .ff-el-form-check.ff-el-form-check- span:after {
  background-color: #474747 !important;
  top: 0 !important;
  left: -1% !important;
  content: "" !important;
  position: absolute !important;
  width: 102% !important;
  height: 100% !important;
  transform: skewX(-45deg) scale(0, 1) !important;
  z-index: -1 !important;
  opacity: 0 !important;
  transition: all 0.2s ease-in-out!important !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  text-decoration: none !important;
}
.feedback-first .ff-el-form-check.ff-el-form-check- span:hover {
  color: #fff !important;
}
.feedback-first .ff-el-form-check.ff-el-form-check- span:hover:after {
  transform: skewX(-45deg) scale(1, 1) !important;
  opacity: 1 !important;
  width: 90% !important;
  left: 5% !important;
}

.feedback-first label {
  color: rgb(245, 154, 0) !important;
  font-size: 42px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 900 !important;
  line-height: 40px !important;
}
.feedback-first label.ff-el-form-check-label {
  margin-right: 20px !important;
}
.yes-text a {
  color: #f59a00 !important;
  font-weight: 900 !important;
}
.yes-text a:not(:first-child) {
  margin: 0 15px;
}
.yes-text a:hover {
  color: #474747 !important;
}
.no-btn {
  display: none !important;
}
.page-id-3852 .ms-btn button {
  width: 100% !important;
}
.page-id-3852 .ff-el-input--content {
  margin-bottom: 15px !important;
}
.no-txt {
  margin-bottom: 15px;
}
button.ff-btn.ff-btn-submit.ff-btn-md {
  display: none;
}

/*** Areas Covered Page ***/

.location-row td {
  border: 1px solid #000 !important;
  padding: 5px 0;
  width: 25%;
}

.location-row .wpb_wrapper tr:nth-child(even) {
  background-color: #f5d490 !important;
}

/*** CTA Fluent form ***/

.cta .fluentform .ff-el-group,
.page-id-109 .fluentform .ff-el-group,
.page-id-111 .fluentform .ff-el-group,
.ppc-forms .ff-el-group {
  margin-bottom: 5px !important;
}
.cta .frm-fluent-form .ff-t-cell,
.ppc-forms .frm-fluent-form .ff-t-cell {
  padding: 1px 3px !important;
}
.cta textarea,
.ppc-forms textarea {
  margin-bottom: 2px !important;
}
.cta button,
.page-id-109 button,
.page-id-111 button,
.ppc-forms button {
  width: 100%;
}
/* .frm-fluent-form .ff-t-cell {width: auto !important;} */
.sub-btnfluent {
  display: none !important;
}
.ff-el-recaptcha iframe {
  transform: scale(0.73);
  -webkit-transform: scale(0.73);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#fluentform-recaptcha-1,
#fluentform-recaptcha-2,
#fluentform-recaptcha-3,
#fluentform-recaptcha-4,
#fluentform-recaptcha-5,
#fluentform-recaptcha-6,
#fluentform-recaptcha-7 {
  height: 55px;
}
.fluentform .error.text-danger {
  color: #fff !important;
}
.fluent_form_1 .error.text-danger {
  color: #f56c6c !important;
}

/*** Batch Location Pagges ***/

.bg-batch-land {
  min-height: 520px;
}

/*** New PPC page ***/

.text-col-new {
  padding: 0 60px;
}
.under-title-p {
  padding: 0 76px;
}
table.loc-table {
  width: 50% !important;
  margin: auto !important;
}

/*** Home Amends 19.08.2021 ***/

.home h1 {
  font-size: 52px;
  line-height: 56px;
}

/*** New Loc page 12.10.2021***/

.loc-page-pp-1,
.loc-page-pp-5 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.loc-page-pp-3 {
  padding-top: 0px;
  padding-bottom: 70px !important;
}
.loc-bordertop {
  padding-top: 60px;
  padding-left: 10%;
  padding-right: 10% !important;
}
.faq-row-loc h2 {
  margin-bottom: 0px !important;
}
.faq-row-loc h2,
.faq-row-loc p,
.faq-row-loc a,
.faq-row-loc li 
 {
  color: #fff;
}
.faq-row-loc li {
    margin-bottom: 5px;
}
.faq-row-loc a:hover {
  color: #f59a00;
}
.faq-row-loc {
  padding-top: 50px;
}
.list-no-txt ul {
  margin-left: 15%;
}

/*** Electrical loc pages ***/

.page-id-9140 .hero-img,
.page-id-9156 .hero-img,
.page-id-9166 .hero-img,
.page-id-9176 .hero-img,
.page-id-9186 .hero-img,
.page-id-9196 .hero-img,
.page-id-9206 .hero-img {
  background-position: center !important;
}

/* strategic content 17.06.2024 */

.mt_heroi1 {
  min-height: 426px;
  padding: 15px;
}
.mt_heroi1 h1 {
  font-size: 48px;
  line-height: normal;
  max-width: 1023px;
  margin: auto;
}
.mt_heroi1.mt_overlay04:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  position: absolute;
  left: 0;
  top: 0;
}
.mt_overlay04 {
  position: relative;
}

/* .list_3 ul {-webkit-column-count: 3;  -webkit-column-gap: 20px;  -moz-column-count: 3;   -moz-column-gap: 20px;  column-count: 3;  column-gap: 20px; } */

.step-row.v2 .item {
  background: #eaeaea;
  padding: 26px 40px;
  max-width: 750px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: auto;
  margin-right: auto;
}
.step-row.v2 .item:not(:last-child) {
  margin-bottom: 20px;
}
.step-row.v2 .item strong {
  font-size: 20px;
  line-height: normal;
}
.step-row.v2 .item .wpb_text_column p:first-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #474747;
}

@media (max-width: 991px) {
  .mt_heroi1 h1 {
    font-size: 38px;
  }
  .mt_heroi1 {
    min-height: 326px;
  }
}

/*** New header loc page ***/

.loc-header-number {
  font: normal 700 25px / 30px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.loc-header-number a {
  color: #fff;
}
.loc-header-number a:hover {
  color: #474747 !important;
}
.loc-rev-row {
  margin-bottom: 100px;
}

/*** Post 02.12.2021 ***/

.post-orange-bg {
  background-color: #f59a00;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
p.post-source {
  font-size: 13px;
  font-style: italic;
}
/*** New Blog ***/
.postid-10503 .single-post .entry-content {
  margin-top: 0px !important;
}
.bubble-speech-text {
  background-image: url(https://www.maintracts.co.uk/wp-content/uploads/2022/02/speech-bubble250.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  min-height: 250px;
  width: auto;
}
.bubble-speech-text p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.postid-10503 .loc-bordertop {
  padding-top: 30px;
  padding-left: 10%;
  padding-right: 10% !important;
  padding-bottom: 60px;
}
.new-blog-row-4 {
  padding-top: 30px;
  text-align: center;
}
.postid-10503 .custom-list ul {
  column-count: 1;
  text-align: left;
}
.postid-10503.single-post h2 {
  display: inherit !important;
}
.blog-speech-bubble {
  position: absolute;
  width: 100%;
  top: -200px;
  left: 40%;
  min-height: 250px !important;
}
.blog-orange-box {
  color: #fff;
  background-color: #f59a00;
  padding: 10px;
}
.latest_blog_3 h3.entry-title a {
  color: #fff;
}

.blog_row {
  align-items: center;
}

.postid-3847 h1 {
  padding-bottom: 15px;
}

/* Stretch Row Fix */
div[data-vc-full-width="true"],
div[data-vc-stretch-content="true"] {
  opacity: 0;
}

/*** New blog design 2022.06.21 ***/

.blog_newdesign_1 {
  padding-left: 9% !important;
}
.blog_newdesign_bordertxt p {
  text-align: left;
}
.blog_newdesign_bordertxt {
  border: 2px solid #474747;
  padding: 35px;
}
.blog_newdesign_bordertxt {
  position: relative;
}

.blog_newdesign_bordertxt .wpb_wrapper:before {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-grey-top.png);
  position: absolute;
  left: -13px;
  top: -33px;
  background: #fff;
  padding: 6px;
}
.blog_newdesign_bordertxt .wpb_wrapper:after {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-grey-bottom.png);
  position: absolute;
  background: #fff;
  right: -15px;
  bottom: -33px;
  padding: 6px;
}
.blog_newdesign_bordertxt.v2 > .vc_col-sm-12:first-child:before {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/07/faq-orange-top.png);
  position: absolute;
  left: -42px;
  top: -61px;
  background: #fff;
  padding: 6px;
  z-index: 5;
}
.blog_newdesign_bordertxt.v2 > .vc_col-sm-12:first-child:after {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/07/faq-orange-bottom.png);
  position: absolute;
  background: #fff;
  bottom: -170px;
  right: -52px;
  padding: 6px;
  z-index: 5;
}

.quote-txt {
  margin-top: 50px;
}
.quote-txt:before {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/07/Malcolm-Osmore.png);
  display: inline-block;
  position: relative;
  margin-right: 5px;
  float: left;
  margin-top: -16px;
}

.quote-row {
  padding: 100px 200px !important;
}

.blog_newdesign_bordertxt_white {
  border: 2px solid #fff;
  padding: 50px !important;
  position: relative !important;
}
.blog_newdesign_bordertxt_white .wpb_wrapper:before {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-white-top.png);
  position: absolute;
  left: -13px;
  top: -33px;
  background: #474747;
  padding: 6px;
}
.blog_newdesign_bordertxt_white .wpb_wrapper:after {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-white-bottom.png);
  position: absolute;
  background: #474747;
  right: -15px;
  bottom: -33px;
  padding: 6px;
}
.new_blog_quote:before {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-white-top.png);
  position: absolute;
  left: -50px;
  top: 170px;
}
.new_blog_quote:after {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-white-bottom.png);
  position: absolute;
  right: -10px;
  bottom: 90px;
}
.blog_newdesign_noborder {
  padding: 35px;
}
.blog_newdesign_noborder:before {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-grey-top.png);
  position: absolute;
  left: -15px;
  top: 5px;
}
.blog_newdesign_noborder:after {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/06/faq-grey-bottom.png);
  position: absolute;
  right: -15px;
  bottom: 47px;
}
.noborder_2:before {
  top: 60px;
  left: -17px;
}

.txt-padd {
  padding: 50px 40px;
}
.postid-11023 .border.top2 .vc_row.vc_column-gap-20 > .vc_column_container {
  padding: 0;
}
.postid-11023 .step-row.padtfx {
  margin-top: -6px;
  background-position: top !important;
}
.img-tag {
  position: absolute;
  top: 23%;
  right: 12%;
}

/*** New blog design 27.07.2022 ***/

.dark_blog_iconr strong {
  color: #f59a00;
}
.dark_blog_iconr h3 {
  font-size: 18px;
  line-height: 25px;
  color: #f59a00;
  text-transform: inherit;
  margin-top: 0px;
}
.clip_orange {
  clip-path: polygon(0% 0, 100% 0%, 80% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0, 100% 0%, 80% 100%, 0% 100%);
  padding: 100px 0px;
  margin-top: -1px;
}
.list_2 ul {
  column-count: 2;
}
span.number_orange {
  color: #f59a00;
  font-weight: 700;
  font-size: 25px;
}
.orange_bg span.orange {
  color: #474747;
}
.orange_bg h2 {
  color: #fff;
}
.white_bg_blog h2,
.white_bg_blog p {
  color: #474747 !important;
}
.orange_bg h2,
.white_bg_blog h2 {
  display: grid !important;
}
.postid-11094 .blog_newdesign_bordertxt_white:before {
  top: 400px;
}
.postid-11094 .blog_newdesign_bordertxt_white:after {
  bottom: 110px;
}
.postid-11094 .blog_newdesign_bordertxt_white strong {
  color: #f59a00;
}

.smallh3 h3 {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.14px;
  text-align: left;
  color: #f59a00;
}
.white-txt h2 {
  color: #fff !important;
  text-shadow: 0px 0px 10px #f59a00;
}
.single-post h2 em {
  font-style: normal;
  text-transform: lowercase;
}
.white-txt a {
  color: #f59a00 !important;
}
.white-txt a:hover {
  color: #fff !important;
}

.single-post h2 strong,
.single-post h3 strong {
  font-weight: 900;
  color: #f59a00 !important;
}

.step-row h2 strong {
  font-weight: 900;
  color: #474747;
}

.light-box {
  background: #eaeaea;
  padding: 20px;
}

.light-box h2,
.light-box h3 {
  color: #474747;
}

.light-box p {
  color: initial;
}
.light-box.stp {
  margin: 30px 0 !important;
}
.white-box.qte > .wpb_column > .vc_column-inner {
  padding: 0;
}
.white-box.qte {
  margin: 30px 0;
}
.stp .cnumb em {
  color: #000;
}

@media (min-width: 1000px) {
  .postid-11309 .step-row {
    background-position: 50% 10% !important;
  }
}

@media (min-width: 1600px) {
  .postid-11023 .step-row.padtfx {
    margin-top: -6px;
    background-position: 50% 17% !important;
  }
}

@media (min-width: 1200px) {
  .postid-11023 .border.top.bottom .std-row {
    padding: 170px 100px;
  }
  .postid-11023 .clip-left-2 .wpb_column:first-child > .vc_column-inner {
    background-position: 50% 80% !important;
  }
  .content .custom-table td {
    width: 33.3333% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .postid-11023 .border.top2 .vc_column-gap-20 > .vc_col-md-6:last-child > .vc_column-inner {
    background-position: 80% 50% !important;
  }
  .img-tag {
    right: 13%;
    top: 25%;
  }
  .postid-11309 .step-row {
    padding: 0 !important;
  }
}

@media (max-width: 1600px) {
  .img-tag {
    right: 9%;
  }
  .img-tag {
    top: 21%;
    right: 13%;
  }
}

@media (max-width: 1300px) {
  .img-tag {
    right: 9%;
    top: 24%;
  }
}

@media (max-width: 850px) {
  .tabfw .wpb_column {
    width: 100%;
    padding: 0 30px !important;
    margin-bottom: 30px;
  }
  .postid-11023 .border.top2 {
    margin-bottom: 30px;
  }
  .txt-padd {
    padding: 20px 0px;
  }
  .quote-row {
    padding: 50px 60px !important;
  }
  .blog_newdesign_bordertxt.v2 p {
    text-align: left !important;
  }
  .img-tag {
    right: 13%;
    top: 4%;
  }
  .stepimg .step {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .stepimg .step .vc_col-sm-2 {
    order: 1 !important;
  }
  .stepimg .step img {
    width: 100px;
  }
  .stepimg .step {
    text-align: center;
  }
  .cnumb em {
    margin: auto !important;
  }
}

@media (max-width: 600px) {
  .tabfw .wpb_column {
    padding: 0 15px !important;
  }
  .quote-row {
    padding: 25px 10px !important;
  }
  .blog_newdesign_bordertxt.v2 p {
    text-align: center !important;
  }
  .quote-txt:before {
    margin: -16px auto 5px;
    float: none;
    display: block;
    text-align: center;
  }
  .quote-txt {
    margin-top: 30px;
  }
  .blog_newdesign_bordertxt.v2 > .vc_col-sm-12:first-child:after {
    bottom: -225px;
  }
  .img-tag {
    right: 10%;
    top: 0%;
  }
  .postid-12157 .blog_newdesign_bordertxt_white {
    padding: 30px !important;
  }
}

@media (max-width: 380px) {
  .img-tag {
    right: 8%;
    top: 3%;
  }
}

/*** Blog11 13.12.2022 ***/

.blog11_row {
  background-color: #474747;
}
.blog11_column_container {
  padding: 34px 15px 34px 15px;
}
.blog11_column .vc_column-inner {
  margin-bottom: 20px;
}
.blog11_column .vc_column-inner {
  background-color: white;
  border-radius: 26px;
  width: 100%;
  padding: 0;
}
.blog11_title {
  background-color: #f59a00;
  color: #ffffff;
  font-size: 30px;
  padding: 59px 0 21px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  position: relative;
}
.blog11_title::before {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2022/12/maintracts-blog11-spiral.svg);
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -123px;
}
.blog11_title strong {
  position: relative;
}
.blog11_title strong::before,
.blog11_title strong::after {
  content: "";
  position: absolute;
  background-color: #ffc460;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.blog11_title strong::before {
  left: -30px;
}
.blog11_title strong::after {
  right: -30px;
}
.blog11_content {
  padding: 26px 39px 39px;
}
.single-post .blog11_content h3 {
  font-size: 16px !important;
  line-height: 100%;
  text-transform: none;
  margin: 0 !important;
}
.blog11_content a {
  color: #f59a00 !important;
}
.blog11_content a:hover {
  color: #ffc460 !important;
}
.blog11_content.custom-list li,
.single-post #content .blog11_content ul li {
  padding-left: 0;
}
.blog11_content.custom-list li::before,
.single-post #content .blog11_content ul li::before {
  display: initial;
  left: unset;
  margin-left: -15px;
}

@media (max-width: 991px) {
  .blog11_column {
    width: 100%;
  }
  .wpb_text_column.blog11_content li {
    text-align: center;
  }

  .str_cont1 .wpb_column {
    width: 100%;
  }
  .str_cont1 {
    background-position: center top !important;
    padding-top: 350px;
  }
  .str_cont1 .wpb_text_column {
    padding: 70px 21px 21px 21px;
  }
  .str_cont1 .wpb_column:nth-child(2) .vc_column-inner {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  }
}

/*** New Blog Design 28.02.2023 ***/

.border_img_row img {
  position: absolute;
  right: -8%;
  bottom: 33%;
}
.border_img_row .blog_newdesign_bordertxt_white {
  padding-right: 110px !important;
}
.revers_step_row span.blog_yellow_h3,
.new_blog_list_yellow ::marker,
.new_blog_list_yellow .list_yellow {
  color: #f59a00;
}
.revers_step_row .custom-list ul {
  column-count: 1;
}
.postid-11633 a {
  color: #f59a00;
}
.postid-11633 a:hover {
  color: #474747 !important;
}
.postid-11633 .step-row {
  margin-top: -10px;
}

.step-row {
  padding: 100px 0px;
}

.step h3 {
  font-size: 18px;
  line-height: 23px;
}

body .step h3,
body {
  font-size: 18px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.step {
  background: #fff;
  margin: 30px 0;
  box-shadow: 3px 3px 9px #898585;
  padding: 32px 40px;
}
.light-box.stp {
  margin: 30px 0 !important;
}
.white-box.qte > .wpb_column > .vc_column-inner {
  padding: 0;
}
.white-box.qte {
  margin: 30px 0;
}
.stp .cnumb em {
  color: #000;
}

.step p:first-child strong {
  display: block;
  margin-bottom: 15px !important;
}

.numb {
  height: 25px;
  width: 25px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 15px;
}
.cnumb em {
  font-style: normal;
  border: 2px solid;
  border-radius: 50%;
  padding: 8px;
  width: 15px;
  height: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.postid-12589 em.no_uppercase {
  text-transform: none;
  font-style: normal;
}

/*** Ar eas block menu header ***/
.menu-where-we p {
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}

/*** Enhanced Blog 07.09.2023 ***/

.postid-12378 h3 {
  margin-top: 0px !important;
}

.postid-12378 .new_blog_quote:before {
  top: 60px !important;
}

@media (max-width: 1024px) {
  .postid-12378 .new_blog_quote:before {
    top: 20px !important;
  }
}

@media (max-width: 991px) {
  .postid-12378 h3 {
    text-align: center !important;
  }

  .postid-12378 h2 {
    text-align: center !important;
  }

  .content .custom-table td {
    border: 10px solid #fff !important;
  }
}

/*** New Blog Design 16.10.2023 ***/

.postid-12458 .std-row.lg {
  padding-left: 50px;
}
.post_img_aft:after {
  content: url(https://www.maintracts.co.uk/wp-content/uploads/2023/10/Polygon-2.png);
  position: relative;
  left: 97%;
  bottom: 340px;
}

@media (max-width: 1024px) {
  .post_img_aft:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .postid-12458 .std-row.lg {
    padding-left: 0px;
  }
}

@media (max-width: 500px) {
  .postid-12458 img.aligncenter.wp-image-12501.size-full {
    margin-bottom: 15px !important;
  }
  .postid-12458 .wpb_column.vc_column_container.vc_col-sm-3 {
    margin-bottom: 15px;
  }
  .postid-12458 .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-bottom: 15px;
  }
  .content .custom-table td {
    border: 3px solid #fff !important;
    padding: 5px !important;
    font-size: 14px;
  }
}

.widget-visible iframe {
  top: unset !important;
  bottom: 8px !important;
}

/* Blog Posts Sidebar */

:root {
  --sidebar-primary: #f59a00;
  --sidebar-secondary: #474747;
}

.single-post * {
  overflow: visible !important;
}

.sidebar-right .sidebar {
  margin-top: 50px !important;
}

.sidebar {
  align-self: flex-start;
  position: sticky;
  top: 210px;
  z-index: 2;
}

.single-post .wf-container-main {
  display: flex;
  gap: 1.5rem;
}

.sidebar .wpb_content_element {
  margin-bottom: 0 !important;
}

.sidebar .sidebar_hello_title,
.sidebar .sidebar_posts h2,
.sidebar .sidebar_search_row h2 {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sidebar-secondary);
  margin-bottom: 15px;
  margin-top: 0;
}

.sidebar .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.sidebar p a {
  color: var(--sidebar-secondary) !important;
}

.sidebar span {
  color: var(--sidebar-secondary);
}

.sidebar p a i,
.sidebar p i {
  color: var(--sidebar-primary);
  position: absolute;
  left: -23px;
  top: 6px;
}

.sidebar .vc_row {
  margin: 0;
}

/* sidebar hello row */
.sidebar_hello_row p {
  margin-bottom: 5px;
  position: relative;
  margin-left: 23px;
  color: var(--sidebar-secondary);
  font-size: 18px !important;
}

.sidebar_hello_row span,
.sidebar_hello_row p a {
  font-weight: 400 !important;
}

.sidebar_hello_row p,
.sidebar_hello_row p a {
  color: var(--sidebar-secondary);
}

.sidebar .sidebar_hello_row span:hover {
  color: var(--the7-accent-color) !important;
}

.sidebar_hello_row p:nth-child(2) a {
  font-weight: 400 !important;
}

/* sidebar posts row */

.sidebar .sidebar_posts_row.vc_row-fluid {
  margin-bottom: 20px;
  padding-top: 60px;
}

.sidebar_posts_row {
  background: var(--sidebar-primary);
  padding: 10px;
}

.sidebar_posts span {
  color: #fff !important;
}

.sidebar .sidebar_posts h2 {
  color: #fff !important;
}

.sidebar_hello_row {
  padding: 10px;
  border: 1px solid #000;
  padding-bottom: 60px;
}

.sidebar_posts_row ul li {
  display: flex;
  flex-direction: column;
}

.sidebar_posts_row a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 700;
}

.sidebar .sidebar_posts_row ul li:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  margin: 15px 0;
}

.sidebar_posts_row .widget.widget_recent_entries {
  padding-bottom: 10px;
}

.sidebar_posts_row span.post-date {
  font-size: 0.8rem;
}

/* Sidebar search */

.sidebar_search_row {
  margin-bottom: 1rem !important;
}

.sidebar_search_row input#the7-search {
  background: #fff;
  border: 1px solid var(--sidebar-secondary);
  padding: 0.5rem;
}

.sidebar_search_row input#the7-search::placeholder {
  color: #000 !important;
}

.sidebar_search_row svg {
  fill: var(--sidebar-secondary) !important;
}

/* Sidebar menu */
.sidebar_menu_row a {
  color: var(--sidebar-secondary) !important;
  font-weight: 400;
}

.sidebar .sidebar_menu_row ul li {
  padding: 0;
  margin: 10px 0;
  border: none !important;
  display: list-item;
  position: relative;
}

.sidebar .sidebar_menu_row ul li::before {
  content: "•";
  position: absolute;
  left: -0.8em;
  /* top: -0.1em; */
  font-size: 1.8em;
}

.sidebar_menu_row ul {
  list-style: none;
  margin-left: 20px;
  color: var(--sidebar-primary);
}

.sidebar .sidebar_posts_row a:hover {
  color: #000 !important;
}

.sidebar a:hover {
  color: var(--the7-accent-color) !important;
}

.sidebar a {
  /* font-family: Muli, Helvetica, Arial, Verdana, sans-serif !important; */
  font-size: inherit !important;
  line-height: 24px;
}

.sidebar_menu_row ul li::marker {
  font-size: 16px;
}

.sidebar_menu_title {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sidebar-secondary);
  margin-bottom: 15px;
}

/* Image separator*/

.image_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_holder {
  aspect-ratio: 1 / 1;
  width: 70px;
  height: 70px;
  background: var(--sidebar-primary);
  border-radius: 50%;
  border: 3px solid var(--sidebar-secondary);
  position: absolute;
  top: -28px;
  text-align: center;
  overflow: hidden;
  padding: 5px;
}

.sidebar_separator_row {
  /* margin-top: -20px !important; */
}

.sidebar_separator {
  display: flex;
  justify-content: center;
  background: #000;
  position: absolute;
  top: -15px;
  width: 100%;
  height: 30px;
}

/* Blog posts quote block */

.quote-block {
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  position: relative;
}

.quote-block::before {
  content: "\201C";
  position: absolute;
  top: 40px;
  left: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-primary);
}

.quote-block::after {
  content: "\201D";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-primary);
}

.quote-block p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: bold;
  color: var(--sidebar-primary);
}

/* Blog posts cta block */
.single-post .cta_block {
  background: var(--sidebar-primary);
  padding: 15px;
  margin: 20px 0;
  border-radius: 15px;
}

.single-post .intro_text {
  text-align: center;
  margin-bottom: 20px;
}

.cta_block h3 {
  color: #fff;
}

.single-post .intro_text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: var(--sidebar-primary);
  padding-bottom: 10px;
}

.single-post .cta_block button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  border-color: var(--sidebar-primary) !important;
  margin-bottom: 0;
}

.single-post .cta_block .ff_submit_btn_wrapper_custom {
  margin-bottom: 0 !important;
}

.cta_block .fluentform .ff-el-group {
  margin-bottom: 10px !important;
}

.cta_block button {
  width: 100% !important;
}

/*  sticky button */

.social_links.sticky_button {
  position: fixed;
  left: 0;
  bottom: calc(35% - 50px);
  display: flex;
  z-index: 999;
  padding: 5px;
  opacity: 1;
  transition: opacity 1s;
}

.share_icons {
  display: flex;
  flex-direction: column;
}

.share_icons svg.bi.bi-facebook,
.share_icons svg.bi.bi-instagram,
.share_icons svg.bi.bi-twitter-x,
.share_icons svg.bi.bi-linkedin,
.share_icons svg.bi.bi-whatsapp {
  width: 25px;
  height: 25px;
}

.share_icons svg.bi.bi-facebook {
  fill: #fff;
}

.share_icons svg.bi.bi-instagram {
  fill: #fff;
}

.share_icons svg.bi.bi-twitter-x {
  fill: #fff;
}

.share_icons svg.bi.bi-linkedin {
  fill: #fff;
}

.share_icons svg.bi.bi-whatsapp {
  fill: #fff;
}

.share_icons a.facebook,
.share_icons a.twitter,
.share_icons a.linkedin,
.share_icons a.instagram {
  padding: 20px;
  height: 25px;
  margin-bottom: 5px;
}

.share_icons a.facebook:hover,
.share_icons a.twitter:hover,
.share_icons a.linkedin:hover,
.share_icons a.instagram:hover {
  opacity: 0.8;
}

.share_icons a.facebook {
  background: #4c69c7;
}

.share_icons a.twitter {
  background: #000;
}

.share_icons a.whatsapp {
  background: #36b74d;
}

.share_icons a.linkedin {
  background: #0a66c2;
}

.share_icons a.instagram {
  background: #f46f65;
}

.single-post .sticky-btn {
  z-index: 9;
}

.single-share-box .share-buttons a {
  width: 50px;
  height: 40px;
}

.single-share-box .share-buttons a svg {
  width: 25px;
  height: 25px;
}

/* Sidebar Responsive */

@media (max-width: 768px) {
  .single-post .wf-container-main {
    flex-direction: column;
    gap: 0;
  }

  .sidebar-right .sidebar {
    margin-top: 0 !important;
  }

  .share_icons a.facebook,
  .share_icons a.instagram,
  .share_icons a.twitter,
  .share_icons a.linkedin {
    padding: 5px;
    /* height: 50px; */
  }

  .single-post .sidebar p {
    text-align: left !important;
  }

  .sidebar_posts_row h2,
  .sidebar_search_row h2 {
    text-align: left !important;
  }
}
@media (max-width: 600px) {
  .social_links.sticky_button {
    left: unset;
    right: 0;
  }
}

/* Strategic Content 23.10.24 */
.m-t--5 {
  margin-top: -5px;
}
.p-0 {
  padding: 0 !important;
}
.strategic-text-white li,
.strategic-text-white p,
.strategic-text-white h2 {
  color: #fff !important;
}
.postid-14928 a {
  color: #f59a00 !important;
}
.postid-14928 li,
p {
  margin-bottom: 1rem !important;
}
.strategic-qoutes {
  border: solid 4px #474747;
  padding: 60px;
  position: relative;
}

.strategic-qoutes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/2024/10/qoutation-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: #eaeaea;
  border: solid 10px #eaeaea;
}
.strategic-qoutes::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/2024/10/qoutation-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: #eaeaea;
  border: solid 10px #eaeaea;
  rotate: 180deg;
}
.strategic-qoutes.cnumb em {
  font-weight: 700;
  border: solid 3px;
}

a.text-link {
    color: #f59a00;
}

div:not(.dark)  a.text-link:hover {
    color: #474747!important;
}

a.or-to-wh-link {
    color:#f59a00!important
}

a.or-to-wh-link:hover {
    color:#fff!important
}

@media only screen and (min-width: 1200px) {
  .single-post h2 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .strategic-solutions-cards-row > .vc_col-sm-6 {
    width: 100%;
  }
  .strategic-solutions-cards-row {
    gap: 0;
  }
}

@media (max-width: 767px) {
  .sm-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .page-id-16687 h1 {
    margin-bottom: 20px!important;
}

.page-id-16788 .fluentform .ff-step-titles li:before {
    text-align: center;
}

.postid-16736 h3 {
    text-align: center;
}
}

.faq-accordion {
  padding: 40px 20px;
}

.faq-accordion .vc_tta-panel {
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.faq-accordion .vc_tta-panel-heading {
  background-color: #f59a00 !important;
  border-radius: 0 !important;
  border: solid 1px #f59a00 !important;
}
.faq-accordion .vc_tta-panel-title {
  margin-bottom: 0 !important;
}
.faq-accordion .vc_tta-panel-title > a {
  padding: 20px 24px 20px 40px !important;
}
.faq-accordion .vc_tta-title-text {
  color: #fff !important;
  text-transform: capitalize;
  font-size: 1.25rem;
}
.faq-accordion .vc_tta-panel-body {
  background-color: #fafafa !important;
  border: 0;
  border-radius: 0 !important;
  padding: 30px !important;
}
.faq-accordion .vc_tta-controls-icon {
  left: calc(100% - 50px) !important;
  height: 24px !important;
  width: 24px !important;
}
.faq-accordion .vc_tta-controls-icon::before,
.faq-accordion .vc_tta-controls-icon::after {
  border-width: 2px !important;
  border-color: #fff !important;
}

.nortxt p {
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: none;
  font-weight: initial;
}

@media (min-width: 1024px) {
  .faq-title {
    margin-top: 6rem;
  }

  .pb-review {
    padding-bottom: 120px;
  }
}

#our-reviews h3 {
  font-size: 24px;
  color: #f59a00;
  line-height: 1;
}

.accreditation-row .accrediteditation-title {
  max-width: 850px;
  margin-inline: auto;
}

.accreditation-logos {
  display: flex;
  justify-content: space-around;
}

.accreditation-logos img {
  aspect-ratio: 3/2;
  width: 20%;
  object-fit: contain;
}

.faq-row h3,
.faq-row-loc h3 {
  font-size: 20px;
  color: #f59a00;
  text-transform: initial;
  margin-bottom: 5px !important;
}