.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-header-menu-container {
  display: flex;
  align-items: center;
}
header {
  position: fixed;
  width: 100% !important;
  background-color: #fff;
  z-index: 45;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
header .menu-header-menu-container ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  align-items: center;
}
header .menu-header-menu-container ul li {
  text-transform: uppercase;
  margin-right: 2rem;
}
header .menu-header-menu-container ul li a {
  color: #000000;
  font-size: 16px;
}
header .menu-header-menu-container ul li a:hover {
  text-decoration: none;
  color: #46C4BF;
}
header .menu-header-menu-container ul li:last-child {
  margin-right: 0;
}
#mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item.get-a-quote {
  margin-right: 0;
}
header a:after {
  content: "" !important;
}
#mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  border-bottom: 5px solid #46C4BF;
}
#mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item.mega-current-menu-item.get-a-quote > a.mega-menu-link {
  border-bottom: none;
}
#mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item > a.mega-menu-link {
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item > a.mega-menu-link {
    margin-right: 0;
  }
}
.header-logo-link:hover {
  text-decoration: none;
  opacity: 0.5;
}
.header-logo-link img {
  margin: 1rem auto;
  width: 180px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .header-logo-link img {
    width: 160px;
  }
}
.social-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.social-header-bar a {
  color: #fff;
  display: flex;
}
.social-header-bar a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media only screen and (max-width: 991px) {
  .social-header-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.social-media-bar-phone-wrapper {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .social-media-bar-phone-wrapper {
    margin-top: 1rem;
  }
}
.social-media-bar {
  display: flex;
  margin-right: 2rem;
}
.social-media-bar .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-bar svg {
  height: 16px;
  filter: invert(99%) sepia(67%) saturate(252%) hue-rotate(209deg) brightness(116%) contrast(100%);
}
.social-media-bar-wrapper {
  background: transparent linear-gradient(270deg,#46C4BF 0%,#4777A8 61%,#472F92 100%) 0% 0% no-repeat padding-box;
  min-height: 56px;
}
.mega-menu-item-has-children:hover a {
  color: #000 !important;
  border-bottom: 5px solid #46C4BF !important;
}
.mega-menu-item-has-children:hover .mega-sub-menu a {
  border-bottom: none !important;
}
.mega-menu-item-has-children:hover .mega-sub-menu a:hover {
  color: #46C4BF !important;
}
.fa-phone,
.fa-location-dot {
  margin-right: 10px;
  color: transparent;
  -webkit-text-stroke: 2px white;
}
header .current_page_item {
  border-bottom: 4px solid #46C4BF;
}
header .get-a-quote.current_page_item {
  border-bottom: none;
}
.phone-header,
.address-header {
  width: 22px;
  margin-right: 10px;
  position: relative;
}
.social-media-bar-wrapper.hidden {
  display: none;
}
.two-menu-wrapper {
  padding: 1.5rem 0;
}
.menu-first-row-menu-container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .menu-first-row-menu-container {
    display: none !important;
  }
}
.menu-first-row-menu-container .current_page_item {
  border-bottom: none;
}
.menu-first-row-menu-container ul {
  display: flex;
}
.menu-first-row-menu-container a {
  margin-right: 0 !important;
  position: relative;
  display: inline-block;
  background-color: #0C0D1F;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  margin-right: 0;
  line-height: 0;
  width: 170px;
  padding: 23px 0;
  text-align: center;
  top: 4px;
}
.menu-first-row-menu-container a:hover {
  color: #000000;
  background-color: #46C4BF;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.menu-first-row-menu-container a:hover:before {
  left: 0;
}
.menu-first-row-menu-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #46C4BF;
  transition: all 0.3s ease-in-out;
}
.menu-first-row-menu-container a .link-label-wrapper {
  z-index: 2;
  position: relative;
}
.menu-first-row-menu-container .blue-vary a {
  background-color: #46C4BF;
  color: #0C0D1F;
}
.menu-first-row-menu-container .blue-vary a:before {
  background-color: #0C0D1F;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.menu-first-row-menu-container .blue-vary a:hover {
  color: #fff;
}
.menu-first-row-menu-container li {
  margin-right: 40px;
  cursor: pointer;
}
.menu-first-row-menu-container #menu-item-602 {
  margin-right: 0;
}
.copyright {
  display: flex;
  justify-content: space-between;
}
.copyright-wrapper {
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
}
.copyright-wrapper a {
  color: #fff;
}
.copyright-wrapper a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.footer-content {
  padding: 3rem 0 2rem;
}
.footer-logo {
  height: 65px;
  object-fit: cover;
  margin-bottom: 4rem;
}
footer h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 2rem;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #46C4BF;
  text-decoration: none;
}
footer .menu-item {
  margin-bottom: 10px;
}
footer .cert-images {
  margin-right: 4rem;
  width: 150px;
  margin-top: 1rem;
  filter: grayscale(100%);
}
footer .email {
  margin-bottom: 10px;
  margin-top: 10px;
}
.icon-and-handle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cert-heading {
  margin-bottom: 0;
}
.footer-logo-link:hover {
  opacity: 0.5;
  color: #000;
}
footer .social-column a:hover {
  color: #46C4BF;
}
footer .cert-3 .cert-images {
  width: 220px;
}
footer a,
footer li {
  font-size: 16px;
}
footer .first-row {
  padding-bottom: 1rem;
}
footer .second-row {
  padding-top: 2rem;
  border-top: 1px solid gray;
}
.footer-social-media {
  width: 28px;
  height: 28px;
  margin-right: 1rem;
  opacity: 1;
}
.icon-and-handle-wrapper a {
  color: unset;
  align-items: center;
}
.icon-and-handle-wrapper .icon-wrapper {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 20px;
  transition: 0.3s ease-in-out all;
  position: relative;
  overflow: hidden;
}
.icon-and-handle-wrapper .icon-wrapper:before {
  content: '';
  background-color: #46C4BF;
  width: 100%;
  height: 100%;
  left: -100%;
  position: absolute;
  transition: 0.3s ease-in-out all;
}
.icon-and-handle-wrapper .icon-wrapper:hover:before {
  left: 0;
  transition: 0.3s ease-in-out all;
}
.icon-and-handle-wrapper .icon-wrapper:hover img.black {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.icon-and-handle-wrapper .icon-wrapper:hover img.beige {
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.icon-and-handle-wrapper .icon-wrapper img {
  height: 15px;
  position: absolute;
}
.icon-and-handle-wrapper .icon-wrapper img.black {
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.icon-and-handle-wrapper .icon-wrapper img.beige {
  filter: invert(98%) sepia(79%) saturate(946%) hue-rotate(191deg) brightness(125%) contrast(90%);
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.icon-and-handle-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.icon-and-handle-wrapper a {
  display: flex;
}
footer a:after {
  content: "" !important;
  display: none !important;
}
.home main {
  padding-top: 200px;
}
.gfield--type-captcha {
  visibility: hidden !important;
}
.grey-wrapper {
  background-color: #F2F2F2;
}
ul {
  list-style: none;
  padding-left: 0;
}
img {
  max-width: 100%;
}
h1 {
  color: #fff;
  text-align: center;
  width: 95%;
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 50px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
}
.green-card-wrapper h2 {
  margin-bottom: 0.5rem;
}
p {
  font-size: 19px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
.text-content ul {
  padding-left: 2rem;
}
.text-content li {
  font-size: 19px;
  margin-bottom: 25px;
}
.text-content li:before {
  content: url('../images/list-arrow.svg');
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  .text-content li {
    font-size: 16px;
  }
}
a {
  color: #212121;
}
a:hover {
  text-decoration: none;
}
main a {
  font-size: 19px;
  color: #46C4BF;
}
main a:hover {
  color: #472F92;
}
@media only screen and (max-width: 991px) {
  main a {
    font-size: 16px;
  }
}
iframe {
  width: 100%;
}
h4 {
  font-size: 24px;
  color: #212121;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
body {
  font-family: 'Nunito Sans', sans-serif;
}
.header-description {
  padding-top: 4rem;
}
.header-description p {
  width: 75%;
  margin: 0 auto;
}
.fourty {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.black-button {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  background-color: #0C0D1F;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.black-button .link-label-wrapper {
  z-index: 2;
  color: black;
  position: relative;
  transition: 0.3s ease-in-out all;
}
.black-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #46C4BF;
  transition: 0.3s ease-in-out all;
  border-radius: 5px;
}
.black-button:hover .link-label-wrapper {
  color: white;
  transition: 0.3s ease-in-out all;
}
.black-button:hover:before {
  left: 0%;
  transition: 0.3s ease-in-out all;
}
.black-button.green-background {
  border: 1px solid #0C0D1F;
  transition: 0.3s ease-in-out all;
}
.black-button.green-background .link-label-wrapper {
  color: white;
}
.black-button.green-background:hover {
  border: 1px solid #000000;
  transition: 0.3s ease-in-out all;
}
.black-button.green-background:hover .link-label-wrapper {
  color: black;
}
.company-intro-background .black-button,
.black-button.blue-vary {
  background-color: #46C4BF;
  color: #0C0D1F;
}
.company-intro-background .black-button:before,
.black-button.blue-vary:before {
  background-color: #0C0D1F;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.company-intro-background .black-button:hover,
.black-button.blue-vary:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
  background-color: #0C0D1F;
}
.flex-center {
  display: flex;
  justify-content: center;
  width: 100%;
}
.horizontal-box {
  display: flex;
  padding: 2rem 2rem;
  align-items: center;
  border-radius: 32px;
  box-shadow: 0px 2px 5px #00000029;
  border: 2px solid transparent;
  background-color: #fff;
  margin-top: 1rem;
}
.horizontal-box img {
  height: 70px;
  margin-right: 3rem;
}
.horizontal-box p {
  margin-bottom: 0;
}
.horizontal-box-link p {
  color: #212121;
}
.horizontal-box-link:hover p {
  color: #212121;
}
.horizontal-box-link:hover .horizontal-box {
  border: 2px solid #46C4BF;
}
.square-cards {
  padding: 0 1rem;
  text-align: center;
  border-radius: 32px;
  margin-bottom: 2rem;
  box-shadow: 0px 2px 5px #00000029;
  border: 2px solid transparent;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}
.square-cards .icon {
  height: 90px;
}
.square-cards img {
  height: 90px;
}
.square-cards h4 {
  padding: 1rem 0 0;
  font-weight: 400;
}
.square-cards p {
  font-size: 16px;
  margin-bottom: 0;
}
.img-fluid {
  object-fit: cover;
}
.image-and-text-wrapper .contact-us-image {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  height: 600px;
  object-fit: cover;
}
a[target="_blank"]:not([href$=".pdf"]):not(:has(img)):after {
  content: url('../images/external-link.svg');
  width: 16px;
  display: inline-block;
  margin-left: 10px;
}
main .helpful-links-wrapper a[target="_blank"]:not([href$=".pdf"]):after {
  content: '';
}
.contact-thankyou-message {
  padding: 4rem 0;
  text-align: center;
}
.social-media.remaining-contact-wrapper {
  padding-top: 2rem;
}
.social-media.remaining-contact-wrapper a:after {
  content: "" !important;
  margin-left: 0 !important;
}
.social-media.remaining-contact-wrapper i {
  font-size: 24px;
}
p a[href$=".pdf"]:before {
  content: '\f1c1';
  font: var(--fa-font-solid);
  margin-left: 4px;
  font-size: 23px;
  margin-right: 10px;
}
header a:after {
  display: none !important;
}
header a {
  margin-right: 20px !important;
}
.align-center {
  text-align: center;
}
.image-contact-forn-wrapper {
  border-radius: 30px;
  background-color: #F2F2F2;
  margin: 4rem 0;
}
.contact-form-wrapper {
  padding: 3rem 1rem 3rem 0;
}
.gfield_description.instruction {
  font-size: 12px !important;
}
.gfield input,
.textarea.small,
.datepicker {
  background: #FAFAFA 0% 0% no-repeat padding-box !important;
  border: 1px solid #707070 !important;
  border-radius: 12px !important;
}
select {
  background-color: #FAFAFA !important;
  border: 1px solid #707070 !important;
  border-radius: 12px !important;
}
form .gform_button {
  position: relative !important;
  display: inline-block !important;
  padding: 12px 32px !important;
  background-color: #0C0D1F !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 700 !important;
  overflow: hidden !important;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
  border-radius: 5px !important;
}
.gfield_required {
  display: none !important;
}
.gform-theme--framework .gform-field-label {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.gform-theme--foundation .gform_fields {
  grid-row-gap: 16px !important;
}
.gform-theme--foundation .gform_footer.before {
  justify-content: flex-end;
}
.contact-us-image {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.gsection_title {
  color: #112337;
  font-weight: 400;
}
#field_2_29,
#field_2_30 {
  margin-top: 2rem;
}
#field_2_31 span,
#field_2_32 span {
  padding-right: 30px !important;
}
.gfield_time_hour {
  padding-right: 30px !important;
}
.gform-theme--framework .gform-field-label.gfield_label_before_complex {
  font-weight: 700 !important;
}
.gform-theme--framework #field_2_19 .gform-field-label.gfield_label_before_complex,
.gform-theme--framework #field_2_22 .gform-field-label.gfield_label_before_complex {
  font-weight: 400 !important;
}
.location-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 100px;
  padding-bottom: 2rem;
}
.location-content h2 {
  padding-bottom: 1rem;
}
.location-content a[target="_blank"]:not([href$=".pdf"]):after {
  content: "";
}
.location-content p {
  width: 70%;
}
.google-map-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
}
.google-map-embed p {
  margin-bottom: 0;
}
.google-map-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-contact-us .grey-wrapper.map {
  background-color: rgba(242,242,242,0.4);
}
.grey-wrapper.map {
  clip-path: polygon(0% 12%,100% 12%,100% 100%,0% 100%);
}
.service {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  border-radius: 32px;
  margin-bottom: 2rem;
  background: transparent;
  box-shadow: 0px 2px 5px #00000029;
  border: 2px solid transparent;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border 0.3s ease-in-out;
  align-items: center;
  height: 300px;
  transition: border 0.3s ease-in-out, background-position 0.3s ease-in-out;
}
.service .blurb {
  display: none;
  width: 100%;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.service h4,
.service .icon,
.service img {
  transition: opacity 0.3s ease-in-out;
}
.service:hover {
  background-position: 100% 0;
  border-radius: 32px;
}
.service:hover h4,
.service:hover .icon,
.service:hover img {
  opacity: 0;
  display: none;
}
.service:hover .blurb,
.service:hover .black-button-services-card {
  transform: translateY(0);
  opacity: 1;
  display: block;
  transition: 0.4s ease-in-out all;
}
.service:hover .blurb {
  display: block;
}
.single-service-link:hover {
  color: #212121;
}
.icon {
  height: 90px;
}
.service img {
  height: 90px;
}
.service h4 {
  padding: 1rem 0 0;
  font-weight: 400;
}
.service p {
  font-size: 16px;
}
.service .services-landing-link {
  margin-top: 1rem;
}
.black-button-services-card,
.blurb {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: none;
}
.service:hover .blurb {
  transition: 0.3s ease-in-out all;
  opacity: 1;
}
.black-button-services-card {
  position: relative;
  padding: 12px 32px;
  background-color: #0C0D1F;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  opacity: 0;
  transition: all 0s ease-in-out;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: transparent linear-gradient(270deg,#46C4BF 0%,#4477A8 39%,#472F92 100%) 0% 0%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.service:hover::before {
  width: 100%;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.company-intro-background {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.company-intro-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(11,14,30,0.8);
}
.company-intro-background p {
  color: #fff;
  text-align: center;
}
.company-intro-background .card-with-company-intro-text {
  width: 65%;
}
.company-intro-background h1 {
  color: #fff;
  text-align: center;
  width: 100%;
}
.company-intro-background .container,
.company-intro-background .row {
  height: 100%;
}
.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.company-logo img {
  width: 350px;
}
.card-with-company-intro-text {
  padding-bottom: 2rem;
}
.testimonials-map-left {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4rem;
}
@media only screen and (min-width: 992px) {
  .testimonials-carousel {
    min-height: 722px;
  }
}
.flexslider {
  padding-top: 50px !important;
  margin-bottom: 4rem !important;
  box-shadow: none !important;
}
.star-image {
  height: 60px;
  width: 210px !important;
}
.home h1 {
  padding-bottom: 1rem;
}
.testimony-author {
  margin-bottom: 0;
}
.flex-control-nav.flex-control-paging li a {
  width: 53px;
  height: 7px;
  margin: 0 4px;
  background: #717171;
  display: inline-block;
  cursor: pointer;
  border-radius: 11px;
}
.flex-control-nav.flex-control-paging li a:hover {
  background: #46C4BF;
}
.flex-control-nav.flex-control-paging li a.flex-active {
  background: #46C4BF;
  width: 120px;
}
.flex-control-nav.flex-control-paging {
  width: fit-content;
  position: absolute;
  z-index: 4;
  right: 70px;
  bottom: -50px;
}
.image-slides img {
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
}
.testimony-text {
  min-height: 120px;
}
.testimonials-and-company-background {
  display: flex;
  flex-direction: column;
  min-height: 1400px;
}
@media only screen and (max-width: 991px) {
  .testimonials-and-company-background {
    min-height: unset;
  }
}
.internal-banner {
  padding-top: 200px;
}
.internal-banner h1 {
  color: #fff;
}
.company-intro-background.internal-banner {
  height: 600px;
}
.image-and-text-wrapper {
  padding: 4rem 0;
}
.image-and-text-wrapper .text-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 1rem;
}
.image-and-text-wrapper .text-content li {
  display: flex;
}
.image-and-text-wrapper .text-content li:before {
  flex-shrink: 0;
}
.image-and-text-wrapper .text-content li a {
  display: contents;
}
.alternate-2,
.alternate-4,
.alternate-6 {
  padding-top: 0;
}
.alternate-2 .col-lg-5,
.alternate-4 .col-lg-5,
.alternate-6 .col-lg-5 {
  order: 1;
}
.background-alternate-2,
.background-alternate-4,
.background-alternate-6 {
  background-color: #F5F5F5;
}
.alternate-1 .image-and-text-wrapper .text-content {
  padding-top: 0;
}
.about-cert-images {
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.about-cert-images img {
  width: 250px;
  padding-bottom: 2rem;
}
.about-cert-images p {
  width: 80%;
}
.about-cert-images a:hover {
  filter: grayscale(100%);
}
.cert-wrapper-1,
.cert-wrapper-3,
.cert-wrapper-5 {
  background: #F5F5F5;
}
.cert-wrapper-1 img {
  padding-bottom: 0;
}
.cert-wrapper-2 .about-cert-images img {
  width: 350px;
}
.green-card-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.green-card-wrapper .row {
  margin-right: 0;
  margin-left: 0;
}
.right-side-content {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem;
  background: #36C5C0;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .right-side-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 23px;
    height: auto;
    padding: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .right-side-content {
    padding: 2rem;
  }
}
.right-side-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 400px solid transparent;
  border-right: 100px solid #36C5C0;
}
.blue .right-side-content {
  background-color: #0B0E1E;
}
.blue .right-side-content h2,
.blue .right-side-content p {
  color: #fff;
}
.blue .right-side-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 400px solid transparent;
  border-right: 100px solid #0B0E1E;
}
.blue .black-button.green-background {
  border: 1px solid #fff;
}
.blue .black-button.green-background:hover {
  border: 1px solid #000;
}
.col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.green-card {
  background-size: cover;
  height: 400px;
  width: 100%;
  background-position: center;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
@media only screen and (max-width: 991px) {
  .green-card {
    border-bottom-left-radius: 0;
    border-top-right-radius: 23px;
    height: 300px;
  }
}
.helpful-links-wrapper .horizontal-box {
  margin-bottom: 3rem;
  padding-left: 15%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 170px;
}
.helpful-links-wrapper .horizontal-box img {
  height: 140px;
  width: 300px;
}
.helpful-links-wrapper .link-3 .horizontal-box img {
  height: 80px;
  position: relative;
  right: 64px;
}
.horizontal-box-link .link-label:after {
  content: url('../images/external-link.svg');
  width: 16px;
  display: inline-block;
  margin-left: 10px;
}
.contact-us-form-image {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  height: 800px;
  border-radius: 32px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .gform_button.button.clone,
  .after-content,
  .before-content {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .gform_footer.before {
    width: fit-content;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    max-width: 120px;
    max-height: 40px;
  }
  .gform_footer.before:hover .before-content {
    transition: 0.35s ease-in-out all;
    left: 0%;
  }
  .gform_footer.before:hover .after-content {
    color: black;
    opacity: 1;
    transition: 0.3s ease-in-out all;
  }
  .gform_footer.before .before-content,
  .gform_footer.before .after-content {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
  }
  .gform_footer.before .before-content {
    left: -100%;
    transition: 0.35s ease-in-out all;
    background-color: #46C4BF;
    z-index: 2;
  }
  .gform_footer.before .after-content {
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    color: blue;
    font-weight: bold;
    font-size: 14.5px;
    justify-content: center;
  }
  .gform_footer.before .gform_button {
    position: relative !important;
    width: 120px !important;
    height: 40px !important;
  }
  .gform_footer.before .gform_button.clone {
    position: absolute !important;
    opacity: 0 !important;
    z-index: 4 !important;
  }
}
@media only screen and (max-width: 767px) {
  .green-card-wrapper {
    margin-top: 2rem;
  }
  #field_2_18 .gfield_radio,
  #field_2_15 .gfield_radio {
    flex-direction: column !important;
  }
  .header-description p {
    width: 100%;
  }
  .company-intro-background p {
    width: 100%;
  }
  .cert-images {
    margin-right: 0;
    margin-top: 2rem;
    width: 200px;
  }
  h1 {
    font-size: 35px;
  }
  .company-intro-background .main-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  h2 {
    font-size: 32px;
  }
  #gform_wrapper_3 {
    top: 7%;
  }
  .map .location-content {
    top: 30px;
  }
  .image-slides img {
    height: 475px !important;
  }
  .helpful-links-wrapper .horizontal-box,
  .horizontal-box {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    height: auto;
    text-align: center;
  }
  .helpful-links-wrapper .horizontal-box img,
  .horizontal-box img {
    margin-right: 0;
  }
  .helpful-links-wrapper .link-3 .horizontal-box img {
    right: 0;
  }
  .horizontal-box p {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item {
    margin-right: 0 !important;
  }
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .location-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-wrapper {
    padding: 15px;
  }
  .card-with-company-intro-text {
    padding-bottom: 0;
  }
  .square-cards {
    min-height: 300px;
  }
  .image-and-text-wrapper {
    padding: 2rem 0;
  }
  .footer-certs-wrapper {
    display: flex;
  }
  footer img.cert-images {
    width: 80px;
    margin-right: 1rem;
  }
  .all-social-wrapper {
    display: flex;
    flex-direction: column;
  }
  .grey-wrapper.map {
    clip-path: none;
  }
  .google-map-embed {
    clip-path: polygon(0% 27%,100% 27%,100% 100%,0% 100%);
  }
  .location-content {
    padding-bottom: 0;
    position: relative;
    top: 60px;
  }
  .alternate-1 .image-and-text-wrapper .contact-us-image {
    display: none;
  }
  .home main {
    padding-top: 0;
  }
  .testimonials-carousel {
    order: 2;
  }
  .company-intro-background {
    order: 1;
  }
  .col-lg-7.testimony .testimonials-map-left {
    background-image: none !important;
  }
  .col-lg-5.slides {
    display: none;
  }
  .header-description.certificate {
    padding-top: 2rem;
  }
  .header-description {
    padding-top: 2rem;
  }
  .icon-and-handle-wrapper .icon-wrapper,
  .black-button:hover .link-label-wrapper,
  .icon-and-handle-wrapper .icon-wrapper:before,
  .icon-and-handle-wrapper .icon-wrapper img.beige,
  .icon-and-handle-wrapper .icon-wrapper img.black,
  .black-button:hover:before,
  .company-intro-background .black-button:before,
  .black-button.green-background {
    transition: none !important;
  }
  .location-content .company-headquarter {
    width: 50%;
  }
  .alternate-2 img,
  .alternate-4 img,
  .alternate-6 img {
    margin-top: 2rem;
  }
  .helpful-links-wrapper .link-3 .horizontal-box img {
    margin-bottom: 2rem;
  }
  .img-fluid {
    height: 400px;
  }
  .alternate-2 .image-and-text-wrapper,
  .alternate-4 .image-and-text-wrapper,
  .alternate-6 .image-and-text-wrapper {
    padding-top: 0;
  }
  .flexslider {
    padding-top: 3rem !important;
  }
  .image-and-text-wrapper .col-lg-5.d-flex.align-items-stretch {
    order: 0;
  }
  .about-cert-images p {
    width: 100%;
  }
  .carousel-cell .testimony {
    order: 2;
  }
  .testimony-text {
    min-height: auto;
  }
  .flex-control-nav.flex-control-paging {
    bottom: auto !important;
  }
  .carousel-cell .slides {
    order: 1;
    margin-bottom: 2rem;
  }
  .icon-and-handle-wrapper {
    margin-right: 2rem;
    margin-bottom: 10px;
  }
  .black-button-services-card {
    padding: 12px 12px;
    font-size: 14px;
  }
  .service {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .company-intro-background.internal-banner {
    height: 500px;
  }
  .internal-banner {
    padding-top: 78px;
  }
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item {
    background: #46c4bf !important;
    color: #fff !important;
  }
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    background: #46c4bf !important;
    color: #fff !important;
  }
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    box-shadow: none !important;
  }
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mega-menu-item-has-children:hover a {
    color: #000 !important;
    border-bottom: none !important;
  }
  .mega-menu-item-has-children:hover .mega-sub-menu a {
    border-bottom: none !important;
  }
  .mega-menu-item-has-children:hover .mega-sub-menu a:hover {
    color: #46C4BF !important;
  }
  .home main {
    padding-top: 75px;
  }
  #mega-menu-wrap-nav-main-menu #mega-menu-nav-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #46c4bf;
    border-bottom: none;
  }
  .service:hover::before,
  .service:before,
  .black-button:hover,
  .company-intro-background .black-button:hover {
    transition: none;
  }
  #gform_wrapper_3 {
    width: 100%;
    left: 0;
  }
  .about-cert-images {
    width: 80%;
    padding: 2rem 0;
  }
  main .image-and-text-wrapper {
    padding-bottom: 0;
  }
  .image-and-text-wrapper .text-content {
    padding-top: 2rem;
  }
  .flex-control-nav.flex-control-paging {
    right: 0;
    width: 100%;
    bottom: 0;
  }
  .testimonials-map-left {
    padding-right: 0;
  }
  .company-intro-background .card-with-company-intro-text {
    width: 90%;
  }
  .company-intro-background h2 {
    width: 100%;
  }
  .social-media-bar-wrapper {
    display: none;
  }
  .fourty {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .social-media-bar-phone-wrapper {
    flex-direction: column;
  }
  .copyright {
    flex-direction: column;
    padding-left: 15px;
  }
  .location-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }
  .image-slides img {
    height: 600px;
    object-fit: cover;
    border-radius: 32px;
  }
  .service p {
    height: auto;
    padding-bottom: 1rem;
  }
  .contact-us-image.img-fluid {
    width: 100%;
    border-radius: 32px;
  }
  footer h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  footer .social-column h4 {
    margin-top: 1rem;
  }
  .footer-logo {
    margin-bottom: 0;
    height: 50px;
  }
  footer .cert-heading {
    margin-top: 0;
  }
  .link-to-kimbo {
    padding-top: 1rem;
  }
  .image-and-text-wrapper .contact-us-image {
    height: 500px;
  }
  .image-contact-forn-wrapper .contact-us-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  footer .cert-images {
    margin-top: 1rem;
    margin-right: 0;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .location-content .company-headquarter {
    width: 67%;
    margin-bottom: 1rem;
  }
  .map .location-content {
    top: 0;
  }
  .location-content {
    padding-top: 7rem;
  }
  .google-map-embed {
    padding-bottom: 100%;
  }
  .testimonials-map-left,
  .image-slides,
  .footer-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.error404 .banner:after {
  background: none;
}
.error404 .banner {
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
.error404 p {
  margin-bottom: 3rem;
}
.error404 .cta-link {
  font-weight: 600;
}
.error404 .cta-link:hover {
  color: #46C4BF;
  opacity: 0.5;
}
.error404 .padding-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
