/*!
Theme Name: Code Crewz - MKK Electric 
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: MKK Electric
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE 
Text Domain: codecrewz_mkkelectric 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Code Crewz - MKK Electric is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@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=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: inherit;
}

p,
a {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #8a8a8a;
  margin: 0;
  padding: 0;
}

a {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #1c1c1c;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p,
a {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p,
  a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p,
  a {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #1c1c1c;
  font-family: "Roboto", sans-serif;
  padding: 5px 10px;
  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;
  text-transform: uppercase;
  border: 2px solid #332d2d;
  background-color: #332d2d;
  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: #332d2d;
  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: #71d8d4;
  color: #71d8d4;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #71d8d4;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #71d8d4;
  color: #fff;
  border-color: #71d8d4;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #71d8d4;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #332d2d;
  color: #fff;
  border-color: #332d2d;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #332d2d;
  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;
  }
}
.btn-effect {
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 9px 25px;
  font-size: 13px;
  overflow: initial;
  cursor: pointer;
  background-color: #fff;
  color: #1c1c1c;
  position: relative;
}
.btn-effect a {
  color: inherit;
}
.btn-effect::before, .btn-effect::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  width: 24px;
  border-color: #fff;
  height: 22px;
  transition: all 0.25s;
}
.btn-effect::before {
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}
.btn-effect::after {
  border-right-width: 2px;
  border-bottom-width: 2px;
  bottom: -5px;
  right: -5px;
}
.btn-effect:hover {
  color: #000;
}
.btn-effect:hover::before, .btn-effect:hover::after {
  height: 100%;
  width: 100%;
}

/* -- 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(113, 216, 212, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #181515;
  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;
}

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

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  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: #71d8d4;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 1px solid #71d8d4;
  background-color: #71d8d4;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slick-arrow i {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.slick-arrow.left {
  left: 0;
  z-index: 9;
}
.slick-arrow.right {
  right: 0;
}
.slick-arrow:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

figure {
  margin: 0;
}

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

.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(113, 216, 212, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 0px;
  text-align: center;
  z-index: 99;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  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: #71d8d4;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 28px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  color: #000;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: rgba(113, 216, 212, 0.7);
}
.slick-arrow.left {
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section {
  padding: 80px 0;
}
.section .section-title {
  text-align: center;
  padding-bottom: 60px;
}
.section .section-title h6 {
  font-size: 18px;
  color: #71d8d4;
  font-weight: 600;
  padding-bottom: 8px;
}
.section .section-title h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .section .section-title {
    text-align: center;
    padding-bottom: 40px;
  }
  .section .section-title h6 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .section .section-title h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 580px) {
  .section {
    padding: 30px 0;
  }
  .section .section-title {
    text-align: center;
    padding-bottom: 40px;
  }
  .section .section-title h6 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .section .section-title h5 {
    font-size: 24px;
  }
}
.slick-slide:focus {
  outline: none;
}

.title {
  padding-bottom: 40px;
  text-align: center;
}
.title h2 {
  font-size: 32px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
.title h2 span {
  color: #71d8d4;
}
.title p {
  font-size: 16px;
  color: #8a8a8a;
  width: 600px;
  margin: 0 auto;
  padding-top: 10px;
}

.section {
  padding: 80px 0;
}

body {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
  .title h2 {
    font-size: 28px;
  }
  .title p {
    font-size: 15px;
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .title {
    padding-bottom: 30px;
  }
  .title h2 {
    font-size: 24px;
  }
  .title p {
    font-size: 14px;
    width: auto;
  }
}
@media screen and (max-width: 577px) {
  .title h2 {
    font-size: 20px;
  }
  .title p {
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
  .title h2 {
    font-size: 18px;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
.form .form-group {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.form .form-group label {
  font-size: 1.125rem;
  color: #1c1c1c;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif;
  text-transform: initial;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  resize: none;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.form .form-group .form-input::placeholder {
  text-transform: capitalize;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .form .form-group {
    width: 100%;
  }
  .form .form-group label {
    font-size: 13px;
  }
  .form .form-group .form-input {
    box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 8px 0px;
    font-weight: 700;
  }
  .form .form-group .form-input.text-full {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .form .form-group label.full {
    margin-left: 0;
  }
  .form .form-group .form-input {
    width: 100%;
  }
  .form .form-group .form-input.text-full {
    margin-left: 0;
    width: 100%;
  }
  .form .form-group.half-width {
    flex-basis: 100%;
  }
}
.comments-area {
  max-width: 700px;
}
.comments-area .comment-list li {
  padding: 20px;
  box-shadow: 0 0 4px -2px #1c1c1c;
  border-radius: 5px;
  overflow: hidden;
}
.comments-area .comment-list li .vcard {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comments-area .comment-list li .vcard img {
  border-radius: 100%;
}
.comments-area .comment-list li .vcard .fn {
  line-height: 1;
}
.comments-area .comment-list li .vcard span,
.comments-area .comment-list li .vcard .fn .url,
.comments-area .comment-list li .vcard a {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  color: #332d2d;
}
.comments-area .comment-list li .comment-content {
  margin-top: 8px;
}
.comments-area .comment-list li .comment-content p {
  font-size: 1rem;
  color: #1c1c1c;
}
.comments-area .comment-list li .comment-meta a {
  font-size: 0.875rem;
  color: #8a8a8a;
  display: inline-block;
}
.comments-area .comment-list li .comment-meta .reply a {
  color: #e74216;
  position: relative;
  z-index: 1;
}
.comments-area .comment-list li .comment-meta .reply a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e74216;
  transition: 0.3s ease-in-out;
}
.comments-area .comment-list li .comment-meta .reply a:hover::before {
  width: 100%;
}
.comments-area .comment-list ul.children {
  width: calc(100% - 20px);
  margin-left: auto;
}
.comments-area .comment-respond {
  padding: 20px;
  box-shadow: 0 0 4px -2px #1c1c1c;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.comments-area .comment-respond h3 {
  color: #cc181e;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.comments-area .comment-respond h3 a {
  display: inline-block;
  color: #8a8a8a;
  margin-top: 5px;
  transition: 0.3s ease-in-out;
}
.comments-area .comment-respond h3 a:hover {
  color: #cc181e;
}
.comments-area .comment-respond form p {
  margin-top: 10px;
}
.comments-area .comment-respond form p label {
  display: block;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: #1c1c1c;
}
.comments-area .comment-respond form p input,
.comments-area .comment-respond form p textarea {
  width: 100%;
  resize: none;
  font-size: 0.875rem;
  padding: 5px;
}
.comments-area .comment-respond form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.comments-area .comment-respond form p.comment-form-cookies-consent input {
  width: auto;
  margin-right: 5px;
}
.comments-area .comment-respond form p.form-submit input {
  max-width: 200px;
  padding: 10px;
}

#comment-message {
  padding: 10px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #1c1c1c;
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 20px 0;
}
.breadcrumb .breadcrumb-wrapper h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
}
.breadcrumb .breadcrumb-wrapper .bread-row {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  font-size: 18px;
  position: relative;
  margin: 0px;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:last-child::after {
  content: none;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #f8f8f8;
  font-size: 18px;
  display: inline;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link:hover {
  color: #71d8d4;
}

@media screen and (max-width: 480px) {
  .breadcrumb .breadcrumb-wrapper h1 {
    font-size: 22px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
    font-size: 12px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 14px;
    padding: 0 10px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list:last-child::after {
    content: none;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
    font-size: 10px;
  }
}
body {
  position: relative;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  /*animation: spinning 1.5s infinite ease-in-out;*/
}
.loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin: -60px 0 0 -60px;
  box-shadow: 0 4px 0 0 #ffffff;
  transition: all 1s linear;
  animation: lds-eclipse 1s linear infinite;
}
.loader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  width: 90px;
  height: 90px;
  z-index: 1;
  background: url(../images/logo.png);
  background-size: contain;
}

@keyframes spinning {
  0% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1) translateZ(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Index Section Style */
header {
  z-index: 111;
  background-color: white;
}
header .nav-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 10px 0;
}
header .nav-top .navbar-brand figure {
  width: 100px;
}
header .nav-top .company-info {
  flex-direction: row;
  justify-content: space-between;
}
header .nav-top .company-info .info {
  flex-direction: row;
  align-items: center;
  padding: 0 45px;
}
header .nav-top .company-info .info i {
  color: #71d8d4;
  font-size: 12px;
  padding-right: 10px;
}
header .nav-top .company-info .info p {
  font-size: 14px;
  font-weight: 500;
  color: #332d2d;
  font-weight: 400;
}
header .nav-top .company-info .info:first-child {
  padding-left: 0;
}
header .nav-top .company-info .info:last-child {
  padding-right: 0;
}
header .nav-top .company-info .info .social-icons .social-link i {
  padding-right: 30px;
  font-size: 14px;
}
header .nav-top .company-info .info .social-icons .social-link:last-child i {
  padding-right: 0;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar svg rect {
  fill: #fff;
}
header .navbar .navbar-toggler {
  z-index: 9999;
}
header .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .navbar-collapse {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #000;
  z-index: 2;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 0 10px;
  padding: 16px 6px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link i {
  color: #fff;
  font-size: 12px;
  padding-right: 6px;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
  color: #1c1c1c;
  background-color: #fff;
  border-color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown {
  cursor: pointer;
  /* call now dropdownmenu's custom style ends here*/
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  width: 200px;
  min-width: 200px;
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: #000;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown {
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item {
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 200px;
  width: 150px;
  background-color: #000;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu li .dropdown-subitem {
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  transform: translateY(0);
  opacity: 1;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown:hover .dropdown-submenu {
  display: block;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown:hover .dropdown-submenu li .dropdown-subitem:hover, header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown:hover .dropdown-submenu li .dropdown-subitem.active {
  color: #71d8d4;
  background-color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown .dropdown-item:hover {
  background-color: #fff;
  color: #71d8d4;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display {
  display: none;
  /* company personal info style ends here*/
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
  margin-bottom: 10px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6 {
  font-size: 13px;
  font-weight: 400;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
  margin-right: 10px;
}
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 .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i {
  margin: 0 20px;
  font-size: 14px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li:last-child {
  margin-bottom: 0;
}
header .upbar-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  background-color: #71d8d4;
  z-index: 333;
  padding: 40px;
  margin-top: -200vh;
}
header .upbar-nav .upbar-wrapper {
  display: flex;
  flex-direction: row;
}
header .upbar-nav .upbar-wrapper .upbar-menu {
  flex: 0 0 100%;
  margin-right: 20px;
}
header .upbar-nav .upbar-wrapper .upbar-menu .upbar-logo a {
  max-width: 120px;
}
header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list {
  display: flex;
  flex-direction: row;
  margin: 80px 0;
}
header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul {
  flex: 0 0 100%;
  margin: 0 5px;
  text-align: center;
}
header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li {
  margin-bottom: 10px;
}
header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
}
header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .image {
  max-width: 100px;
}
header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text {
  margin-left: 10px;
}
header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
header .upbar-nav .upbar-wrapper .upbar-form {
  flex: 0 0 calc(40% - 20px);
  margin-left: 20px;
}
header .upbar-nav .upbar-wrapper .upbar-form .call-info h4,
header .upbar-nav .upbar-wrapper .upbar-form .call-info a {
  display: inline;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 0 3px;
  word-spacing: 0.02em;
}
header .upbar-nav .upbar-wrapper .upbar-form .call-info a {
  color: #1c1c1c;
}
header .upbar-nav .upbar-wrapper .upbar-form .form {
  background-color: transparent;
  padding: 20px 0;
  box-shadow: none;
}
header .upbar-nav .upbar-wrapper .upbar-form .form .form-set {
  flex: 0 0 100%;
  margin: 0 0 20px 0;
}
header .upbar-nav .upbar-wrapper .upbar-form .form .form-set.button .btn-primary {
  border: 1px solid #000;
}
header .upbar-nav.show {
  margin: 0;
}
header .upbar-nav .close-togler {
  position: absolute;
  top: 45px;
  right: 80px;
}
header .upbar-nav .close-togler i {
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 1200px) {
  header .nav-top .company-info .info {
    padding: 0 25px;
  }
  header .navbar-collapse .navbar-nav .nav-item:last-child {
    padding: 0 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item {
    font-size: 13px;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    width: 150px;
    background-color: #000;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu li .dropdown-subitem {
    font-size: 13px;
    color: #fff;
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  header {
    background-color: #000;
  }
  header .nav-top {
    display: none !important;
  }
  header .navbar {
    background-color: #000;
    padding: 2px 15px;
    z-index: 2;
  }
  header .navbar .navbar-brand {
    display: inline;
  }
  header .navbar .navbar-brand figure {
    width: 120px;
  }
  header .navbar-collapse {
    flex-direction: column;
  }
  header .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
    text-align: center;
    margin: 0 auto;
    transform: translateY(0);
    opacity: 1;
    display: none;
    top: 0;
    left: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item {
    font-size: 13px;
    padding: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu {
    display: none;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #000;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu li .dropdown-subitem {
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: inline-block;
    background-color: #000;
  }
  header .upbar-nav .upbar-wrapper {
    flex-direction: column;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu {
    margin-right: 0;
  }
  header .upbar-nav .upbar-wrapper .upbar-form {
    display: none;
  }
}
@media screen and (max-width: 577px) {
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    /* company personal info style ends here*/
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
    margin: 5px 0 0 0;
  }
  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 {
    font-size: 12px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i {
    font-size: 14px;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul {
    margin-bottom: 20px;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul h5 {
    font-size: 18px;
    margin-bottom: 10px;
    height: auto;
    cursor: pointer;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul h5 i {
    display: inline;
    font-size: 10px;
    padding-left: 8px;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li {
    display: none;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li a {
    font-size: 14px;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul:hover li {
    display: block;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul:last-child li {
    display: block;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .image {
    max-width: 80px;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h6 {
    font-size: 16px;
  }
  header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h5 {
    font-size: 18px;
  }
  header .upbar-nav .close-togler {
    top: 35px;
    right: 20px;
  }
}
.banner {
  margin-top: -25px;
  background-color: #fff;
}
.banner .slider .block {
  max-height: calc(100vh - 95px);
  position: relative;
}
.banner .slider .block img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.banner .slider .block.slick-active img {
  transform: scale(1);
}
.banner .slider .block .text {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: right;
  background-color: #71d8d4;
  border: 3px solid #fff;
  border-left: none;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px 20px;
}
.banner .slider .block .text h5 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.banner .slider .block .text .button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  overflow: visible;
}
.banner .slider .block .text .button a i {
  font-size: 14px;
  color: #fff;
  padding-left: 8px;
  transition: 0.3s ease-in-out;
}
.banner .slider .block .text .button a:hover i {
  transform: translateX(5px);
}
.banner .slick-arrow i {
  font-size: 26px;
  display: none;
  transition: 0.3s ease-in;
}
.banner .slick-arrow i:hover {
  color: #fff;
}
.banner:hover .slick-arrow i {
  display: inline;
}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 0;
  }
  .banner .slider .block .text h5 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .banner .slider .block .text .button a {
    font-size: 16px;
  }
  .banner .slider .block .text .button a i {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider .block {
    height: auto;
  }
  .banner .slider .block .image img {
    height: auto;
  }
  .banner .slider .block .text h5 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .banner .slider .block .text .button a {
    font-size: 16px;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
@media screen and (max-width: 577px) {
  .banner .slider .block .text {
    position: relative;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 20px 20px 40px 20px;
  }
  .banner .slider .block .text h5 {
    font-size: 20px;
  }
  .banner .slider .block .text .button a {
    font-size: 14px;
  }
  .banner .slick-dots {
    margin-top: -28px;
    position: relative;
  }
  .banner .slick-dots li {
    background-color: #fff;
  }
  .banner .slick-dots li.slick-active {
    background-color: #332d2d;
  }
}
@media screen and (max-width: 481px) {
  .banner .slider .block .text h5 {
    font-size: 18px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
}
.about {
  background: url("images/bg-img.png") no-repeat;
  background-position: right top;
  background-size: 250px;
  background-color: #ffffff;
  margin: 80px 0;
}
.about .about-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.about .about-wrap .block {
  flex: 0 0 calc(50% - 30px);
  margin-right: 30px;
}
.about .about-wrap .block.content-block {
  margin-right: 0;
  margin-left: 30px;
}
.about .about-wrap .block.content-block h4 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: black;
  text-transform: uppercase;
}
.about .about-wrap .block.content-block p {
  font-size: 16px;
  color: #332d2d;
  margin-top: 30px;
}
.about .about-wrap .block.content-block .button {
  margin-top: 30px;
}
.about .about-wrap .block.content-block .button .btn-dark {
  background-color: #000;
  color: #fff;
}
.about .about-wrap .block.content-block .button .btn-dark:hover {
  background-color: transparent;
  color: black;
}
.about .about-wrap .block.content-block .button .btn-primary {
  margin-left: 10px;
}
.about .about-wrap .block.content-block .button .btn-primary:hover {
  color: #000;
}

@media screen and (max-width: 992px) {
  .about {
    margin: 45px 0;
  }
  .about .about-wrap {
    flex-direction: column;
  }
  .about .about-wrap .block {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about .about-wrap .block.content-block {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 24px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin: 30px 0;
  }
  .about .about-wrap .block {
    margin-bottom: 30px;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 22px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrap .block {
    margin-bottom: 20px;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 20px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 13px;
    margin-top: 20px;
  }
  .about .about-wrap .block .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 321px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 18px;
  }
}
.special_features {
  padding-bottom: 80px;
}
.special_features .feature-wrapper {
  display: flex;
  flex-direction: row;
}
.special_features .feature-wrapper .features-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: 0 10px;
}
.special_features .feature-wrapper .features-block .image img {
  width: 70px;
  height: 100%;
}
.special_features .feature-wrapper .features-block .image h4 {
  font-size: 20px;
  font-weight: 900;
  color: black;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}
.special_features .feature-wrapper .features-block .desc p {
  color: black;
  word-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .special_features {
    padding-bottom: 45px;
  }
  .special_features .feature-wrapper .features-block .image img {
    width: 80px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 20px 0;
  }
  .special_features .feature-wrapper .features-block .desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .special_features {
    padding-bottom: 30px;
  }
  .special_features .feature-wrapper {
    flex-direction: column;
  }
  .special_features .feature-wrapper .features-block {
    padding: 20px 10px;
  }
  .special_features .feature-wrapper .features-block .image img {
    width: 60px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 15px 0;
  }
  .special_features .feature-wrapper .features-block .desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .special_features .feature-wrapper .features-block {
    padding: 10px 10px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 16px;
    padding: 10px 0;
  }
}
.choose-us {
  background: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.choose-us .choose-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.choose-us .choose-wrapper .desc {
  flex: 0 0 calc(50% - 80px);
  margin-right: 80px;
}
.choose-us .choose-wrapper .desc h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #fff;
}
.choose-us .choose-wrapper .desc h3 span {
  color: #71d8d4;
}
.choose-us .choose-wrapper .desc .button {
  background-color: #71d8d4;
  margin-top: 30px;
  display: inline-block;
}
.choose-us .choose-wrapper .listing {
  flex: 0 0 50%;
}
.choose-us .choose-wrapper .listing .unorder-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.choose-us .choose-wrapper .listing .unorder-list li {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.choose-us .choose-wrapper .listing .unorder-list li i {
  padding-right: 15px;
  color: #71d8d4;
}
.choose-us .choose-wrapper .listing .unorder-list li p {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .choose-us .choose-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .choose-us .choose-wrapper .desc {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .choose-us .choose-wrapper .desc h3 {
    font-size: 28px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li {
    justify-content: center;
  }
  .choose-us .choose-wrapper .listing .unorder-list li i {
    padding-right: 15px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .choose-us .choose-wrapper .desc h3 {
    font-size: 24px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li i {
    padding-right: 10px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .choose-us .choose-wrapper .desc {
    margin-bottom: 20px;
  }
  .choose-us .choose-wrapper .desc h3 {
    font-size: 18px;
  }
  .choose-us .choose-wrapper .desc h3 span {
    display: block;
  }
  .choose-us .choose-wrapper .desc .button {
    margin-top: 20px;
  }
  .choose-us .choose-wrapper .listing .unorder-list {
    flex-direction: column;
  }
  .choose-us .choose-wrapper .listing .unorder-list li p {
    font-size: 14px;
  }
}
.service {
  background: url("images/bg-img.png") no-repeat;
  background-position: right top;
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("images/bg-img.png") no-repeat;
  background-position: left center;
}
.service .title p {
  color: #958a90;
}
.service .services-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.service .services-wrapper .item {
  flex: 0 0 calc(33.3333333333% - 20px);
}
.service .services-wrapper .item .image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.service .services-wrapper .item .detail {
  padding: 20px 10px;
  margin: -30px 15px 0 15px;
  box-shadow: 0 0 18px -10px #8a8a8a;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.service .services-wrapper .item .detail h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.service .services-wrapper .item .detail h4 span {
  color: #71d8d4;
}
.service .services-wrapper .item .detail p {
  font-size: 14px;
  color: #1c1c1c;
  padding: 20px 0;
}
.service .services-wrapper .item .read_more {
  font-size: 14px;
  color: #71d8d4;
}
.service .services-wrapper .item .read_more i {
  color: #71d8d4;
  padding-left: 5px;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}
.service .services-wrapper .item .read_more:hover i {
  transform: translateX(5px);
}

@media screen and (max-width: 992px) {
  .service .services-wrapper .item {
    flex: 0 0 calc(50% - 20px);
  }
  .service .services-wrapper .item .detail h4 {
    font-size: 15px;
  }
  .service .services-wrapper .item .detail p {
    font-size: 13px;
  }
  .service .services-wrapper .item .read_more {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .service .services-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .service .services-wrapper .item {
    margin-right: 0;
  }
  .service .services-wrapper .item .image img {
    width: 100%;
  }
  .service .services-wrapper .item .detail h4 {
    font-size: 16px;
  }
}
.quote {
  background: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.quote .quote-wrapper {
  display: flex;
  gap: 40px 30px;
  margin: 0px 0 160px 0;
}
.quote .quote-wrapper .quote-block {
  flex: 0 0 calc(70% - 30px);
  position: relative;
}
.quote .quote-wrapper .quote-block .form-block {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 60px;
}
.quote .quote-wrapper .quote-block .title {
  text-align: center;
  padding: 40px 0 20px 0;
}
.quote .quote-wrapper .quote-block .title h5 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
}
.quote .quote-wrapper .quote-block .title p {
  font-size: 14px;
  color: #fff;
  width: 550px;
  margin: 0 auto;
  padding: 20px 0;
}
.quote .quote-wrapper .quote-image {
  flex: 0 0 calc(30% - 30px);
}
.quote .form {
  background-color: #fff;
  padding: 40px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0 0 16px -8px #8a8a8a;
}
.quote .form .form-set {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px 30px 10px;
}
.quote .form .form-set .form-input {
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(138, 138, 138, 0.3);
  resize: none;
}
.quote .form .form-set .form-input:focus {
  outline: none;
}
.quote .form .form-set.full_width {
  flex: 100%;
}
.quote .form .form-set.button {
  margin-bottom: 0;
}
.quote .form.contact-form {
  flex-direction: column;
  margin: 0 0 30px 0;
}
.quote .form.contact-form .form-set label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.quote .form.contact-form .form-set label i {
  padding-right: 10px;
}
.quote .form.contact-form .form-set label span {
  font-size: 16px;
}
.quote .form.contact-form .form-set.message {
  flex: 0 0 calc(100% - 20px);
  margin-right: 10px;
}
.quote .form.contact-form .form-set .btn-primary {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .quote .quote-wrapper {
    margin: 40px 0 250px 0;
  }
  .quote .quote-wrapper .quote-block {
    flex: 0 0 calc(70% - 60px);
    margin-right: 60px;
  }
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .quote {
    position: relative;
  }
  .quote .quote-wrapper {
    flex-direction: column;
    margin: 0;
  }
  .quote .quote-wrapper .quote-block {
    margin-right: 0;
    position: relative;
    z-index: 3;
  }
  .quote .quote-wrapper .quote-block .form-block {
    position: relative;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 26px;
  }
  .quote .quote-wrapper .quote-block .title p {
    font-size: 14px;
  }
  .quote .quote-wrapper .quote-image {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .form {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 22px;
  }
  .quote .quote-wrapper .quote-block .title p {
    font-size: 13px;
    width: 400px;
    padding: 20px 0 0 0;
  }
  .quote .quote-wrapper .quote-image {
    display: none;
  }
  .form {
    padding: 40px 20px;
  }
  .form .form-set {
    margin: 0 10px 20px 10px;
  }
  .form .form-set .form-input {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 481px) {
  .quote .quote-wrapper .quote-block .title {
    padding: 20px 10px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .form {
    padding: 40px 20px;
  }
  .form .form-set {
    margin: 0 10px 20px 10px;
  }
  .form .form-set .form-input {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .quote .quote-wrapper .quote-block .title {
    padding: 20px 10px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .form {
    flex-direction: column;
  }
  .form .form-set {
    margin: 0 0 20px 0;
  }
  .form.contact-form {
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .form.contact-form .form-set.message {
    margin-right: 0;
  }
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .about-features {
    padding-top: 40px;
  }
}
.about-features .abtfeatures-block {
  display: flex;
  justify-content: space-between;
  gap: 60px 40px;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 40px);
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 40px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-features .abtfeatures-block .content h5 {
  font-size: 24px;
  font-weight: 700;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #71d8d4;
  padding-bottom: 20px;
}
.about-features .abtfeatures-block .content h5 span {
  color: #71d8d4;
}
.about-features .abtfeatures-block .content p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.9;
  color: #000;
}
.about-features .abtfeatures-block.alternative {
  flex-direction: row-reverse;
  margin: 60px 0;
}
.about-features .abtfeatures-block.alternative .img-block {
  margin-right: 0;
  margin-left: 80px;
}
.about-features .abtfeatures-block.alternative .content {
  margin-right: 40px;
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block .img-block {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  .about-features .abtfeatures-block .img-block img {
    width: 100%;
  }
  .about-features .abtfeatures-block .content {
    width: calc(50% + 40px);
    padding: 0;
  }
  .about-features .abtfeatures-block .content h5 {
    padding-bottom: 0;
    font-size: 20px;
  }
  .about-features .abtfeatures-block.alternative .img-block {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block {
    width: 100%;
    margin-right: 0;
  }
  .about-features .abtfeatures-block .content {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 20px;
  }
  .about-features .abtfeatures-block .content h5 span {
    display: block;
  }
  .about-features .abtfeatures-block .content p {
    padding: 10px 0 0 0;
  }
  .about-features .abtfeatures-block.alternative {
    flex-direction: column;
    margin: 40px 0;
  }
  .about-features .abtfeatures-block.alternative .img-block {
    margin-left: 0;
  }
  .about-features .abtfeatures-block.alternative .content {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 18px;
  }
  .about-features .abtfeatures-block .content p {
    font-size: 13px;
  }
}
.gallery {
  position: relative;
}
.gallery .gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-wrapper .picture {
  position: relative;
  transition: 0.3s ease-in-out;
  flex: 0 0 25%;
}
.gallery .gallery-wrapper .picture img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: center;
}
.gallery .gallery-wrapper .picture::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background: rgba(113, 216, 212, 0.4);
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .picture::after {
  content: "";
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(113, 216, 212, 0.4);
  transition: 0.3s ease-in-out;
}
.gallery .gallery-wrapper .picture .front::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid rgba(113, 216, 212, 0.7);
  transition: 0.3s ease-in-out;
}
.gallery .gallery-wrapper .picture .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  animation: fade-inout 0.6s linear;
}
@keyframes fade-inout {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.gallery .gallery-wrapper .picture .back p {
  opacity: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.gallery .gallery-wrapper .picture .back i {
  opacity: 0;
  font-size: 16px;
  color: #000;
  padding-top: 5px;
}
.gallery .gallery-wrapper .picture:hover::before {
  height: 100%;
  width: 100%;
}
.gallery .gallery-wrapper .picture:hover::after {
  top: 0;
}
.gallery .gallery-wrapper .picture:hover .front::before {
  z-index: 1;
  top: 0;
}
.gallery .gallery-wrapper .picture:hover .back {
  display: inherit;
}
.gallery .gallery-wrapper .picture:hover .back p,
.gallery .gallery-wrapper .picture:hover .back i {
  opacity: 1;
}

/* for gallery page */
.page-gallery .gallery {
  padding-bottom: 0;
}

/* for gallery page */
@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper .picture img {
    height: 180px;
  }
  .gallery .gallery-wrapper .picture .front::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #71d8d4;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 14px;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
  .gallery .gallery-wrapper .picture .front::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #71d8d4;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 13px;
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .gallery .gallery-wrapper {
    flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .picture {
    flex: 0 0 50%;
  }
  .gallery .gallery-wrapper .picture img {
    height: 200px;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 13px;
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
  .gallery .gallery-wrapper .picture img {
    height: 170px;
  }
}
@media screen and (max-width: 340px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
}
.testimonial {
  background: url("../images/testimonialbg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.testimonial .title {
  position: relative;
}
.testimonial .title p {
  color: #fff;
}
.testimonial .testimonial-slider {
  position: relative;
  z-index: 3;
}
.testimonial .testimonial-slider::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(138, 138, 138, 0.3);
  z-index: -1;
}
.testimonial .testimonial-slider .testimonial-block .image {
  margin-top: 20px;
}
.testimonial .testimonial-slider .testimonial-block .image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial .testimonial-slider .testimonial-block p {
  font-size: 14px;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
}
.testimonial .testimonial-slider .testimonial-block h5 {
  font-size: 18px;
  font-weight: 700;
  color: #36c6c1;
  padding-bottom: 5px;
}
.testimonial .testimonial-slider .testimonial-block h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 577px) {
  .testimonial .testimonial-slider .testimonial-block .image {
    margin-top: 20px;
  }
  .testimonial .testimonial-slider .testimonial-block p {
    font-size: 14px;
    width: auto;
    margin: 0 40px;
    padding: 30px 0;
  }
  .testimonial .testimonial-slider .testimonial-block h5 {
    font-size: 16px;
  }
  .testimonial .testimonial-slider .testimonial-block h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .testimonial .testimonial-slider .testimonial-block .image {
    margin-top: 20px;
  }
  .testimonial .testimonial-slider .testimonial-block p {
    font-size: 13px;
    margin: 0 20px;
  }
  .testimonial .testimonial-slider .testimonial-block h6 {
    font-size: 13px;
  }
}
.call-us {
  padding: 80px 0;
  background: url("../images/callus-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.call-us .call-us-content {
  text-align: center;
  position: relative;
}
.call-us .call-us-content h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.call-us .call-us-content p {
  font-size: 18px;
  color: #fff;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  padding-top: 10px;
}
.call-us .call-us-content .call-button {
  margin-top: 40px;
}
.call-us .call-us-content .call-button .btn:hover {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .call-us .call-us-content h3 {
    font-size: 36px;
  }
  .call-us .call-us-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  .call-us .call-us-content h3 {
    font-size: 28px;
  }
  .call-us .call-us-content p {
    font-size: 14px;
  }
  .call-us .call-us-content .call-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 481px) {
  .call-us .call-us-content h3 {
    font-size: 22px;
  }
  .call-us .call-us-content p {
    font-size: 13px;
    padding-top: 5px;
  }
}
footer {
  padding: 70px 0 0 0;
}
footer .footer-block {
  margin-bottom: 40px;
}
footer .footer-block .logo {
  margin-top: -20px;
  margin-bottom: 30px;
}
footer .footer-block .logo img {
  max-width: 150px;
}
footer .footer-block .footer-about p {
  color: #000;
}
footer .footer-block .abn-no {
  margin-top: 20px;
}
footer .footer-block .abn-no h6 {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
footer .footer-block .footer-title {
  margin-bottom: 40px;
}
footer .footer-block .footer-title h2 {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #000;
  text-transform: uppercase;
}
footer .footer-block .footer-title h2 span {
  color: #71d8d4;
}
footer .footer-block .footer-item .footer-link {
  margin-bottom: 10px;
}
footer .footer-block .footer-item .footer-link .info-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-block .footer-item .footer-link .info-detail i {
  padding-right: 10px;
  font-size: 12px;
  color: #000;
}
footer .footer-block .footer-item .footer-link .info-detail p {
  color: #000;
  transition: 0.3s ease-in-out;
}
footer .footer-block .footer-item .footer-link:hover .info-detail {
  color: #71d8d4;
}
footer .footer-block .footer-item .footer-link:hover .info-detail p {
  color: #71d8d4;
}
footer .footer-mid {
  text-align: center;
}
footer .footer-mid .footer-social-icons {
  position: relative;
  display: inline-block;
}
footer .footer-mid .footer-social-icons .social-icons {
  display: flex;
  flex-direction: row;
  background: #71d8d4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
footer .footer-mid .footer-social-icons .social-icons .footer-icon {
  padding: 10px 0;
  margin: 0 20px;
}
footer .footer-mid .footer-social-icons .social-icons .footer-icon i {
  color: #000;
  font-size: 13px;
  transition: 0.3s ease-in-out;
}
footer .footer-mid .footer-social-icons .social-icons .footer-icon:hover i {
  color: #71d8d4;
}

.footer-bottom {
  background-color: #000;
  padding: 10px 0;
  position: relative;
}
.footer-bottom .block {
  text-align: center;
}
.footer-bottom .block p,
.footer-bottom .block a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline;
}

@media screen and (max-width: 992px) {
  footer {
    padding: 50px 0 0 0;
  }
  footer .footer-block {
    margin-bottom: 40px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 20px;
  }
  footer .footer-block .footer-title h2 {
    font-size: 18px;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 0 0;
    text-align: center;
  }
  footer .footer-block .logo {
    margin-top: 0;
  }
  footer .footer-block .footer-about p {
    font-size: 13px;
  }
  footer .footer-block .abn-no h6 {
    font-size: 13px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 15px;
  }
  footer .footer-block .footer-item .footer-link {
    margin-bottom: 5px;
  }
  footer .footer-block .footer-item .footer-link .info-detail {
    justify-content: center;
  }
  footer .footer-block .footer-item .footer-link .info-detail p {
    font-size: 13px;
  }
  footer .footer-mid .footer-social-icons .social-icons .footer-icon {
    padding: 6px 0;
    margin: 0 15px;
  }
  .footer-bottom {
    padding: 5px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    display: block;
  }
}
@media screen and (max-width: 577px) {
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 12px;
  }
}
.page-about .about .about-wrap {
  align-items: initial;
}
.page-about .about .about-wrap .block {
  height: auto;
}
.page-about .about .about-wrap .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .about .reverse-wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  margin-top: 40px;
}
.page-about .about .reverse-wrap .image-block {
  flex-basis: calc(50% - 20px);
  height: auto;
}
.page-about .about .reverse-wrap .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .about .reverse-wrap .content-block {
  flex-basis: calc(50% - 20px);
}
.page-about .about .reverse-wrap .content-block p {
  color: #f8f8f8;
  margin-bottom: 30px;
}
.page-about .about .reverse-wrap .content-block p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-about .about .about-wrap {
    align-items: initial;
  }
  .page-about .about .about-wrap .block img {
    aspect-ratio: 4/2;
  }
  .page-about .about .about-wrap .block.content-block {
    text-align: left;
  }
  .page-about .about .reverse-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 30px;
  }
  .page-about .about .reverse-wrap .image-block img {
    aspect-ratio: 4/2;
  }
}
@media screen and (max-width: 481px) {
  .page-about .about .reverse-wrap .content-block p {
    margin-bottom: 20px;
  }
}
.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 15px;
}
.contact-wrap .form {
  flex-basis: calc(60% - 15px);
  padding: 40px 30px;
  box-shadow: rgba(136, 165, 191, 0.28) 6px 2px 16px 0px, rgba(255, 255, 255, 0.2) -6px -2px 16px 0px;
  border-radius: 25px;
}
.contact-wrap .contact-image {
  flex-basis: calc(40% - 15px);
  height: auto;
  border-radius: 25px;
  overflow: hidden;
}
.contact-wrap .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .contact-wrap {
    flex-direction: column;
  }
}
.quote-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.quote-wrapper .form-container {
  flex-basis: calc(50% - 20px);
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.quote-wrapper .form-container .form-title h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #71d8d4;
  margin-bottom: 30px;
}
.quote-wrapper .form-container .form {
  padding: 0;
}
.quote-wrapper .images {
  flex-basis: calc(50% - 20px);
  height: auto;
  border-radius: 25px;
  overflow: hidden;
}
.quote-wrapper .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .quote-wrapper {
    flex-direction: column;
  }
}
.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: #332d2d;
}
.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: #71d8d4;
  border: 1px solid #71d8d4;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  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: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px 20px;
  margin-bottom: 60px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: calc(20% - 20px);
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #1c1c1c;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #71d8d4;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #fff;
  color: #71d8d4;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery {
  margin-bottom: 0;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #71d8d4;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #f8f8f8;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    flex-basis: calc(70% - 20px);
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

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