@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=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Sansita+Swashed:wght@400;500;600;700;800;900&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #38b6e8;
  background-color: #38b6e8;
  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: #38b6e8;
  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: #38b6e8;
  color: #38b6e8;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #38b6e8;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #38b6e8;
  color: #fff;
  border-color: #38b6e8;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #38b6e8;
  color: #38b6e8;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #7db945;
  color: #fff;
  border-color: #7db945;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: #000;
  border-color: #7db945;
  color: #fff;
}

@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;
  }
}
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;
}
a:hover img {
  transform: scale(1.02);
}

.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(56, 182, 232, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 12px;
  width: 12px;
  border-radius: 0;
  background-color: #67b915;
  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: #38b6e8;
}

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

@media screen and (max-width: 992px) {
  .container {
    max-width: 900px;
  }
}
section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 45px;
}
.section-header h6 {
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #38b6e8;
}
.section-header h1 {
  color: #1b1b1b;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  text-align: center;
  padding: 10px 0 20px 0;
  text-transform: capitalize;
}
.section-header h1 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}

@media screen and (max-width: 1199px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 45px 0;
  }

  .section-header {
    text-align: center;
    padding-bottom: 40px;
  }
  .section-header h1 {
    font-size: 28px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }

  .section-header {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-header h1 {
    font-size: 24px;
    padding: 10px 0;
  }
}
/* -- 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: 8px;
  background-color: #0a599d;
  box-shadow: none;
  border: 1px solid;
  border-color: #073e6d;
  border-radius: 10px 10px 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;
}

.breadcrumb-wrapper {
  background: url("../images/breadcrumb.jpg") no-repeat center bottom;
  padding: 40px 0;
}
.breadcrumb-wrapper h4 {
  font-size: 32px;
  color: #38b6e8;
  font-weight: 900;
  text-transform: capitalize;
  margin: 40px 0 20px 0;
  text-shadow: 0px 5px #525252;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  display: inline-block;
  background-color: #38b6e8;
  border-radius: 0;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: -48px;
  border-bottom: 49px solid #38b6e8;
  border-right: 48px solid transparent;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in;
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f101";
  font-family: "fontAwesome";
  color: #fff;
}

@media screen and (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb::before {
    border-bottom: 47px solid #38b6e8;
  }
  .breadcrumb-wrapper .breadcrumb::after {
    border-bottom: 47px solid #38b6e8;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb::before {
    border-bottom: 48px solid #38b6e8;
  }
  .breadcrumb-wrapper .breadcrumb::after {
    border-bottom: 48px solid #38b6e8;
  }
}
/* No CSS */
/*# sourceMappingURL=header.css.map */
header {
  transition: 0.5s ease-in-out all;
}
header .header-top {
  background: #38b6e8;
  padding: 10px 0;
}
header .header-top .row {
  justify-content: space-between;
}
header .header-top .row .block i {
  color: #fff;
  margin: 1px;
}
header .header-top .row .block a {
  margin: 0 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  transition: 0.3s ease-in-out all;
}
header .header-top .row .block a:hover {
  color: #000;
}
header .header-top .row .block.details {
  justify-content: space-between;
}
header .header-top .row .block.details .phone {
  margin-right: 20px;
}
header .header-bottom.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #000;
  transition: 0.5s ease-in-out all;
  box-shadow: 0 2px 6px -3px #38b6e8;
}
header .header-bottom.fixed-header nav .navbar-brand img {
  max-width: 80px;
}
header .header-bottom.fixed-header nav ul .nav-item .nav-link {
  color: #000;
  font-size: 12px;
}
header .header-bottom nav {
  padding: 0;
}
header .header-bottom nav .navbar-brand img {
  max-width: 100px;
}
header .header-bottom nav ul .nav-item {
  padding: 0 10px;
}
header .header-bottom nav ul .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
header .header-bottom nav ul .nav-item .nav-link:last-child {
  padding-right: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #dedede;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.7rem;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 992px) {
  header .header-bottom nav ul {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  header .header-top {
    padding: 10px 0;
  }
  header .header-bottom nav .navbar-brand img {
    max-width: 80px;
  }
  header .header-bottom nav ul .nav-item {
    padding: 0;
  }
  header .header-bottom nav ul .nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
  }
}
@media screen and (max-width: 530px) {
  header .header-top {
    padding: 10px 0 0 0;
  }
  header .header-top .row {
    display: block !important;
  }
  header .header-top .row .block {
    text-align: center;
    justify-content: center;
    padding-bottom: 4px;
  }
  header .header-top .row .block a {
    margin: 0 6px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    transition: 0.3s ease-in-out all;
  }
  header .header-top .row .block.details {
    display: block !important;
  }
  header .header-top .row .block.details .info {
    justify-content: center;
    padding-bottom: 3px;
  }
  header .header-top .row .block.details .info.phone {
    margin-right: unset;
  }
  header .header-top .row .block.details .info.mail {
    padding-bottom: 0;
  }
}
/* No CSS */
/*# sourceMappingURL=banner.css.map */
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block .foreground-image {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 100px);
  display: none;
}
.banner .block .image img {
  position: relative;
  height: calc(100vh - 100px);
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  z-index: -99;
}
.banner .block .text {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 50%;
  color: #fff;
  text-align: left;
  z-index: 99;
  transition: 0.5s all;
  padding: 30px;
}
.banner .block .text h1 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 8px;
  color: #fff;
}
.banner .block .text .btn {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  background: #fff;
  text-transform: uppercase;
  padding: 13px 40px;
  color: #000;
  border-radius: 5px;
  border: none;
  margin-top: 25px;
  transition: 0.5s all;
  outline: none;
}
.banner .block .text .btn:hover {
  background: #159957;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #155799, #159957);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #155799, #159957);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .banner {
    position: relative;
    margin-bottom: 0px;
  }
  .banner .block {
    position: relative;
  }
  .banner .block .foreground-image {
    display: none;
  }
  .banner .block .image img {
    height: 250px;
    min-height: 250px;
  }
  .banner .block .text {
    position: static;
    top: 25%;
    left: 5%;
    width: 100%;
    background-color: rgba(56, 182, 232, 0.8);
    color: #fff;
    text-align: center;
    z-index: 99;
    transition: 0.5s all;
    padding: 15px;
    margin-top: -60px;
  }
  .banner .block .text h1 {
    font-size: 24px;
    letter-spacing: 0.03em;
  }
  .banner .block .text .btn {
    display: none;
  }
}
/* No CSS */
/*# sourceMappingURL=aboutus.css.map */
section.aboutus-section {
  padding-bottom: 0;
}
section.aboutus-section .section-header {
  padding-bottom: 10px;
}
section.aboutus-section .section-header h2 {
  text-transform: uppercase;
  color: #38b6e8;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  text-align: left;
}
section.aboutus-section .section-header h1 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  text-align: left;
  font-weight: 400;
  padding: 10px 0 20px 0;
}
section.aboutus-section .block.d-flex .image img {
  padding: 0 20px 20px 0;
}
section.aboutus-section .block.d-flex .image.second {
  margin-top: 40px;
}
section.aboutus-section p {
  color: #525252;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.7rem;
}
section.aboutus-section h1 {
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-align: left;
  padding: 40px 0;
}
section.aboutus-section .reasons {
  padding-bottom: 20px;
}
section.aboutus-section .reasons .block {
  color: #525252;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-bottom: 20px;
}
section.aboutus-section .reasons .block .tick {
  padding-right: 10px;
}
section.aboutus-section .button {
  transition: 0.5s all;
}
section.aboutus-section .button a {
  font-size: 14px;
  font-size: "Open Sans", sans-serif;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: 0.5s all;
  border: none;
}
section.aboutus-section .button a:hover {
  background: #159957;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #155799, #159957);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #155799, #159957);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  cursor: pointer;
  border: none;
}

section.about2-section {
  position: relative;
  margin: 80px 0 0 0;
}
section.about2-section .image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.about2-section .image.right-side {
  left: 75%;
  transform: rotateY(180deg);
  margin-top: -280px;
}
section.about2-section .section-wrapper {
  width: 65%;
  margin: 0 auto;
}
section.about2-section .section-wrapper .section-header {
  padding-bottom: 10px;
}
section.about2-section .section-wrapper .section-header h6 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  text-align: left;
}
section.about2-section .section-wrapper .section-header h1 {
  text-align: left;
  padding-top: 10px;
  font-size: 28px;
}
section.about2-section .section-wrapper p {
  color: #525252;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6rem;
  padding-bottom: 20px;
}
section.about2-section .section-wrapper .button {
  padding-top: 10px;
}
section.about2-section .section-wrapper .button a {
  font-size: 14px;
  font-size: "Open Sans", sans-serif;
  padding: 10px 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  transition: 0.5s all;
}
section.about2-section .section-wrapper .button a:hover {
  background: #159957;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #155799, #159957);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #155799, #159957);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  cursor: pointer;
  border: none;
}
section.about2-section .block {
  padding: 20px 40px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(56, 182, 232, 0.5);
  margin-bottom: 20px;
}
section.about2-section .block.block1, section.about2-section .block.block4 {
  width: 55%;
  text-align: center;
  margin-left: auto;
}
section.about2-section .block.block2 {
  border-radius: 50px 0 0 50px;
}
section.about2-section .block.block3 {
  border-radius: 0 50px 50px 0;
  margin-left: 10px;
}
section.about2-section .block.block3 .number {
  padding-right: unset;
  padding-left: 10px;
}
section.about2-section .block h6 {
  justify-content: space-between;
}
section.about2-section .block h6 .number {
  font-size: 38px;
  font-family: "Nunito", sans-serif;
  color: #0a638d;
  font-weight: 800;
  padding-right: 10px;
}
section.about2-section .block h6 .text {
  font-size: 15px;
  font-size: "Open Sans", sans-serif;
  font-weight: 900;
  color: #525252;
  text-transform: capitalize;
}

section.about-middle-section {
  padding: 40px 0 0 0;
}
section.about-middle-section .section-body .block p {
  color: #525252;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6rem;
  padding-top: 20px;
}

section.consultation-section {
  background: url(../images/consultation.jpg) no-repeat center center/cover;
  text-align: center;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}
section.consultation-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s all;
}
section.consultation-section h1 {
  color: #fff;
  font-family: "Sansita Swashed", cursive;
  font-size: 42px;
  width: 70%;
  margin: 0 auto;
  line-height: 3.7rem;
  word-spacing: 5px;
  text-transform: capitalize;
}
section.consultation-section .btn {
  margin-top: 30px;
  border-radius: 0;
  padding: 10px 40px;
}

@media screen and (max-width: 1125px) {
  section.about2-section {
    position: relative;
    margin: 100px 0;
  }
  section.about2-section .image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  section.about2-section .image img {
    opacity: 0.7;
  }
  section.about2-section .block {
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(56, 182, 232, 0.5);
    margin-bottom: 20px;
  }
  section.about2-section .block.block1, section.about2-section .block.block4 {
    width: 55%;
    text-align: center;
    margin-left: auto;
  }
  section.about2-section .block.block2 {
    border-radius: 50px 0 0 50px;
  }
  section.about2-section .block.block3 {
    border-radius: 0 50px 50px 0;
  }
  section.about2-section .block.block3 .number {
    padding-right: unset;
    padding-left: unset;
  }
  section.about2-section .block h6 {
    justify-content: space-between;
  }
  section.about2-section .block h6 .number {
    font-size: 32px;
    font-family: "Nunito", sans-serif;
    color: #0a638d;
    font-weight: 800;
    padding-right: 10px;
  }
  section.about2-section .block h6 .text {
    font-size: 14px;
    font-size: "Open Sans", sans-serif;
    font-weight: 900;
    color: #525252;
    text-transform: capitalize;
  }

  section.consultation-section h1 {
    font-size: 38px;
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  section.aboutus-section .section-header {
    padding-bottom: 10px;
  }
  section.aboutus-section .section-header h2 {
    font-size: 18px;
  }
  section.aboutus-section .section-header h1 {
    font-size: 24px;
    padding: 10px 0;
  }
  section.aboutus-section p {
    font-size: 13px;
  }
  section.aboutus-section h1 {
    font-size: 18px;
    padding: 30px 0;
  }
  section.aboutus-section .reasons {
    padding-bottom: 10px;
  }
  section.aboutus-section .reasons .block {
    font-size: 15px;
    padding-bottom: 20px;
  }
  section.aboutus-section .reasons .block .tick {
    padding-right: 5px;
  }
  section.aboutus-section .button {
    transition: 0.5s all;
  }
  section.aboutus-section .button a {
    font-size: 13px;
    padding: 10px 30px;
  }

  section.about2-section {
    position: relative;
    margin: 100px 0;
  }
  section.about2-section .image img {
    opacity: 0.2;
  }
  section.about2-section .section-wrapper {
    width: 100%;
    margin-left: auto;
  }
  section.about2-section .section-wrapper .section-header {
    padding-bottom: 0px;
  }
  section.about2-section .section-wrapper .section-header h6 {
    font-size: 18px;
  }
  section.about2-section .section-wrapper .section-header h1 {
    font-size: 22px;
  }
  section.about2-section .section-wrapper p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  section.about2-section .section-wrapper .button {
    padding-top: 10px;
  }
  section.about2-section .section-wrapper .button a {
    font-size: 14px;
    padding: 10px 30px;
  }
  section.about2-section .block {
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(56, 182, 232, 0.5);
    margin-bottom: 20px;
  }
  section.about2-section .block.block1, section.about2-section .block.block4 {
    width: 55%;
    text-align: center;
    margin-left: auto;
  }
  section.about2-section .block.block2 {
    border-radius: 50px 0 0 50px;
  }
  section.about2-section .block.block3 {
    border-radius: 0 50px 50px 0;
  }
  section.about2-section .block.block3 .number {
    padding-right: unset;
    padding-left: unset;
  }
  section.about2-section .block h6 {
    justify-content: space-between;
  }
  section.about2-section .block h6 .number {
    font-size: 28px;
    padding-right: 10px;
  }
  section.about2-section .block h6 .text {
    font-size: 13px;
  }

  section.about-middle-section {
    padding: 40px 0 0 0;
  }
  section.about-middle-section .section-body .block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.aboutus-section {
    text-align: center;
  }
  section.aboutus-section .block.d-flex {
    width: 60%;
    margin: 0 auto;
  }
  section.aboutus-section .block.d-flex .image img {
    padding: 0 20px 20px 0;
    max-height: 200px;
  }
  section.aboutus-section .block.d-flex .image.second {
    margin-top: 0px;
  }
  section.aboutus-section .section-header {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  section.aboutus-section .section-header h2 {
    font-size: 18px;
    text-align: center;
  }
  section.aboutus-section .section-header h1 {
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
  }
  section.aboutus-section p {
    font-size: 13px;
    text-align: center;
  }
  section.aboutus-section h1 {
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
  }
  section.aboutus-section .reasons {
    padding-bottom: 10px;
  }
  section.aboutus-section .reasons .block {
    font-size: 14px;
    padding-bottom: 14px;
  }

  section.about2-section {
    position: relative;
    margin: 100px 0;
  }
  section.about2-section .section-wrapper {
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
  section.about2-section .section-wrapper .section-header {
    padding-bottom: 0px;
  }
  section.about2-section .section-wrapper .section-header h6 {
    font-size: 16px;
    text-align: center;
  }
  section.about2-section .section-wrapper .section-header h1 {
    font-size: 18px;
    text-align: center;
  }
  section.about2-section .section-wrapper p {
    font-size: 13px;
    padding-bottom: 20px;
    text-align: center;
  }
  section.about2-section .section-wrapper .button {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  section.about2-section .section-wrapper .button a {
    font-size: 12px;
    padding: 10px 30px;
  }
  section.about2-section .d-flex {
    justify-content: center;
  }
  section.about2-section .block {
    padding: 14px 20px;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(56, 182, 232, 0.5);
    margin-bottom: 20px;
  }
  section.about2-section .block.block1, section.about2-section .block.block4 {
    width: 30%;
    text-align: center;
    margin: 0 auto;
  }
  section.about2-section .block.block2 {
    border-radius: 50px 0 0 50px;
  }
  section.about2-section .block.block3 {
    border-radius: 0 50px 50px 0;
  }
  section.about2-section .block.block3 .number {
    padding-right: unset;
    padding-left: 10px;
  }
  section.about2-section .block h6 {
    justify-content: space-between;
  }
  section.about2-section .block h6 .number {
    font-size: 22px;
    padding-right: 10px;
  }
  section.about2-section .block h6 .text {
    font-size: 13px;
  }

  section.about-middle-section {
    padding: 40px 0 0 0;
  }
  section.about-middle-section .section-body .block {
    width: 70%;
    margin: 10px auto;
  }

  section.consultation-section {
    padding: 60px 0;
  }
  section.consultation-section h1 {
    font-size: 28px;
    line-height: 2.7rem;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  section.about2-section {
    position: relative;
    margin: 20px 0;
  }
  section.about2-section .image {
    display: none;
  }
  section.about2-section .d-flex {
    justify-content: center;
  }
  section.about2-section .block {
    padding: 14px 20px;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(56, 182, 232, 0.5);
    margin-bottom: 20px;
  }
  section.about2-section .block.block1, section.about2-section .block.block4 {
    width: 40%;
    text-align: center;
    margin: 0 auto;
  }
  section.about2-section .block.block2 {
    border-radius: 50px 0 0 50px;
  }
  section.about2-section .block.block3 {
    border-radius: 0 50px 50px 0;
  }
  section.about2-section .block.block3 .number {
    padding-right: unset;
    padding-left: 10px;
  }
  section.about2-section .block h6 {
    justify-content: space-between;
  }
  section.about2-section .block h6 .number {
    font-size: 18px;
    padding-right: 10px;
  }
  section.about2-section .block h6 .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 410px) {
  section.about2-section {
    position: relative;
    margin: 100px 0;
  }
  section.about2-section .block {
    padding: 14px 20px;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(56, 182, 232, 0.5);
    margin-bottom: 20px;
  }
  section.about2-section .block.block1, section.about2-section .block.block4 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  section.about2-section .block.block2 {
    border-radius: 50px 0 0 50px;
  }
  section.about2-section .block.block3 {
    border-radius: 0 50px 50px 0;
  }
  section.about2-section .block.block3 .number {
    padding-right: unset;
    padding-left: 10px;
  }
  section.about2-section .block h6 {
    justify-content: space-between;
  }
  section.about2-section .block h6 .number {
    font-size: 18px;
    padding-right: 10px;
  }
  section.about2-section .block h6 .text {
    font-size: 12px;
  }

  section.about-middle-section {
    padding: 40px 0 0 0;
  }
  section.about-middle-section .section-body .block {
    width: 90%;
    margin: 10px auto;
  }
}
/* No CSS */
/*# sourceMappingURL=services.css.map */
section.services-section .section-body .card {
  border: none;
}
section.services-section .section-body .card .card-img-top {
  max-height: 300px;
}
section.services-section .section-body .card .card-img-top.inner {
  width: 80%;
  margin: 0 auto;
}
section.services-section .section-body .card .card-title {
  color: #000;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
section.services-section .section-body .card p {
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: left;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1.7rem;
}
section.services-section .section-body .card ul li {
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}
section.services-section .section-body .card ul li .icon {
  padding-right: 5px;
}
section.services-section .section-body .card a {
  padding: 10px 30px;
  font-size: 13px;
  transition: 0.5s all;
}
section.services-section .section-body .card a i {
  padding-left: 5px;
}
section.services-section .section-body .card a:hover {
  background: #159957;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #155799, #159957);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #155799, #159957);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  cursor: pointer;
  border: none;
}

section.recent-projects {
  background: url(../images/projectbg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
}
section.recent-projects::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s all;
}
section.recent-projects .heading h1 {
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  text-align: left;
  padding: 20px 0;
}
section.recent-projects p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: left;
  padding-bottom: 20px;
  line-height: 1.7rem;
  word-spacing: 1px;
}
section.recent-projects .slider {
  overflow: hidden;
}
section.recent-projects .slider figure {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
section.recent-projects .slider figure img {
  max-width: 300px;
}
section.recent-projects .slider .slick-arrow {
  position: absolute;
  bottom: 10px;
  transform: translateX(100%);
  overflow: hidden;
}
section.recent-projects .slider .slick-arrow i {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
}
section.recent-projects .slider .slick-arrow i:hover {
  color: #fff;
}
section.recent-projects .slider .slick-arrow.left {
  right: 50%;
  z-index: 0;
  opacity: 0;
}
section.recent-projects .slider .slick-arrow.right {
  right: 10%;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  section.services-section .section-body .card .card-img-top {
    max-height: 230px;
  }
  section.services-section .section-body .card .card-title {
    font-size: 16px;
  }
  section.services-section .section-body .card p {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.6rem;
  }
  section.services-section .section-body .card a {
    padding: 10px 20px;
    font-size: 13px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 768px) {
  section.services-section .section-body .card {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  section.services-section .section-body .card .card-img-top {
    max-width: 300px;
    margin: 0 auto;
  }
  section.services-section .section-body .card .card-title {
    font-size: 16px;
    text-align: center;
  }
  section.services-section .section-body .card p {
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 1.5rem;
    text-align: center;
  }
  section.services-section .section-body .card a {
    padding: 10px 20px;
    font-size: 13px;
    transition: 0.5s all;
  }

  section.recent-projects {
    padding: 60px 0;
    position: relative;
  }
  section.recent-projects .heading h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
  }
  section.recent-projects p {
    line-height: 1.6rem;
    font-size: 13px;
    text-align: center;
  }
  section.recent-projects .slider {
    overflow: hidden;
  }
  section.recent-projects .slider figure {
    justify-content: center;
  }
}
/* No CSS */
/*# sourceMappingURL=gallery.css.map */
section.gallery-section {
  padding-top: 0;
  padding-bottom: 30px;
}
section.gallery-section .section-body .block {
  margin-bottom: 20px;
}

section.gallery-section .section-body .block {
  margin-bottom: 20px;
}
section.gallery-section .section-body .block a {
  text-align: -webkit-center;
  width: 100%;
  height: 225px;
}
section.gallery-section .section-body .block a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 580px) {
  section.gallery-section .section-body .block {
    margin-bottom: 20px;
  }
  section.gallery-section .section-body .block a {
    text-align: -webkit-center;
  }
  section.gallery-section .section-body .block a img {
    max-width: 300px;
  }
}
section.quote-section .text h1 {
  color: #38b6e8;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  text-align: left;
  padding-bottom: 20px;
}
section.quote-section .text p {
  color: #525252;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.7rem;
}
section.quote-section .form {
  background: rgba(56, 182, 232, 0.5);
  padding: 30px;
}
section.quote-section .form .title h5 {
  color: #000;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  text-align: left;
  padding-bottom: 20px;
}
section.quote-section .form form textarea {
  height: 120px;
  resize: none;
}
section.quote-section .form form .button .btn {
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  section.quote-section .text h1 {
    font-size: 36px;
  }
  section.quote-section .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  section.quote-section .text {
    padding-bottom: 30px;
  }
  section.quote-section .text h1 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 10px;
  }
  section.quote-section .text p {
    font-size: 14px;
    text-align: center;
  }
  section.quote-section .form {
    width: 90%;
    margin: 0 auto;
  }
  section.quote-section .form .title h5 {
    font-size: 20px;
    text-align: center;
  }
}
/* No CSS */
/*# sourceMappingURL=testimonials.css.map */
.call-us {
  padding: 50px 0;
  background: #fff;
}
.call-us .text h2,
.call-us .text a {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
  display: inline;
  font-size: 32px;
  transition: 0.5s ease-in-out all;
}
.call-us .text h2 a:hover,
.call-us .text a a:hover {
  color: #38b6e8;
}
.call-us .text h1 {
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
}
.call-us .text h1 span {
  color: #38b6e8;
}
.call-us .col-md-4.button {
  align-self: center;
}
.call-us .col-md-4.button .buttons {
  justify-content: space-between;
}
.call-us .col-md-4.button .buttons a {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  transition: 0.5s ease-in-out all;
}
.call-us .col-md-4.button .buttons a.quote {
  border-color: #525252;
}
.call-us .col-md-4.button .buttons a.quote:hover {
  background: #38b6e8;
  color: #fff;
  border: 1px solid #38b6e8;
}

@media screen and (max-width: 1125px) {
  .call-us {
    padding: 50px 0;
  }
  .call-us .text h2,
.call-us .text a {
    font-size: 32px;
  }
  .call-us .text h1 {
    font-size: 32px;
  }
  .call-us .col-md-4.button {
    align-self: center;
  }
  .call-us .col-md-4.button .buttons {
    justify-content: space-between;
  }
  .call-us .col-md-4.button .buttons a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .call-us {
    padding: 30px 0;
  }
  .call-us .text h2,
.call-us .text a {
    font-size: 24px;
  }
  .call-us .text h1 {
    font-size: 24px;
  }
  .call-us .col-md-4.button {
    align-self: center;
  }
  .call-us .col-md-4.button .buttons {
    display: block !important;
  }
  .call-us .col-md-4.button .buttons a {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .call-us {
    padding: 20px 0;
  }
  .call-us .container {
    max-width: 700px;
  }
  .call-us .text h2,
.call-us .text a {
    font-size: 22px;
  }
  .call-us .text h1 {
    font-size: 20px;
  }
  .call-us .col-md-4.button {
    align-self: center;
  }
  .call-us .col-md-4.button .buttons {
    display: block !important;
  }
  .call-us .col-md-4.button .buttons a {
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  .call-us {
    padding: 0;
    text-align: center;
  }
  .call-us .container {
    max-width: 700px;
  }
  .call-us .col-md-4.button {
    align-self: center;
    margin-top: 20px;
  }
  .call-us .col-md-4.button .buttons {
    display: block !important;
  }
  .call-us .col-md-4.button .buttons a {
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
}
section.testimonials-section {
  padding: 40px 0;
}
section.testimonials-section .section-header {
  padding-bottom: 20px;
}
section.testimonials-section .section-body .slider {
  width: 70%;
  margin: 0 auto;
}
section.testimonials-section .section-body .slider .card {
  background: #fff;
  transition: 0.5s ease-in-out all;
  border-radius: 0;
  text-align: -webkit-center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  margin: 55px 5px 0 5px;
}
section.testimonials-section .section-body .slider .card .card-img-top {
  border-radius: 100%;
  max-width: 120px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  margin: -50px auto 0 auto;
}
section.testimonials-section .section-body .slider .card .card-body {
  padding: 10px 40px;
}
section.testimonials-section .section-body .slider .card .card-body .quote-top {
  text-align: left;
  padding-bottom: 15px;
}
section.testimonials-section .section-body .slider .card .card-body .quote-top i {
  color: #67b915;
  font-size: 18px;
  text-shadow: 2px 2px #dedede;
}
section.testimonials-section .section-body .slider .card .card-body .quote-bottom {
  text-align: right;
  padding-top: 15px;
  text-shadow: 2px 2px #dedede;
}
section.testimonials-section .section-body .slider .card .card-body .quote-bottom i {
  color: #67b915;
  font-size: 18px;
}
section.testimonials-section .section-body .slider .card .card-body .card-title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
section.testimonials-section .section-body .slider .card .card-body p {
  font-size: 14px;
  color: #525252;
  font-weight: 500;
  line-height: 1.7rem;
}

@media screen and (max-width: 1125px) {
  section.testimonials-section {
    padding: 40px 0;
  }
  section.testimonials-section .section-header {
    padding-bottom: 20px;
  }
  section.testimonials-section .section-body .slider {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  section.testimonials-section {
    padding: 40px 0;
  }
  section.testimonials-section .section-header {
    padding-bottom: 20px;
  }
  section.testimonials-section .section-body .slider {
    width: 70%;
    margin: 0 auto;
  }
  section.testimonials-section .section-body .slider .card {
    background: #fff;
    transition: 0.5s ease-in-out all;
    border-radius: 0;
    text-align: -webkit-center;
    box-shadow: 2px 2px 5px #525252;
    margin: 50px auto 0 auto;
  }
  section.testimonials-section .section-body .slider .card .card-img-top {
    border-radius: 100%;
    max-width: 100px;
    padding: 5px;
    box-shadow: 2px 2px 10px #525252;
    margin: -50px auto 0 auto;
  }
  section.testimonials-section .section-body .slider .card .card-body {
    padding: 10px 40px;
  }
  section.testimonials-section .section-body .slider .card .card-body .quote-top {
    text-align: left;
    padding-bottom: 5px;
  }
  section.testimonials-section .section-body .slider .card .card-body .quote-top i {
    color: #67b915;
    font-size: 18px;
    text-shadow: 2px 2px #dedede;
  }
  section.testimonials-section .section-body .slider .card .card-body .quote-bottom i {
    color: #67b915;
    font-size: 16px;
  }
  section.testimonials-section .section-body .slider .card .card-body .card-title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
  section.testimonials-section .section-body .slider .card .card-body p {
    font-size: 13px;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  section.testimonials-section figure {
    display: none;
  }
}
section.contact-section .map iframe {
  width: 100%;
}
section.contact-section .contact-details {
  padding: 60px 0;
}
section.contact-section .contact-details .wrapper form input {
  height: 50px;
}
section.contact-section .contact-details .wrapper form textarea {
  height: 150px;
  resize: 0;
}
section.contact-section .contact-details .wrapper form .btn {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
section.contact-section .contact-details .wrapper .block {
  padding-bottom: 30px;
}
section.contact-section .contact-details .wrapper .block .title {
  color: #000;
  font-family: "Sansita Swashed", cursive;
  font-size: 28px;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
}
section.contact-section .contact-details .wrapper .block p {
  color: #525252;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.7rem;
}
section.contact-section .contact-details .wrapper .block ul li {
  color: #525252;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
}
section.contact-section .contact-details .wrapper .block ul li .icon {
  padding-right: 10px;
}
section.contact-section .contact-details .wrapper .block ul li .icon i {
  color: #38b6e8;
  font-size: 18px;
}
section.contact-section .contact-details .wrapper .block ul li a {
  color: #525252;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: left;
}
section.contact-section .contact-details .wrapper .block .detail {
  justify-content: space-between;
  padding-bottom: 5px;
}
section.contact-section .contact-details .wrapper .block .detail .day,
section.contact-section .contact-details .wrapper .block .detail .time {
  color: #525252;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  section.contact-section .contact-details {
    padding: 60px 0;
  }
  section.contact-section .contact-details .wrapper form {
    width: 80%;
    margin: 20px auto;
    margin-bottom: 40px;
  }
  section.contact-section .contact-details .wrapper .block {
    padding-bottom: 30px;
  }
  section.contact-section .contact-details .wrapper .block .title {
    font-size: 24px;
    text-align: center;
  }
  section.contact-section .contact-details .wrapper .block p {
    font-size: 14px;
    text-align: center;
  }
  section.contact-section .contact-details .wrapper .block ul li {
    font-weight: 600;
    font-size: 15px;
    justify-content: center;
    text-align: center;
  }
  section.contact-section .contact-details .wrapper .block ul li .icon i {
    font-size: 16px;
  }
  section.contact-section .contact-details .wrapper .block ul li a {
    font-size: 15px;
    text-align: center;
  }
  section.contact-section .contact-details .wrapper .block .detail {
    justify-content: space-around;
  }
  section.contact-section .contact-details .wrapper .block .detail .day,
section.contact-section .contact-details .wrapper .block .detail .time {
    font-size: 15px;
  }
}
/* No CSS */
/*# sourceMappingURL=footer.css.map */
footer .footer-wrapper {
  padding: 60px 0;
}
footer .footer-wrapper .footer-block h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
footer .footer-wrapper .footer-block h1::after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  border-bottom: 3px solid #38b6e8;
  width: 10%;
  padding: 3px 0;
}
footer .footer-wrapper .footer-block ul li {
  padding-bottom: 10px;
  font-weight: 600;
}
footer .footer-wrapper .footer-block ul li .fa-chevron-right {
  font-size: 11px;
}
footer .footer-wrapper .footer-block ul li i {
  color: #38b6e8;
  padding-right: 10px;
}
footer .footer-wrapper .footer-block ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #525252;
  font-weight: 600;
  transition: 0.3s ease-in-out all;
}
footer .footer-wrapper .footer-block ul li a:hover {
  color: #000;
  padding-left: 10px;
}
footer .footer-wrapper .footer-block ul li .text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #525252;
  font-weight: 600;
}
footer .footer-wrapper .footer-block ul li .text a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #525252;
  font-weight: 600;
  transition: 0.3s ease-in-out all;
}
footer .footer-wrapper .footer-block ul li .text a:hover {
  color: #000;
  padding-left: 10px;
}
footer .footer-wrapper .footer-block ul li .text span {
  color: #38b6e8;
  font-weight: 800;
}
footer .footer-wrapper .footer-block .reviews img {
  max-width: 80px;
  margin: 0 20px 10px 0;
}
footer .footer-wrapper .footer-block .social-icons a {
  margin-right: 20px;
}
footer .footer-wrapper .footer-block .social-icons a i {
  color: #38b6e8;
  transition: 0.5s ease-in-out all;
}
footer .footer-wrapper .footer-block .social-icons a i:hover {
  color: #000;
}

.footer-bottom {
  background: #38b6e8;
  padding: 10px 0;
  text-align: center;
}
.footer-bottom .block,
.footer-bottom a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  word-spacing: 2px;
  transition: 0.5s all;
}
.footer-bottom .block a,
.footer-bottom a a {
  display: inline;
}
.footer-bottom .block a:hover,
.footer-bottom a a:hover {
  color: #000;
}

@media screen and (max-width: 992px) {
  footer .container {
    max-width: 800px;
  }
  footer .footer-wrapper {
    padding: 60px 0;
  }
  footer .footer-wrapper .footer-block.first {
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-block .reviews img {
    max-width: 80px;
    margin: 0 20px 10px 0;
  }
  footer .footer-wrapper .footer-block .social-icons {
    justify-content: start;
  }
  footer .footer-wrapper .footer-block .social-icons a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    padding: 40px 10px;
  }
  footer .footer-wrapper .footer-block h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .footer-wrapper .footer-block ul li {
    padding-bottom: 8px;
    font-weight: 600;
  }
  footer .footer-wrapper .footer-block ul li a {
    font-size: 13px;
  }
  footer .footer-wrapper .footer-block ul li .text {
    font-size: 13px;
  }
  footer .footer-wrapper .footer-block ul li .text a {
    font-size: 13px;
  }
  footer .footer-wrapper .footer-block .reviews img {
    max-width: 60px;
    margin: 0 20px 10px 0;
  }

  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block,
.footer-bottom a {
    font-size: 13px;
  }
}
@media screen and (max-width: 580px) {
  footer .footer-wrapper {
    padding: 40px 10px;
  }
  footer .footer-wrapper .footer-block {
    margin-bottom: 20px;
  }
  footer .footer-wrapper .footer-block.first {
    margin-bottom: 20px;
  }
  footer .footer-wrapper .footer-block h1 {
    font-size: 15px;
    text-align: center;
  }
  footer .footer-wrapper .footer-block h1::after {
    margin: 0 auto;
  }
  footer .footer-wrapper .footer-block ul li {
    justify-content: center;
  }
  footer .footer-wrapper .footer-block .reviews {
    justify-content: center;
  }
  footer .footer-wrapper .footer-block .reviews img {
    max-width: 60px;
    margin: 0 20px 10px 0;
  }
  footer .footer-wrapper .footer-block .social-icons {
    justify-content: center;
  }
}
.page-about section.aboutus-section p strong {
  display: none;
}
.page-about p.pad-top {
  padding-top: 20px;
}
.page-about section.about2-section {
  margin-top: 40px;
}
.page-about section.about2-section .section-wrapper .button {
  display: none;
}

.page-service {
  padding: 60px 0;
}
.page-service .wrapper .section-heading {
  padding-bottom: 30px;
}
.page-service .wrapper .section-heading h6 {
  font-size: 26px;
  font-weight: 600;
  word-spacing: 0.05em;
  color: #38b6e8;
}
.page-service .wrapper .section-heading h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.page-service .wrapper .service-wrapper .service-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
}
.page-service .wrapper .service-wrapper .service-block .image {
  margin-bottom: 0;
  flex: 0 0 50%;
}
.page-service .wrapper .service-wrapper .service-block .image img {
  width: 100%;
}
.page-service .wrapper .service-wrapper .service-block .content {
  flex: 0 0 calc(50% + 60px);
  margin: 0 0 0 -60px;
  padding: 20px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px -5px #38b6e8;
  transition: 0.5s ease-out;
}
.page-service .wrapper .service-wrapper .service-block .content .title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #7db945;
  padding-bottom: 20px;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.page-service .wrapper .service-wrapper .service-block .content .desc p {
  padding-bottom: 10px;
  font-size: 16px;
  transition: 0.5s ease-out;
  transition-delay: 0.3s;
}
.page-service .wrapper .service-wrapper .service-block .content:hover {
  background: #38b6e8;
}
.page-service .wrapper .service-wrapper .service-block .content:hover .title {
  color: #ffffff;
}
.page-service .wrapper .service-wrapper .service-block .content:hover .desc p {
  color: #ffffff;
}
.page-service .wrapper .service-wrapper .service-block.alter-serviceblock {
  flex-direction: row-reverse;
}
.page-service .wrapper .service-wrapper .service-block.alter-serviceblock .content {
  margin: 0 -60px 0 0;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .page-service {
    padding: 40px 0;
  }
  .page-service .wrapper .service-wrapper .service-block {
    flex-direction: column;
  }
  .page-service .wrapper .service-wrapper .service-block .image {
    width: 100%;
  }
  .page-service .wrapper .service-wrapper .service-block .content {
    width: 90%;
    margin: -40px 0 0 0;
    padding: 10px 30px;
    text-align: center;
  }
  .page-service .wrapper .service-wrapper .service-block .content .desc p {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .page-service .wrapper .service-wrapper .service-block.alter-serviceblock {
    flex-direction: column;
  }
  .page-service .wrapper .service-wrapper .service-block.alter-serviceblock .content {
    width: 90%;
    margin: -40px 0 0 0;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-service {
    padding: 30px 0;
  }
  .page-service .wrapper .service-wrapper .service-block .content .title {
    font-size: 28px;
  }
  .page-service .wrapper .service-wrapper .service-block .content .desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .page-service .wrapper .section-heading {
    padding-bottom: 20px;
  }
  .page-service .wrapper .section-heading h6 {
    font-size: 20px;
  }
  .page-service .wrapper .section-heading h3 {
    font-size: 16px;
  }
  .page-service .wrapper .service-wrapper .service-block .content {
    padding: 10px 20px;
  }
  .page-service .wrapper .service-wrapper .service-block .content .title {
    font-size: 22px;
  }
  .page-service .wrapper .service-wrapper .service-block .content .desc p {
    font-size: 13px;
  }
}
.contact {
  background: url("../images/contactbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.contact .contact-wrapper {
  position: relative;
}
.contact .contact-wrapper .contact-title {
  text-align: center;
  padding-bottom: 80px;
}
.contact .contact-wrapper .contact-title h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding: 20px 20px;
  color: #ffffff;
  text-transform: capitalize;
  word-spacing: 0.05em;
  background: #7db945;
  margin-top: -39px;
  position: relative;
}
.contact .contact-wrapper .contact-title h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  border-bottom: 27px solid #000000;
  border-left: 27px solid transparent;
}
.contact .contact-wrapper .contact-title h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  border-bottom: 27px solid #000000;
  border-right: 27px solid transparent;
}
.contact .contact-wrapper .contact-form-wrapper {
  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info {
  flex: 0 0 calc(40% - 30px);
  margin-right: 30px;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 30px 0;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  text-align: center;
  transition: 0.3s ease-in-out;
  position: relative;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background-color: #ffa500;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s ease-in;
  z-index: 1;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon i {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 33;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .text h5 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #ffa500;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .text h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail:hover .icon {
  border: 1px solid #ffa500;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail:hover .icon::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail:hover .icon i {
  color: #ffffff;
}
.contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail:hover .text h6 {
  color: #ffa500;
}
.contact .contact-wrapper .contact-form-wrapper .contact-form {
  flex: 0 0 calc(60% - 30px);
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-label.overlap h5 {
  font-size: 16px;
  font-weight: 400;
  color: #ffa500;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  display: inline-block;
}
.contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  padding: 20px;
  background: transparent;
  border-radius: 4px;
  resize: none;
}
.contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control:focus {
  outline: none;
  border-color: #dedede;
}
.contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main {
  font-size: 14px;
  border: 1px solid #ffa500;
  background-color: #ffa500;
  border-radius: 4px;
  color: #ffffff;
  padding: 8px 20px;
  transition: 0.3s ease-in-out;
}
.contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main:hover {
  background-color: transparent;
  color: #ffa500;
}

.map-section iframe {
  width: 100%;
  display: block;
}

@media screen and (max-width: 992px) {
  .contact .contact-wrapper .contact-title {
    padding-bottom: 60px;
  }
  .contact .contact-wrapper .contact-title h4 {
    font-size: 20px;
    padding: 20px 20px;
    margin-top: -39px;
  }
  .contact .contact-wrapper .contact-title h4::before {
    left: -24px;
    border-bottom: 24px solid #000000;
    border-left: 24px solid transparent;
  }
  .contact .contact-wrapper .contact-title h4::after {
    right: -24px;
    border-bottom: 24px solid #000000;
    border-right: 24px solid transparent;
  }
  .contact .contact-wrapper .contact-form-wrapper {
    padding-bottom: 60px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info {
    flex: 0 0 calc(40% - 20px);
    margin-right: 20px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail {
    word-break: break-all;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .text h6 {
    font-size: 14px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group {
    margin-bottom: 20px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-label.overlap h5 {
    font-size: 14px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control {
    font-size: 13px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main {
    font-size: 14px;
    border: 1px solid #7db945;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-wrapper .contact-title {
    padding-bottom: 60px;
  }
  .contact .contact-wrapper .contact-title h4 {
    font-size: 20px;
    padding: 20px 20px;
    margin-top: -39px;
  }
  .contact .contact-wrapper .contact-form-wrapper {
    padding-bottom: 40px;
    flex-direction: column;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail {
    word-break: break-all;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .text h6 {
    font-size: 14px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form {
    margin-left: 0;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group {
    margin-bottom: 20px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-label.overlap h5 {
    font-size: 14px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control {
    font-size: 15px;
  }
  .contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main {
    font-size: 14px;
    border: 1px solid #7db945;
    border-radius: 4px;
  }
}
.page-quote {
  padding: 40px 0;
  background-color: #7db945;
}

.quote-wrapper .content {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.quote-wrapper .content h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.4;
}
.quote-wrapper .content .desc {
  font-size: 16px;
  color: #ffffff;
}
.quote-wrapper .form-container {
  margin-top: 60px;
  max-width: 800px;
  margin: 60px auto 0 auto;
}
.quote-wrapper .form-container .form-title h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}
.quote-wrapper .form-container .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quote-wrapper .form-container .form .form-group {
  flex: 0 0 calc(50% - 20px);
  margin: 0 20px 15px 0;
}
.quote-wrapper .form-container .form .form-group label {
  font-size: 14px;
  color: #ffffff;
  max-width: 100%;
}
.quote-wrapper .form-container .form .form-group .form-control {
  max-width: 100%;
  color: #000000;
  border: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}
.quote-wrapper .form-container .form .form-group .form-control.text-full {
  display: block;
  resize: none;
  min-height: 120px;
}
.quote-wrapper .form-container .form .form-group .submit {
  background-color: #38b6e8;
  color: #ffffff;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #38b6e8;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}
.quote-wrapper .form-container .form .form-group .submit:hover {
  background-color: transparent;
  color: #ffffff;
}
.quote-wrapper .form-container .form .full-width {
  flex: 0 0 calc(100% - 20px);
  margin-right: 20px;
}
.quote-wrapper .form-container .form .full-width .radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quote-wrapper .form-container .form .full-width .radio-group .radio-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
.quote-wrapper .form-container .form .full-width .radio-group .radio-btn label {
  margin-bottom: 0;
  padding-left: 8px;
}

.range-labels {
  margin: 18px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.range-labels li {
  width: 5px;
  float: none;
}
.range-labels li:first-child::before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .page-quote {
    padding-bottom: 30px;
    margin-top: 0;
  }

  .quote-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .quote-wrapper .content {
    max-width: 500px;
    text-align: center;
    padding: 30px 10px;
  }
  .quote-wrapper .content h3 {
    font-size: 18px;
  }
  .quote-wrapper .content .desc {
    font-size: 14px;
  }
  .quote-wrapper .form-container {
    background-color: #38b6e8;
    padding: 30px;
    max-width: 100%;
    margin-top: 10px;
  }
  .quote-wrapper .form-container .form-title h3 {
    font-size: 20px;
    text-align: center;
  }
  .quote-wrapper .form-container .form .form-group {
    max-width: 100%;
  }
  .quote-wrapper .form-container .form .form-group label {
    font-size: 13px;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    margin-left: 0;
    background-color: #7db945;
    border: 2px solid #7db945;
  }
  .quote-wrapper .form-container .form .form-group .submit:hover {
    border: 2px solid #7db945;
  }

  .review-wrapper h4 {
    font-size: 20px;
  }
  .review-wrapper .review {
    justify-content: center;
  }
  .review-wrapper .review li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .quote-wrapper .content h3 {
    font-size: 16px;
  }
  .quote-wrapper .content .desc {
    font-size: 13px;
  }
  .quote-wrapper .form-container .form .form-group label.full {
    margin-left: 0;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .form-control.text-full {
    margin-left: 0;
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .quote-wrapper .form-container .form .form-group {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .quote-wrapper .form-container .form .form-group label.full {
    margin-left: 0;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .form-control.text-full {
    margin-left: 0;
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    font-size: 12px;
  }
}
.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: #7db945;
}
.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: #38b6e8;
  border: 1px solid #38b6e8;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #38b6e8;
}
.thanks .redirect:hover h5 {
  color: #38b6e8;
}

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