@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
html {
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.black-bg {
  background: #000000;
  fill: #000000;
}

.white-bg {
  background: #fff;
  fill: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #000000;
}

body {
  position: relative;
  margin: 0px;
  width: 100%;
  height: auto;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}

#page {
  overflow-x: hidden;
}

.noscroll {
  overflow: hidden;
}

.section-content-wrap .spacing {
  margin-bottom: 50px;
}

.section-content-wrap .spacing:last-of-type {
  margin-bottom: 0px;
}

* {
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
  box-sizing: border-box;
  border: none;
}

*:focus {
  outline: none;
}

b, strong {
  font-weight: 600;
}

i {
  font-style: italic;
}

b i {
  font-style: italic;
  font-weight: 600;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 45px !important;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  font-size: 30px !important;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: 26px !important;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.3;
}

h6 {
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 1em !important;
}

.animate {
  visibility: hidden;
}

.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

section {
  position: relative;
  height: auto;
}

.section-wrap {
  overflow: hidden;
}

.button {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  min-width: 180px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border: none;
  border-radius: 25px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

.black-btn {
  background: #000000;
  color: #fff;
}

.white-btn {
  background: #fff;
  color: #000000;
}

.outline-btn {
  background: transparent;
  border: 2px solid #000000;
  color: #000000;
}

.hidden {
  display: none;
}

.hide {
  visibility: hidden !important;
}

.shadow {
  box-shadow: 0px 0px 10px 2px #eeeeee;
  padding: 50px;
  background: #ffffff;
}

/* ---------------------------------------------- /*
 * Owl Carousel
/* ---------------------------------------------- */
.carousel-wrap {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}

.owl-carousel {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.owl-carousel .owl-item {
  position: relative;
  display: block;
  float: left;
}

.owl-carousel .owl-item .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}

.owl-nav button {
  position: absolute;
  background: none;
  border: 0;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-nav button:hover {
  color: #000000;
  cursor: pointer;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-dots {
  width: 100%;
  text-align: center;
}

.owl-dot {
  border: 2px solid #000000;
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin: 5px;
  border-radius: 50%;
  padding: 0;
}

.owl-dot.active {
  background-color: #555;
}

/* ---------------------------------------------- /*
 * Header
/* ---------------------------------------------- */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  display: inline;
  float: left;
  padding: 10px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
header.header {
  position: fixed !important;
}
header .inner-header {
  display: inline-flex;
  width: 100%;
  padding: 0 5%;
}
header .inner-header .button {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header #contact-us {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #contact-us .headset-icon {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  color: #fff;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 20px;
}
header #contact-us a {
  color: #fff;
}

#logo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0;
  height: auto;
  width: 180px;
  z-index: 10;
  left: 0;
  top: 0px;
  white-space: nowrap;
}
#logo img {
  max-width: initial;
}

/* ---------------------------------------------- /*
 * Menu
/* ---------------------------------------------- */
nav {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

#main-nav {
  display: flex;
  padding: 0;
  margin: 0 20px;
}
#main-nav ul {
  padding: 0;
  display: inline-flex;
}
#main-nav ul li {
  list-style: none;
  margin: 10px;
  width: -moz-max-content;
  width: max-content;
}
#main-nav ul li:last-child {
  margin-right: 0;
}
#main-nav ul li a, #main-nav ul li .nav-title {
  color: #fff;
}
#main-nav ul li a:hover, #main-nav ul li .nav-title:hover {
  color: #fff;
  cursor: pointer;
}
#main-nav ul li .sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
#main-nav ul li .sub-menu li {
  margin: 0;
  padding: 10px;
  display: block;
}
#main-nav ul li .sub-menu li a {
  color: #ffffff;
  padding: 5px 10px;
}
#main-nav ul li .sub-menu li a:hover {
  color: #f1f1f1;
}

#menu-wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: -100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #000000;
  transition: 0.5s ease-in-out;
  overflow-y: scroll;
}
#menu-wrap h3 {
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 10px;
}
#menu-wrap .social-icons-wrap a {
  color: #fff;
}
#menu-wrap .social-icons-wrap a:hover {
  color: #000000;
}

.menu-slide {
  right: 0 !important;
}

.menu-show {
  display: block;
}

#mobile-nav-wrap {
  position: fixed;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}

#mobile-nav {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 20px 0;
  overflow: scroll;
}
#mobile-nav .mobile-menu {
  padding: 0;
  display: none;
}
#mobile-nav .mobile-menu li {
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  left: 100px;
  opacity: 0;
  text-align: left;
  background: transparent;
}
#mobile-nav .mobile-menu li a {
  position: relative;
  color: #fff;
  list-style: none;
  font-size: 25px;
}
#mobile-nav .mobile-menu li a:hover {
  color: #555;
}
#mobile-nav .mobile-menu .sub-menu {
  display: none;
  padding: 0;
}
#mobile-nav .mobile-menu .sub-menu li {
  padding: 0;
  margin-left: 30px;
}
#mobile-nav .mobile-menu .sub-menu li a {
  font-size: 18px;
}

#nav-icon {
  width: 40px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 10;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 2px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 22px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.hide-desktop {
  display: none;
}

.current-menu-item a,
.current-page-ancestor a,
.current-post-ancestor a {
  font-weight: bold;
}

/* ---------------------------------------------- /*
 * Search Bar
/* ---------------------------------------------- */
.close-search {
  position: absolute;
  top: 10%;
  right: 20%;
}
.close-search:hover {
  cursor: pointer;
}

#main-search {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  display: none;
  text-align: center;
  border-bottom: 5px solid #ccc;
  background-color: #fff;
  padding-top: 100px;
  z-index: 10;
}

.inner-search {
  width: 100%;
  min-height: 100%;
}

#search-input {
  width: 100%;
  padding: 10px;
  height: 50px;
  font-size: 16px;
}

/* ---------------------------------------------- /*
 * Content
/* ---------------------------------------------- */
/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */
.left-shadow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1769082633) 0%, rgba(0, 0, 0, 0) 10%);
}

#quote-grid .grid-item {
  padding: 0 !important;
}

footer {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000000;
  padding: 50px 5% 0;
}
footer a {
  color: #000000;
}
footer a:hover {
  font-weight: 700;
  color: #000000;
}
footer .inner-footer {
  padding: 50px 50px 0;
  background-color: #000000;
}
footer .inner-footer .contact-footer-grid {
  grid-template-columns: 60% 40%;
  grid-gap: 0;
}
footer .inner-footer .contact-footer-grid .grid-item {
  position: relative;
  padding: 50px;
  background-color: #f1f1f1;
}
footer .inner-footer .contact-info-grid {
  margin: 20px 0;
  grid-template-columns: 30px auto;
  grid-gap: 10px 0;
}
footer .inner-footer .contact-info-grid .grid-item {
  padding: 0;
  background-color: transparent;
}
footer .inner-footer .contact-info-grid .grid-item i {
  font-size: 20px;
}
footer .inner-footer .footer-logo {
  display: flex;
  margin: 30px 0 0;
  justify-content: center;
}
footer .inner-footer .accreditation-grid {
  margin: 10px 0;
}
footer .inner-footer .accreditation-grid .grid-item {
  padding-top: 50%;
  background-color: #fff;
  border-radius: 5px;
}
footer .inner-footer .accreditation-grid .grid-item img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
footer .inner-footer .footer-navigation {
  width: 100%;
}
footer .inner-footer .footer-navigation ul {
  display: inline-flex;
  margin: 50px auto 10px;
}
footer .inner-footer .footer-navigation ul li {
  margin: 0 20px;
}
footer .inner-footer .footer-navigation a {
  color: #fff;
}
footer .site-info .grid-item {
  display: flex;
  justify-items: center;
  align-items: center;
}
footer .site-info .social-icons {
  justify-content: flex-end;
}
footer .site-info .social-icons a {
  color: #fff;
}
footer .site-info .social-icons .social-links {
  display: inline-flex;
}
footer .site-info .social-icons .social-links li {
  margin: 10px 5px;
}
footer .site-info .social-icons .social-links li .social-icon i {
  font-size: 15px;
}
footer .site-info .social-icons .social-links .social-btn {
  width: 30px;
  height: 30px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.social-links ul {
  padding: 0;
  margin: 0;
}

.social-links ul li {
  display: inline;
  margin-right: 10px;
}

.social-links ul li .fa-brands {
  font-size: 26px;
}

.disclaimer {
  text-align: center;
}
.disclaimer a {
  color: #fff;
  font-size: 12px;
}

.error-msg {
  position: relative;
  text-align: center;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------- /*
 * CONTACT PAGE ===== Contact Form
/* ---------------------------------------------- */
#contact-page .project-img {
  min-height: 450px;
}

.dcm-contact-form {
  font-size: initial;
}

.contact-grid {
  grid-template-columns: 20% 80%;
  width: 50%;
}

.fa-map-marked-alt, .fa-phone, .fa-fax {
  font-size: 30px;
}

.wpcf7-form-control-wrap .form-input {
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  text-indent: 10px;
  border: 1px solid #aaaaaa;
  margin: 10px 0;
}

.wpcf7-form-control-wrap select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-indent: 10px;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px !important;
  font-size: 16px; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box;
  border-color: #aaa;
  height: 150px;
  text-indent: 0px !important;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 53px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  font-weight: 400;
  background-color: #f4f4f4;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  text-align: center;
  color: #f00;
  border: none !important;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.submit-btn {
  position: relative;
  padding: 10px;
  font-size: 15px;
  width: 150px;
  color: #fff;
  outline: 0;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  background: #000000 !important;
  border: 0;
  border-radius: 25px;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #555;
}

/* ---------------------------------------------- /*
 * news / Post page
/* ---------------------------------------------- */
.post-header-banner {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.post-header-banner .background-image {
  position: absolute;
  width: 100%;
  height: 130%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header-banner .background-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
}
.post-header-banner h1 {
  position: relative;
  max-width: 600px;
  left: 5%;
  color: #fff;
  background-image: url("../../assets/images/text-bg-shadow.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.post-content-wrap {
  padding: 0 5%;
}
.post-content-wrap .post-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 5%;
  background: #fff;
  box-shadow: 0px 0px 10px 2px #eeeeee;
}
.post-content-wrap .post-content p {
  margin-bottom: 1em;
}
.post-content-wrap .post-content ul {
  margin-bottom: 1em;
  margin-left: 20px;
  list-style: disc;
}
.post-content-wrap .post-content .wp-block-heading {
  margin-bottom: 1em;
}

.post-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-image {
  height: 400px;
}
.post-image .img-wrap {
  height: 100%;
}
.post-image .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------- /*
 * Buttlet Points
/* ---------------------------------------------- */
.tick-list ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.tick-list ul li {
  padding-left: var(--icon-space);
  line-height: 2;
}
.tick-list ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space);
}

.chev-list ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.chev-list ul li {
  padding-left: var(--icon-space);
  line-height: 2;
}
.chev-list ul li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space);
}

.mobile-menu i {
  transition: transform 0.2s;
}

.flip {
  transform: rotate(-180deg);
}

/* ---------------------------------------------- /*
 * Animation
/* ---------------------------------------------- */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer *//*# sourceMappingURL=styles.css.map */