@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Piazzolla:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Piazzolla", serif;
  color: #8a8a8a;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  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: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #16b8d6;
  background-color: #16b8d6;
  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: #16b8d6;
  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: #16b8d6;
  color: #16b8d6;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #16b8d6;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #16b8d6;
  color: #fff;
  border-color: #16b8d6;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #16b8d6;
  color: #16b8d6;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #000000;
  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;
  }
}
html {
  scroll-behavior: smooth;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Open Sans", 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;
}

.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(22, 184, 214, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 10px;
  width: 10px;
  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: #16b8d6;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 32px;
  color: #16b8d6;
  background: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 10px;
  z-index: 9;
}
.slick-arrow.right {
  right: 10px;
}

section {
  padding: 80px 0;
}

#shadow-host-companion {
  padding: 0;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h1 {
  font-size: 42px;
  color: #16b8d6;
  font-weight: 700;
  text-transform: uppercase;
}
.section-header h6 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  .section-header {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-header h1 {
    font-size: 26px;
  }
  .section-header h6 {
    font-size: 16px;
  }
}
.breadcrumb-wrapper {
  padding: 180px 0 20px 0;
  background: url(../images/breadcrumb1.jpg) no-repeat center center/cover;
  text-align: left;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
}
.breadcrumb-wrapper h1 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 0;
}
.breadcrumb-wrapper .breadcrumb li {
  background-color: transparent;
  display: inline-block;
  justify-content: center;
  padding: 0 5px;
  color: rgb(151, 150, 150);
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb li.active::before {
  content: "-";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: "block";
  padding: 5px 5px 5px 0;
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb a:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .breadcrumb-wrapper .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper h1 {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
  }
}
@media screen and (max-width: 580px) {
  .breadcrumb-wrapper {
    padding: 200px 0 20px 0;
  }
  .breadcrumb-wrapper h1 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
  }
}
/* -- 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: #16b8d6;
  box-shadow: none;
  border: 1px solid;
  border-color: #1190a8;
  border-radius: 5px 5px 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;
}

header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}
header .header-top {
  background: #000000;
  padding: 10px 0;
}
header .header-top .header-wrapper {
  justify-content: space-between;
}
header .header-top .header-wrapper h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
  color: #fff;
  text-transform: uppercase;
}
header .header-top .header-wrapper a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
  transition: 0.5s ease-in-out all;
}
header .header-top .header-wrapper a:hover {
  color: #16b8d6;
}
header .header-top .header-wrapper .button .btn {
  background: #16b8d6;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 30px;
  transition: 0.5s ease-in-out all;
}
header .header-top .header-wrapper .button .btn:hover {
  border: 1px solid #fff;
  background: #000000;
  color: #fff;
}
header .header-bottom {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #dedede;
}
header .header-bottom.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
  transition: 0.5s ease-in-out all;
  max-height: 100px;
}
header .header-bottom.fixed-header .navbar-brand {
  max-width: 90px;
}
header .header-bottom.fixed-header nav .navbar-nav li .nav-link {
  color: #fff;
}
header .header-bottom.fixed-header nav .navbar-nav li .nav-link:hover {
  color: #16b8d6;
}
header .header-bottom nav {
  padding: 0;
}
header .header-bottom nav .navbar-brand {
  max-width: 120px;
  padding: 10px;
}
header .header-bottom nav .navbar-nav {
  align-items: center;
  text-align: center;
}
header .header-bottom nav .navbar-nav li .nav-link {
  font-family: "Piazzolla", serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 12px;
  transition: 0.5s ease-in-out all;
}
header .header-bottom nav .navbar-nav li .nav-link:hover {
  color: #16b8d6;
}
header .header-bottom nav .navbar-nav li .dropdown-item {
  text-transform: capitalize;
  font-size: 15px;
}
header .header-bottom nav .navbar-nav li.active .nav-link {
  color: #16b8d6;
}
header .header-bottom nav .social-icons a i {
  margin: 2px;
  color: #fff;
  transition: 0.5s ease-in-out all;
}
header .header-bottom nav .social-icons a i:hover {
  color: #16b8d6;
}

@media screen and (max-width: 1125px) {
  header .header-bottom .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 992px) {
  header .container {
    max-width: 900px;
  }
  header .header-bottom nav .navbar-brand {
    max-width: 100px;
  }
  header .header-bottom nav .navbar-nav {
    background: #000000;
    text-align: center;
  }
  header .header-bottom nav .navbar-nav li .nav-link {
    font-size: 13px;
    margin-right: 0;
  }
  header .header-bottom nav .navbar-nav li .dropdown-item {
    color: #ffffff;
    transition: 0.3s ease-in-out;
  }
  header .header-bottom nav .navbar-nav li .dropdown-item:hover {
    background-color: #0a599d;
  }
  header .header-bottom .social-icons {
    justify-content: center;
    background: #000000;
    padding-bottom: 20px;
  }
  header .header-bottom .fa-grip-lines {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-wrapper {
    justify-content: space-between;
  }
  header .header-top .header-wrapper h6 {
    font-size: 14px;
    padding-right: 20px;
  }
  header .header-top .header-wrapper a {
    font-size: 14px;
  }
  header .header-top .header-wrapper .button .btn {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 580px) {
  header .header-top .header-wrapper {
    display: block !important;
    text-align: center;
  }
  header .header-top .header-wrapper .block {
    justify-content: center;
    padding-bottom: 10px;
  }
  header .header-top .header-wrapper .block h6 {
    font-size: 14px;
    padding-right: 20px;
  }
  header .header-top .header-wrapper .block a {
    font-size: 14px;
  }
  header .header-top .header-wrapper .block .button .btn {
    padding: 5px 25px;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.banner .block .image {
  z-index: 9;
}
.banner .block .image img {
  position: relative;
  height: 100vh;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.banner .block .text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 9;
  transition: 0.5s all;
}
.banner .block .text h1 {
  font-family: "Piazzolla", serif;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 40px;
  width: 60%;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.5;
  word-spacing: 5px;
}
.banner .block .text a {
  padding: 10px 40px;
  font-size: 16px;
}
.banner .block .text a .btn {
  transition: 0.5s ease-in-out all;
}
.banner .block .text a .btn:hover {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .banner .block .text h1 {
    font-size: 28px;
    padding-bottom: 40px;
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .banner .block .text h1 {
    font-size: 24px;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .banner .block .text h1 {
    font-size: 20px;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
  }
  .banner .block .text .btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}
section.aboutus-section {
  padding: 0;
}
section.aboutus-section .first-section,
section.aboutus-section .third-section {
  background: url(../images/firstbg.jpg) no-repeat center center/cover;
  padding: 100px 0;
  background-attachment: fixed;
  position: relative;
}
section.aboutus-section .first-section::before,
section.aboutus-section .third-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
section.aboutus-section .first-section .wrapper,
section.aboutus-section .third-section .wrapper {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
}
section.aboutus-section .first-section .wrapper .section-header,
section.aboutus-section .third-section .wrapper .section-header {
  padding-bottom: 20px;
}
section.aboutus-section .first-section .wrapper .section-header h4,
section.aboutus-section .third-section .wrapper .section-header h4 {
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  word-spacing: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
section.aboutus-section .first-section .wrapper .desc,
section.aboutus-section .third-section .wrapper .desc {
  color: #525252;
  font-size: 16px;
  padding-bottom: 30px;
}
section.aboutus-section .first-section .wrapper a,
section.aboutus-section .third-section .wrapper a {
  color: #16b8d6;
  font-size: 18px;
  font-weight: 800;
  transition: 0.5s ease-in-out all;
}
section.aboutus-section .first-section .wrapper a:hover,
section.aboutus-section .third-section .wrapper a:hover {
  color: #16b8d6;
}
section.aboutus-section .second-section {
  background: url(../images/secondbg.jpg) no-repeat center center/cover;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
}
section.aboutus-section .second-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
}
section.aboutus-section .second-section .section-wrapper .wrapper .section-header h4 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  word-spacing: 5px;
  padding-bottom: 10px;
}
section.aboutus-section .second-section .section-wrapper .wrapper .desc {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 30px;
}
section.aboutus-section .second-section .section-wrapper .wrapper .review {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding-top: 40px;
  text-transform: uppercase;
}
section.aboutus-section .second-section .section-wrapper .wrapper .sites {
  margin-top: 20px;
  justify-content: center;
}
section.aboutus-section .second-section .section-wrapper .wrapper .sites a img {
  max-width: 150px;
}
section.aboutus-section .third-section {
  background: url(../images/thirdbg.jpeg) no-repeat center center/cover;
  padding: 100px 0;
  background-attachment: fixed;
}

@media screen and (max-width: 992px) {
  section.aboutus-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  section.aboutus-section {
    padding: 0;
  }
  section.aboutus-section .first-section,
  section.aboutus-section .third-section {
    padding: 80px 0;
  }
  section.aboutus-section .first-section .wrapper,
  section.aboutus-section .third-section .wrapper {
    padding: 40px;
  }
  section.aboutus-section .first-section .wrapper .section-header h4,
  section.aboutus-section .third-section .wrapper .section-header h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  section.aboutus-section .first-section .wrapper .desc,
  section.aboutus-section .third-section .wrapper .desc {
    font-size: 14px;
    padding-bottom: 30px;
  }
  section.aboutus-section .first-section .wrapper a,
  section.aboutus-section .third-section .wrapper a {
    font-size: 15px;
  }
  section.aboutus-section .second-section {
    padding: 80px 0;
  }
  section.aboutus-section .second-section .section-wrapper .wrapper .section-header {
    padding-bottom: 10px;
  }
  section.aboutus-section .second-section .section-wrapper .wrapper .section-header h4 {
    font-size: 26px;
  }
  section.aboutus-section .second-section .section-wrapper .wrapper .desc {
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  section.aboutus-section .second-section .section-wrapper .wrapper .button .btn {
    font-size: 14px;
  }
  section.aboutus-section .second-section .section-wrapper .wrapper .review {
    font-size: 18px;
    padding-top: 40px;
  }
  section.aboutus-section .second-section .section-wrapper .wrapper .sites {
    margin-top: 20px;
    justify-content: center;
  }
  section.aboutus-section .second-section .section-wrapper .wrapper .sites a img {
    max-width: 100px;
  }
}
section.inner-about-section .section-header {
  text-align: left;
  border-bottom: 2px solid #16b8d6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section.inner-about-section .section-header h5 {
  color: #000;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
section.inner-about-section .section-header h2 {
  color: #000000;
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
section.inner-about-section p {
  font-size: 16px;
  padding-top: 20px;
}

section.steps-section {
  padding-top: 40px;
}
section.steps-section .block {
  padding: 50px;
  background-color: rgba(22, 184, 214, 0.7);
}
section.steps-section .block .number {
  color: #000;
  text-align: right;
  font-size: 28px;
  font-weight: 900;
}
section.steps-section .block .icon {
  text-align: center;
}
section.steps-section .block .icon img {
  max-width: 60px;
}
section.steps-section .block .title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0 15px 0;
  text-align: center;
}
section.steps-section .block .text {
  font-size: 16px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 992px) {
  section.inner-about-section .container,
  section.steps-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  section.inner-about-section .section-header h5 {
    font-size: 16px;
  }
  section.inner-about-section .section-header h2 {
    font-size: 28px;
  }
  section.inner-about-section figure {
    text-align: center;
    margin-bottom: 10px;
  }
  section.inner-about-section figure img {
    max-width: 350px;
  }
  section.inner-about-section p {
    font-size: 14px;
    padding-top: 20px;
  }
  section.steps-section .block {
    padding: 30px;
    width: 70%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 480px) {
  section.steps-section .block {
    padding: 30px;
    width: 90%;
    margin: 10px auto;
  }
  section.steps-section .block .number {
    font-size: 20px;
  }
  section.steps-section .block .icon {
    text-align: center;
  }
  section.steps-section .block .icon img {
    max-width: 50px;
  }
  section.steps-section .block .text {
    font-size: 14px;
  }
}
section.services-section {
  padding: 0;
  position: relative;
}
section.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
section.services-section .container-fluid {
  padding: 0;
}
section.services-section .section-wrapper {
  background: url(../images/servicebg.jpg) no-repeat top center/contain;
  padding: 60px;
}
section.services-section .section-wrapper .section-header {
  position: relative;
  text-align: left;
}
section.services-section .section-wrapper .section-header h6,
section.services-section .section-wrapper .section-header h1 {
  color: #fff;
}
section.services-section .section-wrapper .section-body {
  padding-top: 20px;
}
section.services-section .section-wrapper .section-body .card.inner {
  width: 80%;
  margin: 0 auto;
}
section.services-section .section-wrapper .section-body .card .card-body .card-title {
  font-size: 22px;
  text-transform: capitalize;
  color: #000;
}
section.services-section .section-wrapper .section-body .card .card-body .card-text {
  color: #525252;
  font-size: 15px;
}
section.services-section .section-wrapper .section-body .card .card-body .btn {
  font-size: 14px;
  padding: 8px 16px;
  margin-top: 30px;
}
section.services-section .section-wrapper .section-body .button {
  margin: 40px 0;
}
section.services-section .section-wrapper .section-body .button .btn {
  box-shadow: 10px -5px 2px rgba(22, 184, 214, 0.5);
}
section.services-section .section-wrapper .section-body .button .btn:hover {
  color: #fff;
}

@media screen and (max-width: 1125px) {
  section.services-section .section-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  section.services-section {
    padding: 0;
  }
  section.services-section .container-fluid {
    padding: 0;
  }
  section.services-section .section-wrapper {
    background: url(../images/servicebg.jpg) no-repeat top center/contain;
    padding: 60px 40px;
  }
  section.services-section .section-wrapper .section-body {
    padding-top: 20px;
  }
  section.services-section .section-wrapper .section-body .card.inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.services-section .section-wrapper .section-header {
    text-align: center;
  }
  section.services-section .section-wrapper .section-body {
    padding-top: 20px;
  }
  section.services-section .section-wrapper .section-body .card {
    width: 70%;
    margin: 10px auto;
  }
  section.services-section .section-wrapper .section-body .card.inner {
    width: 70%;
  }
  section.services-section .section-wrapper .section-body .card .card-img-top {
    max-height: 250px;
  }
  section.services-section .section-wrapper .section-body .card .card-body .card-title {
    font-size: 20px;
  }
  section.services-section .section-wrapper .section-body .card .card-body .card-text {
    font-size: 14px;
  }
  section.services-section .section-wrapper .section-body .card .card-body .btn {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  section.services-section .section-wrapper .section-body {
    padding-top: 0;
  }
  section.services-section .section-wrapper .section-body .card {
    width: 85%;
    margin: 10px auto;
  }
  section.services-section .section-wrapper .section-body .card.inner {
    width: 90%;
  }
}
section.gallery-section {
  background: url(../images/gallerybg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
section.gallery-section .section-wrapper .section-header h6 {
  color: #fff;
}
section.gallery-section .section-body .block {
  margin-bottom: 20px;
}
section.gallery-section .section-body .block h6 {
  padding-top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
section.gallery-section .section-body .button {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  section.gallery-section .section-body .button {
    margin-top: 20px;
  }
  section.gallery-section .section-body .button .btn {
    font-size: 14px;
  }
}
section.quote-section {
  background: url(../images/quotebg.jpg) no-repeat center center/cover;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
}
section.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s all;
}
section.quote-section .section-wrapper h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 50px;
  text-align: right;
}
section.quote-section .section-wrapper form .form-control {
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  height: 50px;
  padding: 10px;
  font-weight: 400;
}
section.quote-section .section-wrapper form textarea {
  height: 150px !important;
  resize: none;
}
section.quote-section .section-wrapper form option {
  font-family: "Piazzolla", serif;
  padding-bottom: 10px;
}
section.quote-section .section-wrapper .button {
  text-align: right;
}
section.quote-section .section-wrapper .button .btn {
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  section.quote-section .container {
    max-width: 900px;
  }
  section.quote-section .section-wrapper h1 {
    font-size: 40px;
    padding-right: 50px;
    text-align: right;
  }
  section.quote-section .section-wrapper form .form-control {
    font-size: 12px;
  }
  section.quote-section .section-wrapper form textarea {
    height: 120px !important;
  }
  section.quote-section .section-wrapper form option {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.quote-section {
    padding: 60px 0;
  }
  section.quote-section .section-wrapper h1 {
    font-size: 32px;
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  section.quote-section .section-wrapper form .form-control {
    font-size: 12px;
  }
  section.quote-section .section-wrapper form textarea {
    height: 120px !important;
  }
  section.quote-section .section-wrapper form option {
    padding-bottom: 20px;
  }
}
section.testimonials-section .section-body {
  padding-top: 20px;
}
section.testimonials-section .section-body .col-md-4 {
  padding: 20px;
}
section.testimonials-section .section-body .slider {
  text-align: center;
  background: #fff;
}
section.testimonials-section .section-body .slider .block {
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
section.testimonials-section .section-body .slider .block figure {
  text-align: -webkit-center;
  padding-bottom: 15px;
  display: none;
}
section.testimonials-section .section-body .slider .block figure img {
  max-width: 150px;
  border: 3px solid #000000;
  border-radius: 10px;
  padding: 5px;
}
section.testimonials-section .section-body .slider .block strong {
  font-size: 22px;
  color: #16b8d6;
}
section.testimonials-section .section-body .slider .block .desc {
  color: #525252;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
}
section.testimonials-section .section-body #triangle-topright {
  width: 0;
  height: 0;
  border-top: 25px solid #525252;
  border-left: 50px solid transparent;
}
section.testimonials-section .section-body .citation {
  text-align: left;
  padding-left: 50px;
}
section.testimonials-section .section-body .citation .name {
  font-size: 20px;
  font-weight: 800;
  color: #16b8d6;
}
section.testimonials-section .section-body .citation .address {
  color: #000000;
  font-weight: 800;
  font-size: 15px;
}

footer .footer-top {
  background: url(../images/quotebg.jpg) no-repeat center center/cover;
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
}
footer .footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 184, 214, 0.8);
  transition: 0.5s all;
}
footer .footer-top h1,
footer .footer-top a {
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
footer .footer-top h1 a,
footer .footer-top a a {
  display: inline;
  color: #000;
  align-self: center;
}
footer .footer-middle {
  padding: 50px 0;
}
footer .footer-middle .footer-wrapper .logo img {
  max-width: 110px;
}
footer .footer-middle .footer-wrapper .title {
  color: #000;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 800;
  line-height: 1.2;
}
footer .footer-middle .footer-wrapper .desc {
  color: #525252;
  font-size: 15px;
}
footer .footer-middle .footer-wrapper .footer-title {
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 800;
}
footer .footer-middle .footer-wrapper ul.quick-links a {
  font-size: 16px;
}
footer .footer-middle .footer-wrapper ul li {
  padding-bottom: 16px;
}
footer .footer-middle .footer-wrapper ul li .icon {
  padding-right: 10px;
}
footer .footer-middle .footer-wrapper ul li .icon i {
  font-size: 16px;
  color: #000000;
}
footer .footer-middle .footer-wrapper ul li .text h6 {
  font-size: 14px;
}
footer .footer-middle .footer-wrapper ul li .text a {
  color: #000;
  font-size: 16px;
}
footer .footer-middle .footer-wrapper ul li .text-dark {
  font-family: "Piazzolla", serif;
  font-size: 16px;
  font-weight: 600;
}
footer .footer-middle .footer-wrapper ul li .social-icons a i {
  font-size: 14px;
}
footer .footer-bottom {
  background: black;
  padding: 20px 0;
}
footer .footer-bottom .footer-wrapper .menus {
  justify-content: center;
  padding-bottom: 10px;
}
footer .footer-bottom .footer-wrapper .menus a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
footer .footer-bottom .footer-wrapper .block,
footer .footer-bottom .footer-wrapper a {
  color: #fff;
  font-size: 16px;
}
footer .footer-bottom .footer-wrapper .block a,
footer .footer-bottom .footer-wrapper a a {
  display: inline;
  color: #16b8d6;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  footer .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 50px 0;
  }
  footer .footer-top h1,
  footer .footer-top a {
    font-size: 22px;
  }
  footer .footer-middle {
    text-align: center;
    padding: 50px 0;
  }
  footer .footer-middle .footer-wrapper .logo img {
    max-width: 90px;
  }
  footer .footer-middle .footer-wrapper .title {
    font-size: 20px;
    padding-top: 20px;
  }
  footer .footer-middle .footer-wrapper .desc {
    font-size: 13px;
  }
  footer .footer-middle .footer-wrapper .footer-title {
    font-size: 20px;
    padding: 20px 0;
  }
  footer .footer-middle .footer-wrapper ul li {
    padding-bottom: 14px;
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .icon {
    padding-right: 10px;
  }
  footer .footer-middle .footer-wrapper ul li .icon i {
    font-size: 16px;
    color: #000000;
  }
  footer .footer-middle .footer-wrapper ul li .text h6 {
    font-size: 14px;
  }
  footer .footer-middle .footer-wrapper ul li .text a {
    color: #000;
    font-size: 15px;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons {
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons a i {
    font-size: 16px;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
  footer .footer-bottom .footer-wrapper .menus {
    justify-content: center;
    padding-bottom: 10px;
  }
  footer .footer-bottom .footer-wrapper .menus a {
    font-size: 16px;
    font-weight: 400;
  }
  footer .footer-bottom .footer-wrapper .block,
  footer .footer-bottom .footer-wrapper a {
    font-size: 15px;
  }
}
section.contact-section .item.details {
  background: #16b8d6;
  padding: 80px 100px;
  color: #fff;
  margin: 40px 0 0 -60px;
}
section.contact-section .item.details h1 {
  position: relative;
}
section.contact-section .item.details h1::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #fff;
  width: 20%;
  padding-top: 15px;
  margin-bottom: 30px;
}
section.contact-section .item.details ul li {
  padding-bottom: 20px;
}
section.contact-section .item.details ul li:last-child {
  padding-bottom: 0;
}
section.contact-section .item.details ul li .icon {
  padding-right: 10px;
}
section.contact-section .item.details ul li .icon i {
  font-size: 16px;
}
section.contact-section .item.details ul li h6 {
  color: rgba(255, 255, 255, 0.7);
}
section.contact-section .item.details ul li a {
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
  transition: 0.5s ease-in all;
}
section.contact-section .item.details ul li a:hover {
  color: #000;
}

section.form-section {
  background: black;
}
section.form-section form {
  width: 60%;
  margin: 0 auto;
}
section.form-section form .form-control {
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  height: 50px;
  padding: 10px;
  font-weight: 400;
}
section.form-section form textarea {
  height: 150px !important;
  resize: none;
}
section.form-section form option {
  font-family: "Piazzolla", serif;
  padding-bottom: 10px;
}
section.form-section .button .btn {
  border-radius: 0;
  width: 100%;
  background: #16b8d6;
}
section.form-section .button .btn:hover {
  background: #fff;
}

@media screen and (max-width: 1125px) {
  section.contact-section .item.details {
    background: #16b8d6;
    padding: 60px 80px;
    color: #fff;
    margin: 40px 0 0 -60px;
  }
}
@media screen and (max-width: 992px) {
  section.contact-section .container {
    max-width: 900px;
  }
  section.contact-section .item.details {
    background: #16b8d6;
    padding: 80px 100px;
    color: #fff;
    margin: 40px 0 0 -60px;
  }
  section.contact-section .item.details h1 {
    font-size: 28px;
  }
  section.form-section .container {
    max-width: 900px;
  }
  section.form-section form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  section.contact-section .map iframe {
    width: 100%;
  }
  section.contact-section .item.details {
    padding: 80px 100px;
    width: 70%;
    margin: 20px auto;
  }
  section.contact-section .item.details h1 {
    position: relative;
    text-align: center;
  }
  section.contact-section .item.details h1::after {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section.contact-section .item.details ul li {
    padding-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
  section.contact-section .item.details ul li .icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  section.contact-section .item.details {
    padding: 60px;
    width: 90%;
    margin: 20px auto;
  }
  section.contact-section .item.details h1 {
    font-size: 22px;
  }
  section.form-section form {
    width: 90%;
  }
}
.service_inner_page {
  padding: 80px 0;
  background: #000000;
}
.service_inner_page .side-linkbar {
  padding: 40px 20px;
  background-color: rgba(82, 82, 82, 0.1);
  font-family: "Gabriela", serif;
}
.service_inner_page .side-linkbar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  word-spacing: 0.03em;
  padding-bottom: 10px;
}
.service_inner_page .side-linkbar ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
}
.service_inner_page .side-linkbar ul li i {
  padding: 5px 8px;
  background: rgba(138, 138, 138, 0.1);
  font-size: 12px;
  transition: 0.3s ease-in-out;
  margin-right: 5px;
}
.service_inner_page .side-linkbar ul li .service_sub_link {
  font-size: 14px;
  color: #ffffff;
  word-spacing: 0.03em;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.service_inner_page .side-linkbar ul li:hover, .service_inner_page .side-linkbar ul li.active {
  cursor: pointer;
}
.service_inner_page .side-linkbar ul li:hover i, .service_inner_page .side-linkbar ul li.active i {
  color: #16b8d6;
}
.service_inner_page .side-linkbar ul li:hover .service_sub_link, .service_inner_page .side-linkbar ul li.active .service_sub_link {
  color: #16b8d6;
}
.service_inner_page .inner-page-desc {
  /*bathroom service's choose us section starts from here */
  /*bathroom service's choose us section ends here*/
}
.service_inner_page .inner-page-desc .inner-desc h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
  padding-bottom: 10px;
}
.service_inner_page .inner-page-desc .inner-desc p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.03em;
  padding-bottom: 20px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
  font-size: 20px;
  color: #16b8d6;
  padding-right: 10px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
  font-size: 18px;
  color: #ffffff;
  word-spacing: 0.05em;
  text-transform: capitalize;
  font-weight: 700;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise p {
  font-size: 14px;
  color: #ffffff;
}
.service_inner_page .inner-page-desc .inner-desc ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-desc ul li {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}
.service_inner_page .inner-page-desc .inner-desc ul li i {
  margin-right: 8px;
  font-size: 10px;
  padding: 5px;
  background-color: #16b8d6;
  border-radius: 100%;
  color: #ffffff;
}
.service_inner_page .inner-page-desc .inner-choose-us h5 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.service_inner_page .inner-page-desc .inner-choose-us h5 span {
  color: #16b8d6;
}
.service_inner_page .inner-page-desc .inner-choose-us p {
  color: #ffffff;
  padding: 20px 0;
}
.service_inner_page .inner-page-desc .inner-choose-us ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-choose-us ul li {
  flex: 0 0 50%;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}
.service_inner_page .inner-page-desc .inner-choose-us ul li i {
  color: #16b8d6;
  font-size: 12px;
  padding-right: 8px;
}
.service_inner_page .inner-page-desc .inner-sub-service {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-sub-service .sub-block {
  flex: 0 0 calc(33.3333333333% - 10px);
  margin: 10px 5px;
}
.service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content {
  background-color: #1a1a1a;
  padding: 5px;
  height: 160px;
  transition: 0.3s ease-in-out;
}
.service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content h6 {
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content p {
  color: #ffffff;
  padding: 10px 0;
  transition: 0.3s ease-in-out;
}
.service_inner_page .inner-page-desc .inner-sub-service .sub-block:hover .sub-content {
  background-color: #ffffff;
}
.service_inner_page .inner-page-desc .inner-sub-service .sub-block:hover .sub-content h6 {
  color: #16b8d6;
}
.service_inner_page .inner-page-desc .inner-sub-service .sub-block:hover .sub-content p {
  color: #000000;
}
.service_inner_page .inner-page-desc .servicepage-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .servicepage-gallery .serviceimg {
  flex: 0 0 calc(33.3333333333% - 10px);
  margin: 5px 5px;
}
.service_inner_page .inner-page-desc .servicepage-gallery .serviceimg:hover img {
  transform: scale(1.1);
}
.service_inner_page .inner-page-desc .servicepage-gallery .serviceimg img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 992px) {
  .service_inner_page {
    padding: 60px 0;
  }
  .service_inner_page .side-linkbar {
    padding: 30px 20px;
  }
  .service_inner_page .side-linkbar h6 {
    font-size: 18px;
  }
  .service_inner_page .side-linkbar ul li {
    margin-top: 10px;
  }
  .service_inner_page .side-linkbar ul li i {
    padding: 5px 8px;
    font-size: 12px;
  }
  .service_inner_page .side-linkbar ul li .service_sub_link {
    font-size: 14px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 22px;
  }
  .service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content {
    height: 180px;
  }
  .row-flip {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .service_inner_page {
    padding: 40px 0;
  }
  .service_inner_page .side-linkbar {
    padding: 20px;
  }
  .service_inner_page .inner-page-desc {
    /*bathroom service's choose us section starts from here */
    /*bathroom service's choose us section ends here*/
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc ul li {
    font-size: 13px;
    flex: 0 0 100%;
  }
  .service_inner_page .inner-page-desc .inner-choose-us h5 {
    font-size: 26px;
  }
  .service_inner_page .inner-page-desc .inner-choose-us ul li {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-choose-us ul li i {
    font-size: 12px;
  }
  .service_inner_page .inner-page-desc .inner-sub-service {
    flex-direction: column;
  }
  .service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content {
    padding: 10px;
    height: 120px;
  }
  .service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .service_inner_page {
    padding: 40px 0;
  }
  .service_inner_page .side-linkbar {
    padding: 20px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc ul li {
    font-size: 13px;
    flex: 0 0 100%;
  }
  .service_inner_page .inner-page-desc .inner-choose-us h5 {
    font-size: 26px;
  }
  .service_inner_page .inner-page-desc .inner-choose-us ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .service_inner_page .inner-page-desc .inner-sub-service {
    flex-direction: column;
  }
  .service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content {
    height: auto;
  }
  .service_inner_page .inner-page-desc .inner-sub-service .sub-block .sub-content h6 {
    font-size: 16px;
  }
}

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