/*!
Theme Name: JPS Scaffolding
Theme URI: https://them.es/starter
Author: Design Bank
Author URI: https://thedesignbank.co.uk
Description: 
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: jps-scaffolding
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* DB style's from Below here */

@media only screen and (min-width: 1301px) {
  .SplashHeader .SplashContainer {
    max-width: 80vw;
    padding: 0px 12px 60px 12px;
  }

}

@media only screen and (min-width: 1201px) {
  .FullContainer {
    max-width: 100% !important;
    padding: 0 80px !important;
  }
  .SplashHeader .SplashContainer {
    max-width: 100%;
    position: relative;
    padding: 0px 80px 0px 80px;
  }
}

#main {
  margin-bottom: 50px;
  overflow: hidden;
}

#map {
  width: 60%;
  aspect-ratio: 4 / 3;
  max-height: 550px;
}

.bg-grey {
  background: #f2f2f2;
  /* padding-bottom: 5rem; */
}

.page-template-AboutUs .bg-grey {
    padding: 6rem 0 4rem 0;
    margin-bottom: 3rem;
}

.page-template-AboutUs .bg-grey .EditorTxt{
 margin: 0 !important;
}

.img-fluid,
.img-thumbnail {
  width: 100%;
  border-radius: 1rem;
}

video{
  border-radius: 1rem;
}

.Blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    z-index: 100000;
}

.PopUp{
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0, 0.6);
    z-index: 100001;
}

.PopUp #Close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index:1000;
}

.arrow::after, .arrow::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 2px;
  right: -3px;
  background-color: var(--bs-secondary);;
}

.arrow::after {
  top: -3px;
  transform: rotate(45deg);
}

.arrow::before {
  top: 3px;
  transform: rotate(-45deg);
}

.arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: var(--bs-secondary);
  animation: arrow 700ms linear infinite;
  margin-left: 15px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

a:hover .arrow {
    width: 50px;
    right: 0;
}

.swiper{
    height: 100%;
}

.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-next::after, .swiper-button-prev::after{
    color: var(--bs-white);
}

.swiper-button-next{
    right: 15px;
}

.swiper-button-prev{
    left: 15px;
}

.AlignVCenter {
  display: table-cell;
  vertical-align: middle;
}

.AccredTitle {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: var(--bs-secondary);
  letter-spacing: 2.5px;
  margin-bottom: 40px;
  font-weight: normal;
}

.AccredRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  column-gap: 40px;
}

.AccredRow img {
  max-height: 5.5rem;
  object-fit: contain;
  width: calc(14.25% - 40px);
  border-radius: 0;
}

.TopInfo {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-bottom: 1px solid #56307a;
  letter-spacing: 2px;
}

.TopInfo .row {
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
}

.TopInfo a {
  color: var(--bs-white);
}

.TopInfo .OpenAccount {
  margin-right: 10px;
}

.TopInfo .Login {
}
.TopInfo .Login::before {
  content: "";
  display: inline-table;
  background-image: url(../../uploads/2024/11/Group-104.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  vertical-align: top;
  margin: 0 10px;
}

header a {
  color: var(--bs-white) !important;
}

header .navbar-brand .Logo {
  display: block;
  width: 340px;
  height: 85px;
  background-image: url(/wp-content/uploads/2024/11/Group-43.svg);
  background-repeat: no-repeat;
}

header .ShowDesktop {
  display: block !important;
}

.navbar {
  background: var(--bs-body-color);
  letter-spacing: 3px;
}

#HamburgerNavbar {
 position: absolute;
 width: 100%;
 z-index: 1000;
 background: var(--bs-primary);
 top: 160px;
 transition: all 0.4s;
 overflow: hidden;
}

#HamburgerNavbar.Show {
  height: calc(100vh - 160px);
}

#hamburger path{
    transition: all 0.3s
}

#hamburger.Open path:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-45deg) translate(-27px, 1.5px);
}

#hamburger.Open path:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.Open path:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(45deg) translate(12px, -16.5px);
}

body.Lock{
    overflow: hidden;
}

#navbar{
    margin-left: auto;
}

#navbar ul li{
  position: relative;
}

#navbar ul li a{
    transition: all 0.3s !important;
    text-align: center;
}

#navbar ul li:hover a, #HamburgerNavbar ul li:hover a{
    opacity: 0.6;
}

#navbar ul li a:after{
  content: '';
  display: block;
  width: 5px;
  background: var(--bs-secondary);
  height: 5px;
  position: absolute;
  border-radius: 50%;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}

#navbar ul li:hover a:after{
  opacity: 1;
}


#navbar ul li a.Hide {
    transform: translateY(50px);
    opacity: 0;
}

#HamburgerNavbar ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250px;
    width: 100%;
    list-style: none;
    padding: 0;
}

#HamburgerNavbar ul li a{
    font-size: 28px;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0px;
    transition: all 0.3s !important;
}

#HamburgerNavbar ul li, #HamburgerNavbar ul div{
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.4s;
}

#HamburgerNavbar.Show ul li, #HamburgerNavbar.Show ul div{
    transform: translateY(0);
    opacity: 1;
}

#HamburgerNavbar .NavWrapper {
    display: flex;
    width: 100%;
    max-width:1500px;
    height: 50vh;
    align-items: center;
    margin: 0 auto;
}

#HamburgerNavbar ul li:nth-last-child(-n+4) a{
    font-size: 16px;
}


.navbar-toggler-icon > span {
  background-image: none;
}

.SplashHeader {
  background: var(--bs-primary);
  color: var(--bs-white);
  position: relative;
  padding-bottom: 3rem;
}

.SplashHeader + div {
  padding-top: 3rem;
}

.SplashHeader .Socials {
  position: absolute;
  transform: rotate(90deg) translate(-50%, 0%);
  top: 55%;
  left: -90px;
}

.SplashHeader .Socials span {
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.SplashHeader .Socials a {
  padding-left: 30px;
}

.SplashHeader .Socials a svg {
    transform: rotate(-90deg);
}

.SplashHeader .SplashOrderer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.SplashHeader .SplashAlignment {
  width: 40%;
}

.SplashHeader .SplashMedia {
  max-width: 60%;
  border-radius: 
}

.MainContent {
}

.EditorTxt {
  position: relative;
  align-items: center;
  text-align:center;
  font-size: 1.5rem;
  margin-bottom: 4rem;
  margin-top: 5rem !important;
}

.EditorTxt b {
  font-weight: normal;
}

.ReviewBox {
  display: flex;
  flex-direction: column;
  width: 260px;
  height: auto;
  min-height: 260px;
  position: absolute;
  bottom: -100px;
  background: var(--bs-secondary);
  color: var(--bs-white);
  border-radius: 15px;
  padding: 20px;
  z-index: 10;
}

.ReviewBox.Left {
  right: calc(100% - 160px);
}

.ReviewBox.Middle {
  right: calc(33% - 100px);
}

.ReviewBox.Right {
  right: -100px;
}

.ReviewBox .ReviewText {
  font-size: 26px !important;
  line-height: 28px;
  margin-top: auto;
}

.ReviewBox > .ReviewTitle:after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(./assets/images/BtnArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.ReviewBox.HomeReview .ReviewTitle, .ReviewBox.HomeReview .ReviewAuthor {
    font-size: 16px;
}
.ReviewBox.HomeReview .ReviewTitle:after, .ReviewBox.HomeReview .ReviewTitle:before{
  display: none;
} 

.SolutionsContainer {
  position: relative;
  margin-top: 7.5rem;
}

.SolutionsContainer > .row {
  justify-content: space-between;
}

.SolutionsContainer > .row > div {
  position: relative !important;
}

.SolutionsContainer .ContentBox {
  position: absolute;
  width: 80%;
  left: 20%;
  top: 35%;
  transform: translateY(-35%);
}

.SolutionsContainer .ContentBox b {
  display: block;
  color: var(--bs-secondary);
  margin: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: normal;
}

.SolutionsContainer .BgNumber {
  position: absolute;
  font-size: 15rem;
  font-weight: bold;
  line-height: 10rem;
  top: 0;
  left: 0;
  color: #1e0932;
  opacity: 0.05;
}

.CaourselAccordion {
  width: 95%;
  margin-bottom: 40px;
  border-radius: 1rem;
}

.CaourselAccordionItem {
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 1rem;
  transition: all 0.2s;
}

.CaourselAccordionHeader {
  margin-bottom: 5px;
}

.CaourselAccordionHeader a img {
  display: block;
  height: 36px;
  width: 36px;
  float: left;
  margin-right: 15px;
}

.VideoOverlay {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.VideoOverlay video {
  position: absolute;
  left: 100%;
  top: 0;
  transition: all 0.5s;
}

.VideoOverlay video.active {
  left: 0;
}

.AccordionItem {
  margin-top: 15px;
}

.AccordionHeader {
  padding: 10px 20px;
  border-bottom: 1px solid #f2f2f2;
}
.AccordionHeader a,
.CaourselAccordionHeader a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 24px;
}

.AccordionHeader a svg,
.CaourselAccordionHeader a svg {
  position: absolute;
  right: 25px;
}

.AccordionHeader a svg path:last-child,
.CaourselAccordionHeader a svg path:last-child {
  transition: all 0.3s;
  transform: scaleY(1) ease-in-out;
  transform-origin: 50% 50%;
}

.AccordionHeader a svg.Open path:last-child,
.CaourselAccordionHeader a svg.Open path:last-child {
  transform: scaleY(0);
}

.AccordionBody,
.CaourselAccordionBody {
  display: flex;
  height: 0px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  align-items: center;
}

.AccordionBody {
  background: #f2f2f2;
}

.AccordionBody p,
.CaourselAccordionBody p {
  margin: 0px;
  transition: all 0.5s;
}

.AccordionBody p {
  padding: 20px;
}

.Character {
  position: absolute;
  left: -50%;
  bottom: 0;
  height: 100%;
}

.ScaffoldThree {
  align-items: center;
  text-align: center;
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem;
  align-items: flex-start;
}

.ScaffoldThree .ImgContainer {
  height: 6rem;
}

.ScaffoldThree img {
  width: auto;
  border-radius: 0;
}

.ScaffoldThree h3 {
  margin-bottom: 0.5rem;
}

.ContactRow {
    margin-top: 3rem !important;
}

.ContactRow > div:first-child p {
  color: var(--bs-secondary);
  font-size: 14px;
  margin-bottom: 0px;
}

.ContactRow > div:first-child span {
  display: block;
  font-size: 40px;
  line-height: 42px;
  margin: 10px 0 20px 0;
}

.ContactRow > div:first-child > div {
  padding-right: 30%;
}

.ContactRow form p {
  width: 100%;
  float: left;
}

.ContactRow form p:nth-child(2),
.ContactRow form p:nth-child(3) {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.ContactRow form p:nth-child(2) {
  margin-left: 0;
  margin-right: 10px;
}

.ContactRow form label,
.ContactRow form input[type="text"],
.ContactRow form input[type="email"],
.ContactRow form textarea,
.ContactRow form span {
  width: 100%;
}

.ContactRow form input,
.ContactRow form textarea {
  padding: 10px;
  border: none;
  border-radius: 10px;
  background: #f2f2f2;
}

.ContactRow form textarea {
  max-height: 130px;
}

.ContactRow form input[type="submit"] {
  background: var(--bs-btn-bg);
  padding: 15px 20px;
}

.ContactRow .btn {
  font-size: 12px;
}

.ContactRow .btn:after {
  width: 20px;
  height: 20px;
}

.HomeBnr .row {
  margin-bottom: 1.5rem;
}

.HomeBnr .row > div:first-child div {
  padding: 0 5rem;
  color: var(--bs-white);
  background: var(--bs-primary);
  height: 100%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.HomeBnr .row > div:first-child b {
  color: var(--bs-secondary);
  font-weight: normal;
}

.HomeBnr .row > div:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}

.HomeBnr .row > div:first-child .btn {
  font-size: 14px;
}

#footer {
  font-size: 14px;
  line-height: 24px;
}

#footer .nav-link {
  padding: 0px;
  text-transform: none;
  white-space: nowrap;
}

#footer .BottomInfo {
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
}

#footer .BottomInfo > div {
  padding: 0;
}

.navbar-toggler {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

svg#hamburger {
  width: 55px;
  height: 55px;
}

#top-line,
#bottom-line,
#middle-line {
  transform-box: fill-box;
  transform-origin: center;
}

.page-template-Gallery .SplashHeader, .page-template-default  .SplashHeader{
  padding-top: 25px;
}

.page-template-Gallery .SplashContainer{
  height: 350px;
}
.page-template-default .SplashContainer {
  height:150px;
}

.page-template-Gallery .SplashHeader ~ div{
  padding-top: 0px;
  margin-top: -400px;
}

.page-template-Gallery .SplashHeader ~ div *{
  z-index: 100;
}

.page-template-Gallery .SplashHeader .Socials{
 top: 75%;
}

.page-template-default .SplashHeader .Socials {
    display:none;
}

.Gallery a {
  margin-bottom: 25px;
}

.Gallery .GalImg {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.Gallery .GalImg{
max-height: 350px;
}

.Gallery .GalImg img{
object-fit: contain;
    width: 100%;
    height: 100%;
}

.Gallery .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 10px;
  transition: opacity 0.2s;
}

.Gallery .btn {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
}

.Gallery a:hover .btn {
  opacity: 1;
}

.Gallery a:hover .overlay {
  opacity: 0.3;
}

.Gallery img {
  transition: scale 0.4s;
}

.Gallery a:hover img {
  scale: 1.1;
}

.Gallery p {
  font-size: 18px;
  margin-top: 5px;
}

.Filter {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
}

.Filter li {
  list-style: none;
  border-bottom: 1px solid #5f5f5f;
}

.Filter li:has(a.active) {
  border-bottom: 1px solid #fff;
}

.Filter li a {
  display: block;
  color: #fff;
  padding: 8px 15px;
}
@media only screen and (min-width: 1401px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1201px) {
  .HomeAccreditation .AccredRow img {
    max-height: 7.5rem;
  }
  .home .EditorTxt {
    margin-top: -3rem !important;
  }
}
@media only screen and (min-width: 991px) {

  header #HamburgerNavbar{
    right: 0;
    left: 0;
    height: 0;
  }
  header #HamburgerNavbar.show {
    left: 100%;
  }

  .SplashHeader .SplashOrderer .ReviewBox {
    width: 500px;
    height: auto;
    min-height: auto;
    top: calc(100% - 75px);
    bottom: unset;
  }

  .SplashHeader .SplashOrderer .ReviewBox.Left {
    right: calc(50% - 50px);
  }

  .SplashHeader .SplashOrderer .ReviewBox.Middle {
    right: calc(50% - 50px);
  }

  .SplashHeader .SplashOrderer .ReviewBox.Right {
    right: calc(50% - 50px);
  }

  .SplashHeader .SplashOrderer .ReviewBox > .ReviewText {
    margin: 0px;
    font-size: 24px;
  }

  .SplashHeader .SplashOrderer .ReviewBox > .ReviewAuthor {
    font-size: 12px;
  }

  .SplashHeader + div {
    padding-top: 10rem;
    padding-top: 6rem;
  }

  .page-template-default .SplashHeader + div {
    padding-top:0;
    margin-top:50px;
  }

  .SolutionsContainer:last-child {
    margin-bottom: 4.5rem;
  }

  .EditorTxt {
    font-size: 2rem;
    margin-bottom: 5rem;
  }

  .EditorTxt p:before {
    content: "“";
  }
  .EditorTxt p:after {
    content: "”";
  }

  .EditorTxt p b:before,
  .EditorTxt p b:after {
    display: none;
  }

  .ReviewBox.HomeReview {
    width: 260px !important;!i;!;
    text-align: left;
    left: 50%;
    bottom: -280px;
  }

  .HomeBnr .row {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .HomeBnr .row > div:first-child {
    width: calc(50% + 1.5rem);
    margin-right: -1.5rem;
  }

  .HomeBnr .row > div:last-child {
    width: calc(50% + 1.5rem);
    margin-left: -1.5rem;
  }
  .ContactRow {
    margin-top: 6rem !important;
    margin-bottom: 6rem;
  }
  .page-template-Contact .ContactRow {
    margin-top:0px !important;
  }

  #footer .nav {
    max-height: 120px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 1700px) {
 .page-template-Gallery .SplashHeader .Socials{
    display: none;
 }
 .SplashHeader h1 {
    font-size: calc(2.5rem + 1.5vw);
  }
}
@media only screen and (max-width: 1600px) {
   header #HamburgerNavbar .NavWrapper{
    width: 75%;
  }  
}
@media only screen and (max-width: 1550px) {
  .SplashHeader .Socials {
    top: 70%;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 991px) {
.TbltPadding{
  padding-left:2rem;
}
}
@media only screen and (max-width: 1300px) {
  header #navbar  {
    display: none !important;
  }
  header #MobileNavbar {
    position: absolute;
    background: var(--bs-primary);
    height: 100vh;
    width: 100vw;
    right: -100%;
    top: 0;
    transition: right 0.4s;
    padding: 10px;
    z-index: 10000;
  }
  .container-lg{
    padding-left:80px !important;
    padding-right:80px !important;
  }

  .SplashHeader .SplashOrderer .ReviewBox {
    top: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  .container-lg {
    padding-left: calc(var(--bs-gutter-x)* 0.5) !important; 
    padding-right: calc(var(--bs-gutter-x)* 0.5) !important;
  }

  .SplashHeader .Socials {
    display: none;
  }

  .page-template-Gallery .SplashHeader, .page-template-default .SplashHeader{
    padding-top: 0px;
  }

  .page-template-Gallery .SplashHeader ~ div{
    padding-top: 0px;
    margin-top: -150px;
  }

  .page-template-Gallery .SplashContainer, .page-template-default .SplashContainer{
    height: 100px;
  }

  .AccredRow img {
    max-height: 4.5rem;
    width: calc(20% - 40px);
    margin-bottom: 1rem;
  }
  .CaourselAccordion {
    width: 100%;
  }

  .PopUp{
    width: calc( 100% - 40px );
  }
}

@media only screen and (max-width: 992px) {
   body{
    overflow-x: hidden;
   } 
     #map {
        width: 100%;
        margin-bottom: 15px;
  }
  .FlipOrder > div:first-child{
    order: 2;
  }
  .FlipOrder > div:last-child{
    order 1;
  }
  .AlignVCenter{
    padding:1.5rem !important;
  }
  .TopInfo {
    display: none;
  }
  header .navbar-brand .Logo {
    width: 50px;
    height: 65px;
    background-image: url(/wp-content/uploads/2024/11/image-1.svg);
  }
  header #HamburgerNavbar{
    top: 120px;
    height: calc( 100vh - 120px );
    width: 0;
    right: -100%;
    padding: 20px 30px;
  }
  header #HamburgerNavbar .NavWrapper{
    height: auto;
    width: 100%;
  }
  header #HamburgerNavbar.Show {
    right: 0;
    width:100%;
  }
  header #HamburgerNavbar ul{
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 20px;
  }

  header #HamburgerNavbar ul li a{
    transition-delay: 0.3s;
  }

  .page-template-Gallery .SplashHeader{
    padding-top: 4rem;
  }

  .SplashHeader {
    padding-bottom:1rem;
  }

  .SplashHeader .SplashOrderer {
    max-height: unset;
  }

  .SplashHeader .SplashAlignment,
  .SplashHeader .SplashMedia {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    font-size: 18px;
  }

  .SplashHeader .ReviewBox {
    display: none;
  }

  .SolutionsContainer {
    margin: 1rem 0;
  }

  .SolutionsContainer .col-lg-6 {
    order: 2;
  }

  .SolutionsContainer .col-lg-5 {
    order: 1;
  }

  .SolutionsContainer .ReviewBox {
    display: none;
  }

  .SolutionsContainer .BgNumber {
    display: none;
  }

  .SolutionsContainer .ContentBox {
    position: static;
    width: 100%;
    transform: unset;
  }

  .home .EditorTxt {
    position: relative;
    align-items: baseline;
    margin: 0 -12px !important;
    margin-bottom: 150px !important;
    padding: 4rem 12px 2rem 12px;
    background: #f2f2f2;
    text-align: left;    
  }

  .home .EditorTxt .Txt{
    padding: 0px 12px 3rem 12px;
  }


  .EditorTxt b {
    display: block;
    font-size: 26px;
  }

  .EditorTxt p:before,
  .EditorTxt p:after {
    display: none;
  }
  .EditorTxt p b:before {
    content: "“";
  }
  .EditorTxt p b:after {
    content: "”";
  }

  .home .EditorTxt p {
      font-size: 16px;
  }

  .EditorTxt .EditorImg{
    order: 2;
  }

  .HomeReview.ReviewBox{
    order: 3;
    bottom: -130px;
    min-height: 170px;
    width: calc( 100% - 22px );
    left: 12px;
  }

  .EditorTxt .EditorImg > img {
    max-height: 100%;
    width: calc(50% + 100px);
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: -100px;
    object-fit: scale-down;
    object-position: bottom;
}


  .text-primary.btn-secondary {
    color: #fff !important;
  }

  .HomeBnr .row > div:first-child {
    order: 2;
  }

  .HomeBnr .row > div:first-child > div {
    order: 2;
    border-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .HomeBnr .row > div:last-child {
    order: 1;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .page-template-AboutUs .bg-grey{
    padding: 2rem 0 2rem 0;
  }

  .page-template-AboutUs .EditorTxt{
    margin: 0 !important;
  }

  .page-template-AboutUs .ScaffoldThree{
    margin-bottom: 0 !important;
  }

  .VideoOverlay{
    height: calc( ( 9 / 16 ) * 100vw );
  }

  .ContactRow a.btn{
    display: none;
  }

  .ContactRow > div:first-child > div{
    padding-right: 0;
  }

  #footer .BottomInfo {
    padding: 15px 10px;
  }

  #footer .FooterLogo img {
    display: block;
    margin: 0 auto;
    width: 75%;
  }

  #footer .FooterLogo p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #main{
    margin-bottom: 0px;
  }

  .home .EditorTxt{
    padding: 0 12px;
    margin-bottom: 160px !important;
  }
  .home .EditorTxt .Txt{
    padding: 0px 12px 0rem 12px;
  }

  .home .EditorTxt .Txt{
    margin: 2rem 0;
  }

  .HomeReview.ReviewBox{
    bottom: -140px;
  }

  .AccredRow img {
    height: 3.75rem;
    width: calc(33.333% - 40px);
  }

  .TbltPadding{
    padding: 1.5rem 0 !important;
  }

  .MblMrgLeft h6 , .MblMrgLeft nav{
    margin-left: -12px;
  }

  .FooterAccreditation{
    background: #f2f2f2;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .AccredRow{
    margin-bottom: 0;
  }

  #footer p img{
    width: 30px !important;
    aspect-ratio: 1 / 1;
  }
 
}

@media only screen and (max-width: 460px) {

  .home .EditorTxt{
    margin-bottom: 220px !important;
  }
  .HomeReview.ReviewBox{
    bottom: -200px;
  }

  .EditorTxt .EditorImg > img{
    width: calc(50% + 80px);
  }

}