@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Inter", sans-serif;
  color: #8a8a8a;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  border: 2px solid #2a7daf;
  background-color: #2a7daf;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #2a7daf;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #2a7daf;
  color: #2a7daf;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #2a7daf;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #2a7daf;
  color: #fff;
  border-color: #2a7daf;
  transition: 0.3s ease-in;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #2a7daf;
  color: #2a7daf;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #01d6e4;
  color: #fff;
  border-color: #01d6e4;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #01d6e4;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
.form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(42, 125, 175, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #206086;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.padding-top {
  padding-top: 20px;
}

.slick-slide:focus {
  outline: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(42, 125, 175, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #2a7daf;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.owl-nav {
  position: initial;
  top: 50%;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button i {
  font-size: 32px;
  color: #655e5e;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  margin-top: -25px;
  text-align: center;
  position: relative;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 1px solid #2a7daf !important;
  cursor: pointer;
}
.owl-dots .owl-dot.active {
  background: #2a7daf;
}

@media screen and (max-width: 768px) {
  .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
  }
}
@media screen and (max-width: 576px) {
  .owl-dots .owl-dot {
    height: 6px;
    width: 6px;
  }
}
.section {
  padding: 80px 0;
}

/* For Breadcrumb*/
/* For All Main Title Style*/
.title {
  text-align: center;
}
.title h5 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  color: #01d6e4;
}
.title h3 {
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  font-weight: 900;
  color: #303030;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  word-spacing: 0.25rem;
  display: inline-block;
  position: relative;
}
.title h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30%;
  width: 40px;
  height: 2px;
  background-color: #2a7daf;
}
.title h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 30%;
  width: 40px;
  height: 2px;
  background-color: #01d6e4;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumbs-wrapper {
  height: 230px;
  background: url(../images/breadcrumb.jpg) no-repeat center center;
  background-attachment: fixed;
  position: relative;
}
.breadcrumbs-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs-wrapper .breadcrumbs {
  background-color: transparent;
  position: absolute;
  top: 150px;
  display: inline-block;
  margin-bottom: 0;
}
.breadcrumbs-wrapper .breadcrumbs h4 {
  font-size: 22px;
  color: #2a7daf;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item {
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: inline;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in;
  display: inline;
  position: relative;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a::after {
  content: "\f105";
  font-family: "font Awesome 5 free";
  font-weight: 700;
  color: #000;
  padding: 0 15px;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a:hover {
  color: #01d6e4;
}

@media screen and (max-width: 992px) {
  .breadcrumbs-wrapper .breadcrumbs h4 {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item {
    font-size: 14px;
  }
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item {
    font-size: 13px;
  }
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumbs-wrapper .breadcrumbs h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item {
    font-size: 13px;
  }
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-item a {
    font-size: 14px;
  }
}
header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
header .navbar {
  padding: 20px 0;
}
header .navbar .navbar-brand figure {
  max-width: 140px;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 7px;
  padding: 0 8px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #2a7daf;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background-color: #2a7daf;
  border: 1px solid #2a7daf;
  border-radius: 4px;
  transition: 0.4s ease-in;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  background-color: transparent;
  color: #2a7daf;
  border-color: #2a7daf;
}
header .navbar-collapse .navbar-nav .nav-link.plain {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}
header .navbar-collapse .navbar-nav .nav-link.plain i {
  font-size: 11px;
  padding-right: 5px;
}
header .navbar-collapse .navbar-nav .nav-link.plain:hover {
  background-color: #000000;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #2a7daf;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 7 px 0;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
  margin-bottom: 8px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
  color: #000000;
  align-items: center;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6 {
  font-size: 13px;
  font-weight: 600;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
  margin-right: 10px;
  font-size: 11px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a:hover {
  color: #2a7daf;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header.nav-fixed {
  width: 100%;
  position: fixed;
  transition: 0.3s ease-in-out;
}

.nav-active {
  background-color: #fff;
  box-shadow: 5px -1px 12px -5px grey;
}
.nav-active .navbar {
  padding: 5px 0;
}
.nav-active .navbar .navbar-brand figure {
  max-width: 100px;
}
.nav-active .navbar-collapse .navbar-nav .nav-link {
  font-size: 12px;
}
.nav-active .navbar-collapse .navbar-nav .nav-link.button {
  padding: 8px 14px;
  font-size: 11px;
}

@media screen and (max-width: 991px) {
  header .navbar {
    padding: 3px 0;
  }
  header .navbar .navbar-brand figure {
    max-width: 120px;
  }
  header .navbar .navbar-toggler {
    padding: 5px 7px;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  header .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  header .navbar-collapse {
    background-color: #fff;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    padding: 8px 12px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .navbar .navbar-brand figure {
    max-width: 100px;
  }
  header .navbar .navbar-toggler {
    padding: 3px 5px;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 6px;
    padding: 0 5px;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    padding: 7px 12px;
    font-size: 11px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
    margin: 6px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
    margin-bottom: 6px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6 {
    font-size: 13px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
    margin-right: 10px;
    font-size: 11px;
  }
}
.banner .banner-image {
  position: relative;
}
.banner .banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.banner .banner-image .owl-nav .owl-prev {
  left: 5px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.banner .banner-image .owl-nav .owl-prev i {
  font-size: 32px;
  transition: 0.5s ease-in-out;
}
.banner .banner-image .owl-nav .owl-next {
  right: 5px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.banner .banner-image .owl-nav .owl-next i {
  font-size: 32px;
  transition: 0.5s ease-in-out;
}
.banner .banner-image:hover .owl-nav .owl-prev {
  opacity: 1;
  z-index: 9;
}
.banner .banner-image:hover .owl-nav .owl-next {
  opacity: 1;
  z-index: 9;
}
.banner .banner-image .item figure {
  position: relative;
}
.banner .banner-image .item figure h4 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 2px;
}
.banner .banner-image .item figure img {
  height: 100vh;
}

@media screen and (max-width: 992px) {
  .banner .banner-image .item figure h4 {
    font-size: 28px;
  }
  .banner .banner-image .item figure img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-image .item figure h4 {
    bottom: 10%;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-image .item figure h4 {
    bottom: 10%;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-image .item figure h4 {
    bottom: 10%;
    font-size: 18px;
  }
}
.about .about-wrapper {
  display: flex;
  align-items: center;
}
.about .about-wrapper .block {
  flex: 0 0 calc(50% - 30px);
  margin-left: 30px;
}
.about .about-wrapper .block .title {
  text-align: left;
}
.about .about-wrapper .block .title h3 {
  font-size: clamp(2rem, 2vw, 1.25rem);
  color: #01d6e4;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
}
.about .about-wrapper .block p {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #8a8a8a;
  padding: 30px 0;
}
.about .about-wrapper .block h5 {
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #000;
  padding-bottom: 25px;
  line-height: 1.2;
}
.about .about-wrapper .block .detail {
  display: flex;
}
.about .about-wrapper .block .detail .option .text {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.about .about-wrapper .block .detail .option .text img {
  padding-right: 10px;
  max-height: 18px;
}
.about .about-wrapper .block .detail .option .text h6 {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  color: #5e5e5e;
}
.about .about-wrapper .block .detail .option.first {
  padding-right: 80px;
}
.about .about-wrapper .block .btn {
  border-radius: 4px;
}
.about .about-wrapper .block.image-block {
  flex: 0 0 calc(50% - 30px);
  display: flex;
  margin-right: 30px;
}
.about .about-wrapper .block.image-block .image {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.about .about-wrapper .block.image-block .image img {
  padding-bottom: 20px;
}
.about .about-wrapper .block.image-block .image.second {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .about .about-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
  .about .about-wrapper .block {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about .about-wrapper .block p {
    padding: 20px 0;
  }
  .about .about-wrapper .block h5 {
    padding-bottom: 20px;
  }
  .about .about-wrapper .block .detail {
    justify-content: center;
  }
  .about .about-wrapper .block .detail .option .text {
    padding-bottom: 20px;
  }
  .about .about-wrapper .block .detail .option .text img {
    padding-right: 10px;
    max-height: 18px;
  }
  .about .about-wrapper .block.image-block {
    margin-right: 0;
    flex-direction: column;
    border-radius: 100%;
    overflow: hidden;
  }
  .about .about-wrapper .block.image-block .image {
    flex-direction: row;
    padding-right: 0;
  }
  .about .about-wrapper .block.image-block .image img {
    padding-bottom: 0;
    max-width: 150px;
  }
  .about .about-wrapper .block.image-block .image.second {
    margin-top: 0;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrapper .block {
    margin-bottom: 20px;
  }
  .about .about-wrapper .block .detail {
    flex-direction: column-reverse;
    align-items: center;
  }
  .about .about-wrapper .block .detail .option .text {
    justify-content: center;
  }
  .about .about-wrapper .block .detail .option .text img {
    max-height: 14px;
  }
  .about .about-wrapper .block .detail .option.first {
    padding-right: 0;
  }
}
.service {
  padding-top: 0;
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .service-wrapper .service-block {
  flex: 0 0 calc(33.3333333333% - 10px);
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.service .service-wrapper .service-block::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 214, 228, 0.7);
  transition: 0.5s ease-out;
  z-index: 1;
}
.service .service-wrapper .service-block .image {
  overflow: hidden;
}
.service .service-wrapper .service-block .image img {
  transition: 0.5s ease-out;
}
.service .service-wrapper .service-block .details {
  width: 100%;
  position: absolute;
  top: 85%;
  left: 0;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.service .service-wrapper .service-block .details .service-title h6 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: -2px 4px rgba(0, 0, 0, 0.7);
}
.service .service-wrapper .service-block .details .service-content .readmore {
  font-size: 13px;
  color: #f8f8f8;
  transition: 0.4s ease-in;
  padding: 20px 0;
}
.service .service-wrapper .service-block .details .service-content .readmore i {
  padding-left: 5px;
  font-size: 11px;
  transition: 0.2s ease-out;
}
.service .service-wrapper .service-block .details .service-content .readmore:hover {
  color: #000000;
}
.service .service-wrapper .service-block .details .service-content .readmore:hover i {
  transform: translateX(5px);
}
.service .service-wrapper .service-block:hover::before {
  top: 0;
  z-index: 1;
}
.service .service-wrapper .service-block:hover .image img {
  transform: scale(1.05);
}
.service .service-wrapper .service-block:hover .details {
  opacity: 1;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.service .service-wrapper .service-block:hover .details .service-title h6 {
  text-shadow: none;
}

@media screen and (max-width: 992px) {
  .service .service-wrapper .service-block {
    flex: 0 0 calc(50% - 10px);
    margin-top: 30px;
  }
  .service .service-wrapper .service-block .details {
    top: 85%;
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .service .service-wrapper .service-block {
    flex: 0 0 calc(50% - 10px);
    margin-top: 30px;
  }
  .service .service-wrapper .service-block .details {
    top: 85%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrapper .service-block .details {
    top: 75%;
    padding: 20px;
  }
}
@media screen and (max-width: 577px) {
  .service .service-wrapper {
    flex-direction: column;
  }
  .service .service-wrapper .service-block::before {
    opacity: 1;
    top: 0;
  }
  .service .service-wrapper .service-block .image img {
    width: 100%;
    transform: scale(1.05);
  }
  .service .service-wrapper .service-block .details {
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    z-index: 1;
  }
  .service .service-wrapper .service-block .details .service-title h6 {
    text-shadow: none;
  }
  .service .service-wrapper .service-block .details .service-content p {
    color: #ffffff;
  }
  .service .service-wrapper .service-block .details .service-content .readmore {
    color: #000000;
  }
  .service .service-wrapper .service-block .details .service-content .readmore i {
    transform: translateX(5px);
  }
}
.inspection.inspection-section {
  background: url("../images/gallerybg.jpg") no-repeat center center/cover;
  position: relative;
}
.inspection.inspection-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.inspection .inspection-wrapper {
  position: relative;
}
.inspection .inspection-wrapper .title {
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.inspection .inspection-wrapper .title h3 {
  color: #ffffff;
}
.inspection .inspection-wrapper .image-inspection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.inspection .inspection-wrapper .image-inspection .photo {
  margin: 10px;
  flex: calc(33.3333333333% - 60px);
  position: relative;
}
.inspection .inspection-wrapper .image-inspection .photo::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  border: 2px solid #f8f8f8;
  opacity: 0;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.inspection .inspection-wrapper .image-inspection .photo::after {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2a7daf;
  font-family: "fontAwesome";
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  opacity: 0;
  transition: 0.5s ease-out;
  transition-delay: 0.3s;
}
.inspection .inspection-wrapper .image-inspection .photo figure {
  position: relative;
  overflow: hidden;
}
.inspection .inspection-wrapper .image-inspection .photo figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s ease-out;
}
.inspection .inspection-wrapper .image-inspection .photo figure img {
  transition: 0.5s ease-out;
}
.inspection .inspection-wrapper .image-inspection .photo .img-title {
  background-color: #1c1c1c;
  padding: 5px;
  transition: 0.3s ease-out;
  z-index: 999;
  position: relative;
}
.inspection .inspection-wrapper .image-inspection .photo .img-title p {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease-out;
}
.inspection .inspection-wrapper .image-inspection .photo:hover::before {
  z-index: 1;
  opacity: 1;
}
.inspection .inspection-wrapper .image-inspection .photo:hover::after {
  opacity: 1;
}
.inspection .inspection-wrapper .image-inspection .photo:hover figure::before {
  background-color: transparent;
}
.inspection .inspection-wrapper .image-inspection .photo:hover figure img {
  transform: scale(1.05);
}
.inspection .inspection-wrapper .image-inspection .photo:hover .img-title {
  background-color: #ffffff;
}
.inspection .inspection-wrapper .image-inspection .photo:hover .img-title p {
  color: #2a7daf;
}

.maininspection .inspection .service {
  padding: 40px 0;
}
.maininspection .inspection .service .title {
  color: #000;
}
.maininspection .inspection .service .title h1 {
  color: #000;
  line-height: 1.3;
}
.maininspection .inspection .service .title h1:before, .maininspection .inspection .service .title h1:after {
  background-color: #01d6e4;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .inspection .inspection-wrapper .image-inspection .photo {
    flex: calc(50% - 40px);
  }
}
@media screen and (max-width: 576px) {
  .inspection .inspection-wrapper .image-inspection .photo::before {
    opacity: 1;
    z-index: 1;
  }
  .inspection .inspection-wrapper .image-inspection .photo::after {
    opacity: 1;
  }
  .inspection .inspection-wrapper .image-inspection .photo figure {
    position: relative;
    overflow: hidden;
  }
  .inspection .inspection-wrapper .image-inspection .photo figure::before {
    height: 0;
    width: 0;
  }
  .inspection .inspection-wrapper .image-inspection .photo figure img {
    transform: scale(1.05);
  }
}
.testimonial .testimonial-top {
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.testimonial .testimonial-top .text h2 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  color: #000000;
  line-height: 1.5;
  font-weight: 400;
}
.testimonial .testimonial-top .text h2 a {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  color: #000000;
  display: inline;
  padding-left: 10px;
}
.testimonial .testimonial-top .text h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  word-spacing: 3px;
}
.testimonial .testimonial-top .text h3 span {
  color: #2a7daf;
  font-weight: 900;
}
.testimonial .testimonial-top .button .btn {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.4s ease-in;
}
.testimonial .testimonial-top .button .btn a {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  text-transform: uppercase;
  transition: 0.4s ease-in;
  color: #FFF;
}
.testimonial .testimonial-top .button .btn.btn-secondary {
  background-color: #fff;
  border: 1px solid #000000;
  padding: 12px 30px;
  color: #000000;
  margin-left: 10px;
}
.testimonial .testimonial-top .button .btn.btn-secondary a {
  color: #000000;
}
.testimonial .testimonial-top .button .btn.btn-secondary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.testimonial .testimonial-top .button .btn.btn-secondary:hover a {
  color: #FFF !important;
}
.testimonial .testimonial-top .button .btn:hover {
  color: #2a7daf;
  background-color: transparent;
  border-color: #2a7daf;
}
.testimonial .testimonial-top .button .btn:hover a {
  color: #2a7daf !important;
}
.testimonial .testimonial-wrapper .block {
  text-align: center;
}
.testimonial .testimonial-wrapper .block .slider .box {
  max-width: 335px;
  max-height: 375px;
  position: relative;
  margin: 60px auto 40px auto;
  box-shadow: 0px 0px 10px -5px #ccc;
}
.testimonial .testimonial-wrapper .block .slider .box .image {
  max-width: 90px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.testimonial .testimonial-wrapper .block .slider .box .image img {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.testimonial .testimonial-wrapper .block .slider .box .detail {
  max-width: 250px;
  margin: auto;
  padding: 60px 0;
  position: relative;
}
.testimonial .testimonial-wrapper .block .slider .box .detail::before {
  content: "\f10d";
  position: absolute;
  top: 40px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #2a7daf;
}
.testimonial .testimonial-wrapper .block .slider .box .detail::after {
  content: "\f10e";
  position: absolute;
  bottom: 40px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #2a7daf;
}
.testimonial .testimonial-wrapper .block .slider .box .detail h6 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
}
.testimonial .testimonial-wrapper .block .slider .box .detail p {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  color: #8a8a8a;
  padding: 20px 0;
}
.testimonial .owl-dots {
  margin-top: 0;
}
.testimonial .owl-dots .owl-dot {
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 0;
  border: 1px solid #01d6e4 !important;
  cursor: pointer;
}
.testimonial .owl-dots .owl-dot.active {
  background: #01d6e4;
}

@media screen and (max-width: 992px) {
  .testimonial .testimonial-top {
    padding-bottom: 45px;
    justify-content: center;
    flex-direction: column;
  }
  .testimonial .testimonial-top .text {
    text-align: center;
    padding-bottom: 15px;
  }
  .testimonial .testimonial-top .text h3 {
    word-spacing: 0;
    padding-top: 5px;
  }
  .testimonial .testimonial-top .button .btn {
    padding: 10px 20px;
  }
  .testimonial .testimonial-top .button .btn.btn-secondary {
    padding: 10px 18px;
  }
  .testimonial .testimonial-wrapper figure {
    display: none;
  }
  .testimonial .testimonial-wrapper .block {
    text-align: center;
  }
  .testimonial .testimonial-wrapper .block .title {
    padding-bottom: 40px;
  }
  .testimonial .testimonial-wrapper .block .slider .box {
    max-width: 300px;
    max-height: 300px;
    margin: 45px auto 5px auto;
  }
  .testimonial .testimonial-wrapper .block .slider .box .image {
    max-width: 70px;
    top: -35px;
  }
  .testimonial .testimonial-wrapper .block .slider .box .detail {
    padding: 40px 10px 20px 10px;
  }
  .testimonial .owl-dots {
    margin-top: -5px;
  }
  .testimonial .owl-dots .owl-dot {
    height: 7px;
    width: 7px;
  }
}
@media screen and (max-width: 340px) and (max-width: 992px) {
  .testimonial .testimonial-top .button {
    display: flex;
    flex-direction: column;
  }
  .testimonial .testimonial-top .button .btn.btn-secondary {
    margin-left: 0;
    margin-top: 10px;
  }
}
.map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 992px) {
  .map iframe {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .map iframe {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .map iframe {
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .map iframe {
    height: 150px;
  }
}
footer .footer-wrapper {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .footer-logo {
  margin: 25px auto 40px auto;
}
footer .footer-wrapper .footer-logo figure {
  width: 180px;
}
footer .footer-wrapper .footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-wrapper .footer-info .info {
  padding-bottom: 40px;
}
footer .footer-wrapper .footer-info .info h5 {
  font-size: 18px;
  font-weight: 900;
  color: #373737;
  margin-bottom: 20px;
  line-height: 1.7;
  position: relative;
}
footer .footer-wrapper .footer-info .info h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #2a7daf;
}
footer .footer-wrapper .footer-info .info li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-wrapper .footer-info .info li i {
  font-size: 12px;
  padding-right: 10px;
  color: #2a7daf;
}
footer .footer-wrapper .footer-info .info li .link {
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a;
  transition: 0.3s ease-in;
}
footer .footer-wrapper .footer-info .info li .link span {
  color: #2a7daf;
}
footer .footer-wrapper .footer-info .info li .link:hover {
  color: #2a7daf;
}
footer .footer-wrapper .footer-info .info.menu {
  max-width: 180px;
  width: 100%;
}
footer .footer-wrapper .footer-info .info.menu li i {
  color: #8a8a8a;
}
footer .footer-wrapper .footer-info .info.menu li .link:hover {
  padding-left: 5px;
}
footer .footer-wrapper .footer-info .info .linkbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-wrapper .footer-info .info .linkbar figure img {
  max-width: 80px;
  transition: 0.3s ease-in;
}
footer .footer-wrapper .footer-info .info .linkbar figure img:hover {
  transform: scale(1.03);
}
footer .footer-wrapper .footer-info .info .social-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px;
}
footer .footer-wrapper .footer-info .info .social-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #01d6e4;
  border: 1px solid #01d6e4;
  border-radius: 4px;
  transition: 0.3s ease-out;
  transition-delay: 0.2s;
}
footer .footer-wrapper .footer-info .info .social-icon a i {
  color: #ffffff;
  transition: 0.3s ease-out;
}
footer .footer-wrapper .footer-info .info .social-icon a:hover {
  background-color: transparent;
}
footer .footer-wrapper .footer-info .info .social-icon a:hover i {
  color: #01d6e4;
}

.footer-bottom {
  background-color: #2a7daf;
  text-align: center;
  padding: 10px 0;
}
.footer-bottom p {
  display: inline;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer-bottom a {
  display: inline;
  color: #fff;
  transition: 0.3s ease-in;
  font-size: 0.875rem;
  position: relative;
}
.footer-bottom a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-out;
}
.footer-bottom a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  footer .footer-wrapper .footer-logo {
    margin: 20px auto 20px auto;
  }
  footer .footer-wrapper .footer-logo figure {
    max-width: 140px;
  }
  footer .footer-wrapper .footer-info {
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-info .info {
    padding-bottom: 20px;
  }
  footer .footer-wrapper .footer-info .info h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .footer-wrapper .footer-info .info h5::before {
    width: 30px;
  }

  .footer-bottom p {
    font-size: 13px;
  }
  .footer-bottom a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom a {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper .footer-logo {
    margin: 20px auto 20px auto;
  }
  footer .footer-wrapper .footer-logo figure {
    max-width: 120px;
  }
  footer .footer-wrapper .footer-info {
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-info .info {
    padding-bottom: 20px;
  }
  footer .footer-wrapper .footer-info .info h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  footer .footer-wrapper .footer-info .info h5::before {
    width: 25px;
  }
  footer .footer-wrapper .footer-info .info li {
    margin-bottom: 5px;
  }
  footer .footer-wrapper .footer-info .info li .link {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper .footer-logo figure {
    max-width: 100px;
  }
  footer .footer-wrapper .footer-info {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  footer .footer-wrapper .footer-info .info h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  footer .footer-wrapper .footer-info .info h5::before {
    width: 25px;
  }
  footer .footer-wrapper .footer-info .info li {
    margin-bottom: 5px;
    justify-content: center;
  }
  footer .footer-wrapper .footer-info .info li .link {
    font-size: 13px;
  }
  footer .footer-wrapper .footer-info .info.menu {
    max-width: 100%;
  }

  .footer-bottom p {
    font-size: 12px;
    display: block;
  }
  .footer-bottom a {
    font-size: 12px;
  }
}
.certifier .main-section {
  padding: 60px 0;
}
.certifier .main-section .certifier-wrapper .certified-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.certifier .main-section .certifier-wrapper .certified-block .detail {
  flex: 0 0 calc(50% - 35px);
}
.certifier .main-section .certifier-wrapper .certified-block .detail h2 {
  font-size: 1.75rem;
  color: #000;
  font-weight: 900;
  word-spacing: 0.2em;
  margin-bottom: 20px;
}
.certifier .main-section .certifier-wrapper .certified-block .detail p {
  font-size: 0.9375rem;
  padding-bottom: 15px;
}
.certifier .main-section .certifier-wrapper .certified-block .detail p:last-child {
  padding-bottom: 0;
}
.certifier .main-section .certifier-wrapper .certified-block .detail .sub-point {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  padding-bottom: 20px;
  line-height: 1.2;
}
.certifier .main-section .certifier-wrapper .certified-block .detail .sub-point li {
  display: list-item;
  list-style-type: disc;
  color: #8a8a8a;
  padding-top: 8px;
  font-size: 0.9375rem;
}
.certifier .main-section .certifier-wrapper .certified-block .detail h5 {
  padding: 10px 0;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block {
  flex: 0 0 50%;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block figure {
  height: 100%;
  border: 2px solid #000000;
  border-radius: 10% 15%/20% 15%;
  overflow: hidden;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block iframe {
  width: 100%;
  height: 100%;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block.videos {
  padding: 0 10px;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block.videos iframe {
  height: 400px;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block.videos:first-child {
  padding-left: 0;
}
.certifier .main-section .certifier-wrapper .certified-block .image-block.videos:last-child {
  padding-right: 0;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .detail .title {
  text-align: left;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .detail .title h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #01d6e4;
  padding: 0;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .detail .title p {
  font-size: 0.9375rem;
  text-align: left;
  padding: 15px 0;
  color: #525252;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .detail p {
  color: #525252;
  font-size: 0.9375rem;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail {
  flex: 0 0 100%;
  margin-top: 30px;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #01d6e4;
  padding-bottom: 15px;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail p,
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail a {
  color: #525252;
  padding-bottom: 15px;
  font-size: 0.9375rem;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail p:last-child,
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail a:last-child {
  padding-bottom: 0;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail a {
  color: #1c1c1c;
  font-weight: 600;
  transition: 0.3s ease-out;
}
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail a:hover {
  text-decoration: underline;
}
.certifier .main-section .certifier-wrapper .certified-block.reverse {
  flex-direction: row-reverse;
}
.certifier .main-section .certifier-wrapper .certified-block:last-child .image-block {
  margin-bottom: 0;
}
.certifier .about {
  padding: 0;
}

@media screen and (max-width: 992px) {
  .certifier .main-section {
    padding: 40px 0;
  }
  .certifier .main-section .certifier-wrapper .certified-block {
    flex-direction: column;
    margin-bottom: 0;
  }
  .certifier .main-section .certifier-wrapper .certified-block .detail h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .certifier .main-section .certifier-wrapper .certified-block .detail p {
    font-size: 0.9375rem;
    padding-bottom: 10px;
  }
  .certifier .main-section .certifier-wrapper .certified-block .detail .sub-point {
    font-size: 1rem;
  }
  .certifier .main-section .certifier-wrapper .certified-block .detail .sub-point li {
    padding-top: 5px;
    font-size: 0.9375rem;
  }
  .certifier .main-section .certifier-wrapper .certified-block .detail h5 {
    padding: 10px 0;
  }
  .certifier .main-section .certifier-wrapper .certified-block .image-block {
    width: 100%;
    margin: 30px 0;
  }
  .certifier .main-section .certifier-wrapper .certified-block .image-block iframe {
    height: 400px;
  }
  .certifier .main-section .certifier-wrapper .certified-block.single-certified-block .detail .title h5 {
    font-size: 1.25rem;
  }
  .certifier .main-section .certifier-wrapper .certified-block.single-certified-block .detail .title p {
    font-size: 0.9375rem;
    padding: 10px 0;
  }
  .certifier .main-section .certifier-wrapper .certified-block.single-certified-block .detail p {
    font-size: 0.9375rem;
  }
  .certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail {
    margin-top: 0;
  }
  .certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail h5 {
    font-size: 1.25rem;
    padding-bottom: 10px;
  }
  .certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail p,
.certifier .main-section .certifier-wrapper .certified-block.single-certified-block .sub-detail a {
    padding-bottom: 10px;
  }
  .certifier .main-section .certifier-wrapper .certified-block.reverse {
    flex-direction: column;
  }
}
.certifier .main-section .certifier-wrapper .certified-block .sub-detail {
  flex: 0 0 100%;
  margin-top: 20px;
}
.certifier .main-section .certifier-wrapper .certified-block .sub-detail .sub-point {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  padding-bottom: 20px;
  line-height: 1.2;
}
.certifier .main-section .certifier-wrapper .certified-block .sub-detail .sub-point li {
  display: list-item;
  list-style-type: disc;
  color: #8a8a8a;
  padding-top: 8px;
  font-size: 0.9375rem;
}
.certifier .main-section .certifier-wrapper .certified-block .sub-detail .sub-point p {
  padding-top: 10px;
}
.certifier .main-section .certifier-wrapper .certified-block .sub-detail.sub-service-detail {
  display: flex;
  justify-content: space-between;
}
.certifier .main-section .certifier-wrapper .certified-block .sub-detail.sub-service-detail .sub-point {
  flex: 0 0 calc(50% - 20px);
}

.contact {
  padding: 40px 0;
  background: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.contact .contact-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 16px -8px #8a8a8a;
  max-width: 70%;
  margin: 0 auto;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.contact .contact-wrap .contact-fill {
  padding-right: 60px;
  position: relative;
}
.contact .contact-wrap .contact-fill::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: rgba(138, 138, 138, 0.15);
}
.contact .contact-wrap .contact-fill .contact-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact .contact-wrap .contact-fill .contact-title i {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  padding-right: 15px;
  color: #1c1c1c;
}
.contact .contact-wrap .contact-fill .contact-title h4 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  text-transform: capitalize;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
}
.contact .contact-wrap .contact-fill .form .form-set {
  margin-top: 25px;
}
.contact .contact-wrap .contact-fill .form .form-set .form-txt {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.contact .contact-wrap .contact-fill .form .form-set .form-input {
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 15px;
  width: 100%;
  border: 2px solid rgba(138, 138, 138, 0.15);
  resize: none;
}
.contact .contact-wrap .contact-fill .form .form-set .form-input:focus {
  outline: none;
}
.contact .contact-wrap .contact-fill .form .form-set.full_width {
  flex: 100%;
}
.contact .contact-wrap .contact-fill .form .submit-btn {
  margin-top: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  background-color: rgba(42, 125, 175, 0.7);
  border: 1px solid rgba(42, 125, 175, 0.7);
}
.contact .contact-wrap .contact-fill .form .submit-btn p {
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 300;
  padding-right: 10px;
  color: white;
}
.contact .contact-wrap .contact-fill .form .submit-btn i {
  font-size: 0.875rem;
  color: white;
  transition: 0.3s ease-out;
}
.contact .contact-wrap .contact-fill .form .submit-btn:hover i {
  transform: translateX(10px);
}
.contact .contact-wrap .contact-info .contact-detail {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact .contact-wrap .contact-info .contact-detail i {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  padding-right: 10px;
  color: rgba(42, 125, 175, 0.7);
}
.contact .contact-wrap .contact-info .contact-detail p {
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 700;
  overflow-wrap: anywhere;
  line-height: 1.1;
}

@media screen and (max-width: 992px) {
  .contact .contact-wrap {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 40px;
    max-width: 100%;
  }
  .contact .contact-wrap .contact-fill {
    padding-right: 0px;
  }
  .contact .contact-wrap .contact-fill::before {
    display: none;
  }
  .contact .contact-wrap .contact-info {
    margin-top: 30px;
  }
  .contact .contact-wrap .contact-info .contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}
.commercial-services .certifier .main-section .certifier-wrapper .certified-block .image-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.commercial-services .certifier .main-section .certifier-wrapper .certified-block .sub-detail .another-content p {
  line-height: 1.5;
}
.commercial-services .certifier .main-section .certifier-wrapper .certified-block .sub-detail .another-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  padding: 10px 0;
}

.quote .quote-title {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
.quote .quote-title .left-side {
  flex: 0 0 40%;
}
.quote .quote-title .left-side h6 {
  font-size: 1rem;
  font-weight: 300;
  color: #8a8a8a;
  text-transform: uppercase;
}
.quote .quote-title .left-side h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: capitalize;
}
.quote .quote-title .right-side {
  flex: 0 0 60%;
}
.quote .quote-title .right-side .desc {
  font-size: 1rem;
  font-weight: 400;
  color: #8a8a8a;
}
.quote .quote-form {
  display: flex;
}
.quote .quote-form .form {
  flex: 0 0 70%;
  padding: 20px 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 8px -6px #1c1c1c;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quote .quote-form .form .form-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin-bottom: 30px;
}
.quote .quote-form .form .form-block .form-fill {
  width: 100%;
  padding: 15px 10px;
  border: none;
  border-bottom: 1px solid #8a8a8a;
  border-radius: 4px;
  font-size: 1rem;
  color: #8a8a8a;
}
.quote .quote-form .form .form-block.message {
  flex: 0 0 100%;
}
.quote .quote-form .form .form-block.message .form-fill {
  resize: none;
  height: 150px;
}
.quote .quote-form .form .form-block.submit-btn {
  flex: 0 0 100%;
}
.quote .quote-form .info {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #01d6e4;
  padding: 20px 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 0 8px -6px #1c1c1c;
}
.quote .quote-form .info .info-block {
  display: flex;
  align-items: center;
  margin: 20px 0 10px 0;
}
.quote .quote-form .info .info-block .icon {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  margin-right: 20px;
  transition: 0.5s ease-out;
}
.quote .quote-form .info .info-block .icon i {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 60px;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.quote .quote-form .info .info-block .txt .txt-title {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
}
.quote .quote-form .info .info-block .txt p {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  overflow-wrap: anywhere;
  transition: 0.5s ease-out;
  transition-delay: 0.1s;
}
.quote .quote-form .info .info-block:hover .icon {
  background-color: #ffffff;
}
.quote .quote-form .info .info-block:hover .icon i {
  color: #01d6e4;
}
.quote .quote-form .info .info-block:hover .txt p {
  color: #1c1c1c;
}

@media screen and (max-width: 768px) {
  .quote .quote-title {
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
  }
  .quote .quote-title .left-side {
    margin-bottom: 20px;
  }
  .quote .quote-form {
    flex-direction: column;
  }
  .quote .quote-form .form {
    padding: 20px 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .quote .quote-form .info {
    padding: 20px 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (max-width: 577px) {
  .quote .quote-title {
    padding-bottom: 30px;
  }
  .quote .quote-form .form {
    padding: 20px 30px;
  }
  .quote .quote-form .form .form-block {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .quote .quote-form .form .form-block .form-fill {
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    border-radius: 4px;
    font-size: 1rem;
    color: #8a8a8a;
  }
  .quote .quote-form .form .form-block.message {
    flex: 0 0 100%;
  }
  .quote .quote-form .form .form-block.message .form-fill {
    resize: none;
    height: 150px;
  }
  .quote .quote-form .form .form-block.submit-btn {
    flex: 0 0 100%;
  }
  .quote .quote-form .info {
    padding: 20px 30px;
  }
}
.tiling {
  padding: 40px 0;
}
.tiling .title {
  margin-bottom: 15px;
}
.tiling .title h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.tiling .tiling-wrapper .block {
  padding: 20px 0;
}
.tiling .tiling-wrapper .block figure {
  display: flex;
  flex-direction: row;
}
.tiling .tiling-wrapper .block figure img {
  padding-right: 10px;
  max-width: 50%;
}
.tiling .tiling-wrapper p {
  font-size: 15px;
}
.tiling .wrapper .list_table {
  border: 1px solid #2a7daf;
  background-color: #2a7daf;
  border-radius: 4px;
  margin-bottom: 20px;
}
.tiling .wrapper .list_table ul {
  padding: 20px;
}
.tiling .wrapper .list_table ul h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.tiling .wrapper .list_table ul h5::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 6px dashed #fff;
  height: 4px;
  width: 50px;
}
.tiling .wrapper .list_table ul li {
  margin-bottom: 30px;
  position: relative;
}
.tiling .wrapper .list_table ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
}
.tiling .wrapper .list_table ul li a i {
  padding-right: 8px;
}
.tiling .wrapper .list_table ul li a h6 {
  font-size: 18px;
}
.tiling .wrapper .list_table ul li a:hover {
  color: #fff;
}
.tiling .wrapper .list_table ul li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.tiling .wrapper .list_table ul li:last-child {
  margin-bottom: 0;
}
.tiling .wrapper .list_table ul li:last-child::after {
  content: none;
}
.tiling .wrapper .list_table ul li.link {
  margin-bottom: 10px;
}
.tiling .wrapper .list_table ul li.link::after {
  content: none;
}

@media screen and (max-width: 1199px) {
  .tiling .title h4 {
    font-size: 20px;
  }
  .tiling .wrapper .list_table ul {
    padding: 20px 10px;
  }
  .tiling .wrapper .list_table ul h5 {
    font-size: 20px;
  }
  .tiling .wrapper .list_table ul h5::after {
    border-bottom: 3px dashed #fff;
  }
  .tiling .wrapper .list_table ul li {
    position: relative;
  }
  .tiling .wrapper .list_table ul li a h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tiling {
    padding: 20px 0;
  }
  .tiling .title {
    margin-bottom: 10px;
  }
  .tiling .title h4 {
    font-size: 18px;
  }
  .tiling .tiling-wrapper p {
    font-size: 14px;
  }
  .tiling .wrapper {
    padding-top: 20px;
  }
  .tiling .wrapper .list_table {
    max-width: 250px;
  }
  .tiling .wrapper .list_table ul {
    padding: 15px;
  }
  .tiling .wrapper .list_table ul h5 {
    margin-bottom: 20px;
  }
  .tiling .wrapper .list_table ul h5::after {
    bottom: -5px;
    border-bottom: 3px dashed #fff;
  }
  .tiling .wrapper .list_table ul li {
    margin-bottom: 20px;
  }
  .tiling .wrapper .list_table ul li a i {
    font-size: 12px;
  }
  .tiling .wrapper .list_table ul li a h6 {
    font-size: 16px;
  }
  .tiling .wrapper .list_table ul li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .tiling .wrapper .list_table ul li:last-child {
    margin-bottom: 0;
  }
  .tiling .wrapper .list_table ul li:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  .tiling {
    padding: 10px 0;
    text-align: center;
  }
  .tiling .title {
    margin-bottom: 5px;
  }
  .tiling .title h4 {
    font-size: 16px;
  }
  .tiling .tiling-wrapper p {
    font-size: 13px;
  }
  .tiling .wrapper .list_table {
    margin: 0 auto 20px auto;
    text-align: left;
  }
  .tiling .wrapper .list_table ul li a h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .tiling .wrapper .list_table {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
}
.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #01d6e4;
}
.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #2a7daf;
  border: 1px solid #2a7daf;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #2a7daf;
}
.thanks .redirect:hover h5 {
  color: #2a7daf;
}

/*# sourceMappingURL=style.css.map */
