body, h1, h2, h3, h4, h5, h6, p, a, span{
  font-weight: unset!important;
}
body{
  font-size: 1.2rem;
  line-height: 2rem;
  color: #162593;
}
.has-medium-font-size{
  font-size: 1.6rem!important;
}
.has-small-font-size{
  font-size: 0.8rem!important;
  line-height: 1.6rem!important;
}
has-large-font-size{
  font-size: 2rem!important;
  line-height: 2.8rem!important;
}
.has-x-large-font-size{
  font-size: 2.3rem!important;
  line-height: 3rem!important;
}
h1, h2, h3, h4, h5, h6{
  color: #2e73f2;
  padding-bottom: 10px;
}
.wp-block-button__link{
  padding: 5px 50px 10px 50px;
}
.blueTxt{
  color: #162593;
}
h1{
  font-size: 5rem;
  line-height: 5rem;
  margin-bottom: 40px;
}
h2{
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 30px;
}
/*
h2{
  background: -webkit-radial-gradient(#00e5ed, #162593);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
*/
td{
  font-size: .9rem;
  line-height: 1.1rem;
}
.underline{
  border-bottom: 1px solid #2e73f2;
  padding-bottom: 5px;
}

.splitting .char {
  animation: slide-in 1.7s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(100ms * var(--char-index));
}
[data-scroll] {
  transition: opacity 1s;
}
[data-scroll="in"] {
  opacity: 1;

}
[data-scroll="out"] {
  opacity: 0;
}
[data-scroll="out"] .char{
  opacity: 0;
  animation: slide-out .7s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}
[data-scroll="in"] .char{
  animation: slide-in .7s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}
@keyframes slide-out {
  to {
    transform: scale(0.4) translateY(-20%);
    opacity: 0;
  }
}

@media screen and ( max-width: 992px ){
  h1{
    font-size: 3.3rem;
    line-height: 3.6rem;
    margin-bottom: 50px;
  }
  h2{
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 50px;
  }
  body{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .has-medium-font-size{
    font-size: 1.6rem!important;
    line-height: 2rem;
  }
  .has-small-font-size{
    font-size: 1rem!important;
    line-height: 1.4rem;
  }
  .has-large-font-size{
    font-size: 2rem!important;
    line-height: 2.5rem;
  }
  .has-x-large-font-size{
    font-size: 2.2rem!important;
    line-height: 2.7rem;
  }
  .underline{
    border-bottom: 1px solid #2e73f2;
    padding-bottom: 3px;
  }
  p.underline{
    margin-bottom: .3rem;
  }
}
.footLogo{
  max-height: 32px;
}
footer{
  padding: 30px;
  position: relative;
  bottom: 0;
  width: 100%;
  background: #00e5ed;
  color: #162593;
}
footer h2{
  background: #162593;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  width: 100%;
  font-size: 3rem;
}
.borderTop{
  border-top: 2px solid #162593;
}
#footer-contact li{
	display: inline-block;
	padding: 0 10px;
}
#footer-contact li:last-child{
	border-right: 0;
  padding-right: 0;
}
#footer-contact li:first-child{
	padding-left: 0;
}
#menu-footer{
  padding: 0;
}
#menu-footer li, .termsMenu li{
  display: inline-block;
  margin-right: 20px;
}
.termsMenu li a{
  text-decoration: underline;
  font-size: 0.8rem;
}
footer ul{
  padding: 0;
}
@media( max-width: 768px ){
  footer img{
    margin-bottom: 20px;
  }
}
/* ====== FOOTER 1 ====== */
.footer #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer #menu-footer-menu li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid white;
}
.footer #menu-footer-menu li:last-child{
	border-right: 0;
}
/* ====== FOOTER 1 END ====== */

@media screen and ( max-width: 992px ){
  #footer-contact li, #menu-footer li{
  	display: block;
  	padding: 10px 0;
    margin: 0!important;
  }
  footer{
    text-align: center!important;
  }
  footer .button{
    margin: 10px auto!important;
  }
}
form, .nf-form-layout, .nf-form-cont{
  width: 100%;
}
.nf-field-label{
  display: none;
}
.wpcf7, .wpcf7-form label{
  width: 100%!important;
}
.wpcf7-form-control{
  background: #98f5f8!important;
  border: 0!important;
  color: inherit!important;
  padding: 7px!important;
  height: 40px!important;
  width: 100%!important;
  margin-bottom: 10px;
}
.wpcf7-form-control.wpcf7-submit{
  width: auto!important;
  background: #162593!important;
  border-radius: 30px;
  color: #00e5ed!important;
  padding: 5px 50px 10px 50px!important;
  align-content: inherit;
    align-items: inherit;
    justify-content: inherit;
    justify-items: inherit;
}
.wpcf7-form-control.wpcf7-textarea{
  min-height: 140px!important;
}
.ajax-loader{
  display: none!important;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    position: absolute;
    font-size: .6em;
    font-weight: normal;
    display: inline-block;
    z-index: 2;
    top: -15px;
    right: 3px;
}

@media screen and ( max-width: 768px ){
  form .col-md-6{
    padding: 0;
  }
}
.blueBg{
  background: #162593;
}
header p, header a, header a:hover, header a:focus, header a:active{
  margin-bottom: 0!important;
  color: #162593;
}
.custom-logo{
  height: 77px;
  width: auto;
  transition: .5s;
}
.whiteBg .custom-logo{
  height: 60px;
}
#contactbar p{
  margin: 0;
}
#header-contact{
  margin: 0;
  padding: 0;
}
#header-contact li{
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
  color: white!important;
}
#header-contact li a:hover{
  color: white!important;
}
.carousel{
  width: 100%;
  min-height: 600px;
}
.carousel-item, .carousel-item p, .carousel-item h1, .carousel-item h2, .carousel-item h3, .carousel-item h4, .carousel-item h5, .carousel-item h6, .carousel-item a{
  color: white!important;
  text-shadow: 1px 1px 5px #000000!important;
}
.homeBanner, .padBanner{
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.newsBanner{
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.homeBanner h1, .padBanner h1, .newsBanner h1{
  color: #00e5ed;
}
.homeBanner p, .padBanner p, .newsBanner p{
  font-size: 1.5rem;
}

.homeBanner .custom-logo, .padBanner .custom-logo, .newsBanner .cutom-logo{
  height: auto;
  width: 50%;
  min-width: 300px;
  max-width: 800px;
  margin-left: 0;
  margin-bottom: 20px;
}
.pageBanner{
  height: 100vh;
  min-height: 850px;
}
.postBanner{
  min-height: 450px;
}
.pageBanner{
  background-position: top center;
}
.padBanner{
  padding-right: calc(var(--bs-gutter-x)* .5) !important;
  padding-left: calc(var(--bs-gutter-x)* .5) !important;
}

@media screen and ( max-width: 992px ){
  .homeBanner, .padBanner{
    padding: 100px 0;
  }
}
/* ====== NAV BAR ====== */
.navbar-toggler:focus{
	box-shadow: none!important;
}

#menu-header-menu{
	margin: 0;
	padding: 0;
}
#bar{
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 5;
	transition: .5s;
}
#bar li{
	display: inline-block;
	padding: 0 20px;
	border-right: solid 1px #2e73f2;
	transition: .5s;
}
#bar.whiteBg li{
	display: inline-block;
	padding: 0 20px;
	border-right: solid 1px #2e73f2; 
	transition: .5s;
}
#bar li:last-child{
	padding: 0 0 0 20px;
	border-right: none;
}
#bar li a{
	color: white;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	transition: .5s;
}
#bar.whiteBg li a{
	color: #162593;
	font-size: 16px;
	text-decoration: none;
	transition: .5s;
}

#bar .dropdown-menu li{
	display: block;
	margin: 0;
}
#bar .dropdown-menu{
	border: 0;
	border-radius: 0;
}
/* ====== NAV BAR END ====== */

/* ====== NAV BURGER ====== */
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
}
.navbar-toggle{
	margin: 35px;
	background-color: #162593;
}
.hamburger {
	z-index: 20000;
  padding: 12px 12px;
	margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
	border-radius: 0;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
	transition: .5s;
}
.whiteBg .hamburger-inner, .whiteBg .hamburger-inner::before, .whiteBg .hamburger-inner::after {
  background-color: #162593;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  display: none;
}
#sideNavigation #menu-header-menu-1, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #162593;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
.menu{
  margin-top: 20px;
  margin-right: 50px;
  padding: 0 30px;
  @include border-radius(5px);
  #transition: all 0.5s ease;
}
@media(max-width: 992px){
  .sidenav ul{
    display: block;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
		margin-top: 60px;
    margin-right: 0;
  }
	#bar li, #bar.whiteBg li{
		display: block;
		padding: 0;
		margin: 0 0 20px 0;
		border-right: none;
	}
	#bar li a, #bar.whiteBg li a{
		color: white;
		font-size: 28px;
	}
}
/* ====== NAV BURGER ====== */
/* ====== Grid ====== */
.overlay{
  background-color: rgba(92,193,213,0.8);
  transition: .5s;
  width: 100%;
  height: 100%;
}
a:hover .overlay{
  background-color: rgba(255,255,255,0.8);
}
.aspect{
  aspect-ratio: 1 / 1;
}
.overlay h2{
  color: white!important;
  background: none!important;
  -webkit-text-fill-color: white!important;
  font-size: 2.5rem;
}
a:hover .overlay h2{
  color: #162593!important;
  background: none!important;
  -webkit-text-fill-color: #162593!important;
}
/* ====== Grid END ====== */
.link{
  background-color: white;
  box-shadow: 1px 1px 10px black;
  padding: 30px;
  width: 100%;
}
.about .btn{
  background-color: #8da656;
  color: white;
  border: #8da656;
}
.about .btn:hover, .about .btn:active, .about .btn:focus{
  background-color: #6daaa5;
  border: #6daaa5;
}
.about h2{
  color: #8da656;
}
.services .btn{
  background-color: #bf8d56;
  color: white;
  border: #bf8d56;
}
.services .btn:hover, .services .btn:active, .services .btn:focus{
  background-color: #a87c4c;
  border: #a87c4c;
}
.services h2{
  color: #bf8d56;
}
.contact .btn{
  background-color: #397d6c;
  color: white;
  border: #397d6c;
}
.contact .btn:hover, .contact .btn:active, .contact .btn:focus{
  background-color: #316a5c;
  border: #316a5c;
}
.contact h2{
  color: #397d6c;
}
.callOverlay{
  background-color: rgba(0,0,0,0.7);
}
.callOverlay:hover{
  background-color: rgba(0,0,0,0.5);
}
.callOverlay span{
  color: white!important;
  font-size: 2rem;
}
.highlight table tr:nth-child(3), .highlight table tr:nth-child(4), .highlight table tr:nth-child(5){
  background: #98f5f8;
}
figure.position-absolute img{
  min-height: 125%!important;
  min-width: 100%!important;
  max-width: none!important;
  width: auto;
  height: auto;
}
figure.wp-block-image{
  display: flex;
  justify-content: center;
}
.wp-block-image img{
  display: block;
  min-width: 100vw;
  min-height: 100vh;
  object-fit: cover;
}
.contentBg{
  background: url('../img/background.jpg');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.greenBg{
  background: #00e5ed;
}
.minHeight{
  min-height: 85vh;
}
.logoBg{
  background-color: #00e5ed;
  background-image: url(../img/backgroundPattern.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
.lightLogoBg{
  background-image: url(../img/backgroundPatternLight.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
.logoBg h2{
  background: #2e73f2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.testmonialBg{
  color: white!important;
  background: url('../img/background.jpg');
  background-size: cover;
  background-position: bottom;
  padding: 0;
}
.whiteBg{
  background: white;
}
.greenOverlay{
  background: rgba(0,229,237,0.7);
}
.blueOverlay{
  background: rgba(46,115,242,0.7);
}
.greenOverlay, .greenOverlay p, .greenOverlay h1, .greenOverlay h2, .greenOverlay h3, .greenOverlay h4, .greenOverlay h5, .greenOverlay h6, .greenOverlay a, .blueOverlay, .blueOverlay p, .blueOverlay h1, .blueOverlay h2, .blueOverlay h3, .blueOverlay h4, .blueOverlay h5, .blueOverlay h6, .blueOverlay a{
  color: white!important;
}
.logoOverlay{
  background: url('../img/logoOverlay2.png');
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.btn-primary{
  background: #162593;
  border-color: #162593;
}
.btn-secondary{
  background: #2977e6;
  border-color: #2977e6;
}
.greyBg{
  background: linear-gradient(45deg, rgba(196,196,196,1) 0%, rgba(148,147,147,1) 100%);
}
.leftCol{
  right: 0;
}
.leftCol img{
  height: 100%!important;
  max-width: none!important;
  width: auto!important;
}
.rightCol{
  left: 0;
}
.rightCol img{
  height: 100%!important;
  max-width: none!important;
  width: auto!important;
}
.clip{
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.strong-view.slider-container{
  border: 2px solid #00e5ed;
  border-radius: 10px;
  padding: 20px;
}
.blockBit{
  border: 2px solid #162593;
  border-radius: 10px;
  background: #00e5ed;
  min-height: 300px;
  color: #162593;
}
.blockBit h3{
  color: #2e73f2;
}

.homeBanner .button, .padBanner .button {
  width: 200px;
  height: 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  line-height:1.1;
  color: #00e5ed;
  font-weight: bold;
}
.button svg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
  z-index:1;
}

.homeBanner .button path, .padBanner .button path {
  stroke-width: 6;
  stroke: #00e5ed;
  fill: none;
  stroke-dasharray: 460;
  -webkit-transition: -webkit-transform 1s linear;
  -moz-transition: -moz-transform 1s linear;
  transition: transform 1s linear;
  transition: stroke .5s;
}

.homeBanner .button:hover, .padBanner .button:hover {
  cursor: pointer;
  color: white;
}
.homeBanner .button:hover path, .padBanner .button:hover path{
  stroke: white;
}

.button svg:hover path {
  animation: dash 2s reverse cubic-bezier(0.45, 0.03, 0.51, 0.95) 0s ;
  -webkit-animation: dash 2s reverse cubic-bezier(0.45, 0.03, 0.51, 0.95) 0s ;
  -moz-animation: dash 2s reverse cubic-bezier(0.45, 0.03, 0.51, 0.95) 0s ;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.button span{
  z-index: 2;
  pointer-events: none;
}
.button {
  width: 200px;
  height: 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  line-height:1.1;
  color: #162593;
}
.button span{
  text-transform: lowercase;
}
.button span:first-letter {
    text-transform: uppercase;
}

.button path {
  stroke-width: 6;
  stroke: #162593;
  fill: none;
  stroke-dasharray: 460;
  -webkit-transition: -webkit-transform 1s linear;
  -moz-transition: -moz-transform 1s linear;
  transition: transform 1s linear;
  transition: stroke .5s;
}
.btn2.button{
  color: #00e5ed;
  transition: .5s;
}
.btn2.button:hover{
  color: #162593;
}
.btn2.button path {
  fill: #162593;
  transiition: .5s;
}
.button:hover {
  cursor: pointer;
  color: #00e5ed;
}
.button:hover path{
  stroke: #00e5ed;
}
.btn2.button:hover path {
  fill: #00e5ed;
}

footer .button:hover {
  cursor: pointer;
  color: white;
}
footer .button:hover path{
  stroke: white;
}
footer .btn2.button:hover path {
  fill: white;
}

@-webkit-keyframes dash{
    to {
      fill: transparent;
      stroke: #ffffff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dashoffset: 600;
      stroke-dasharray: 600 0;
      }
  }
@keyframes dash{
    to {
      fill: transparent;
      stroke: #ffffff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dashoffset: 600;
      stroke-dasharray: 600 0;
      }
  }
@-moz-keyframes dash{
    to {
      fill: transparent;
      stroke: #ffffff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dashoffset: 600;
      stroke-dasharray: 600 0;
      }
  }

.strong-view.wpmtst-modern .wpmtst-testimonial-content{
  font-size: 1.1em!important;
}
.wpmtst-testimonial-content.testimonial-content{
  margin-bottom: 20px!important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after{
  display: none!important;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:before{
  color: #2e73f2!important;
  background: #2e73f2!important;
}
@media screen and ( max-width: 992px ){
  .logoBg{
    background-image: none;
    padding: 0 30px;
  }
  .blockBit{
    margin-bottom: 30px!important;
    min-height: 200px;
    text-align: center!important;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .col-lg-1.row, .col-lg-2.row, .col-lg-3.row, .col-lg-4.row, .col-lg-5.row, .col-lg-6.row, .col-lg-7.row, .col-lg-8.row, .col-lg-9.row, .col-lg-10.row, .col-lg-11.row, .col-lg-12.row, .wp-block-columns{
    padding-right: calc(var(--bs-gutter-x)* .5)!important;
    padding-left: calc(var(--bs-gutter-x)* .5)!important;
  }
  .col-lg-1.p-0, .col-lg-2.p-0, .col-lg-3.p-0, .col-lg-4.p-0, .col-lg-5.p-0, .col-lg-6.p-0, .col-lg-7.p-0, .col-lg-8.p-0, .col-lg-9.p-0, .col-lg-10.p-0, .col-lg-11.p-0, .col-lg-12.p-0{
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    width: calc( 100% + var(--bs-gutter-x) + var(--bs-gutter-x) );
    max-width: none!important;
    flex-grow: 1!important;
  }
  .col-lg-1.p-0.fixW, .col-lg-2.p-0.fixW, .col-lg-3.p-0.fixW, .col-lg-4.p-0.fixW, .col-lg-5.p-0.fixW, .col-lg-6.p-0.fixW, .col-lg-7.p-0.fixW, .col-lg-8.p-0.fixW, .col-lg-9.p-0.fixW, .col-lg-10.p-0.fixW, .col-lg-11.p-0.fixW, .col-lg-12.p-0.fixW{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .col-lg-6.tables{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .wp-block-columns .wp-block-columns{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .wp-block-columns .wp-block-columns.p-4{
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
  }
  .button{
    margin: 10px auto!important;
  }
  .lightLogoBg{
    background-image: none;
  }
  .homeBanner .button path, .padBanner .button path {
    stroke-width: 6;
    stroke: #00e5ed;
    fill: #00e5ed;
    stroke-dasharray: 460;
    -webkit-transition: -webkit-transform 1s linear;
    -moz-transition: -moz-transform 1s linear;
    transition: transform 1s linear;
    transition: stroke .5s;
  }
  .homeBanner .button span, .padBanner .button span{
    color: #162593;
  }
  .strong-view.wpmtst-modern .wpmtst-testimonial-content{
    font-size: .8em!important;
  }
}

@media (min-width: 768px) {
  .m-0.offset-lg-1 {
    margin-left: 8.33333333%!important;
  }
}
