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

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

.btn {
  border: none;
}

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

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
html {
  scroll-behavior: smooth;
}

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

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-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: #ffffff;
  text-decoration: none;
  display: block;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

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

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

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

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

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

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

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

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

.section {
  padding: 80px 0;
}

.section-heading .section-main-heading {
  color: #000000;
  position: relative;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline;
}
.section-heading .section-main-heading::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 40px;
  height: 3px;
  background-color: #e9ae0c;
}
.section-heading .section-sub-heading {
  font-size: 42px;
  color: #000000;
  font-weight: 700;
  margin: 20px 0px;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
  .section-heading .section-main-heading {
    font-size: 14px;
  }
  .section-heading .section-sub-heading {
    font-size: 32px;
    margin: 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .section-heading .section-main-heading {
    font-size: 12px;
  }
  .section-heading .section-sub-heading {
    font-size: 28px;
  }
}
/* -- 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: #000080;
  box-shadow: none;
  border: 1px solid;
  border-color: #00004d;
  border-radius: 5px 5px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

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

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

@media screen and (max-width: 1125px) {
  header .header-bottom .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 992px) {
  header .container {
    max-width: 900px;
  }
  header .header-bottom nav .navbar-brand {
    max-width: 200px;
  }
  header .header-bottom nav .navbar-nav {
    background: #000000;
    text-align: center;
  }
  header .header-bottom nav .navbar-nav li .nav-link {
    font-size: 13px;
    margin-right: 0;
  }
  header .header-bottom nav .navbar-nav li .dropdown-item {
    color: #e9ae0c;
    transition: 0.3s ease-in-out;
  }
  header .header-bottom nav .navbar-nav li .dropdown-item:hover {
    background-color: #0a599d;
  }
  header .header-bottom .social-icons {
    justify-content: center;
    background: #000000;
    padding-bottom: 20px;
  }
  header .header-bottom .fa-grip-lines {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-wrapper {
    justify-content: space-between;
  }
  header .header-top .header-wrapper h6 {
    font-size: 14px;
    padding-right: 20px;
  }
  header .header-top .header-wrapper a {
    font-size: 14px;
  }
  header .header-top .header-wrapper .button .btn {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 580px) {
  header .header-top .header-wrapper {
    display: block !important;
    text-align: center;
  }
  header .header-top .header-wrapper .block {
    justify-content: center;
    padding-bottom: 10px;
  }
  header .header-top .header-wrapper .block h6 {
    font-size: 14px;
    padding-right: 20px;
  }
  header .header-top .header-wrapper .block a {
    font-size: 14px;
  }
  header .header-top .header-wrapper .block .button .btn {
    padding: 5px 25px;
  }
}
.banner {
  background-image: url(../images/banner4.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-top: 200px;
}
.banner .container .inner-banner .banner-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .container .inner-banner .banner-hero .banner-content {
  width: 60%;
}
.banner .container .inner-banner .banner-hero .banner-content .banner-heading {
  font-size: 62px;
  color: #ffffff;
  font-weight: 800;
}
.banner .container .inner-banner .banner-hero .banner-content .banner-des {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin: 40px 0px;
}
.banner .container .inner-banner .banner-hero .banner-content .button {
  background-image: linear-gradient(90deg, #d1cd00 0%, #d39e00 100%);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 30px;
  transition: 0.5s ease-in-out all;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #e9ae0c;
  font-weight: 600;
  letter-spacing: 2px;
}
.banner .container .inner-banner .banner-hero .banner-content .button:hover {
  background: #000000;
  color: #fff;
}
.banner .container .inner-banner .banner-hero .banner-form {
  width: 30%;
}
.banner .container .inner-banner .banner-hero .banner-form form {
  padding: 30px;
  background-color: #000080;
}
.banner .container .inner-banner .banner-hero .banner-form form .form-heading {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
.banner .container .inner-banner .banner-hero .banner-form form .form-description {
  font-size: 14px;
  font-style: italic;
  line-height: 1.3;
  color: #8a8a8a;
  margin-bottom: 20px;
}
.banner .container .inner-banner .banner-hero .banner-form form .form-group input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  padding: 10px 15px;
}
.banner .container .inner-banner .banner-hero .banner-form form .form-group input[type=submit] {
  background-image: linear-gradient(90deg, #d1cd00 0%, #d39e00 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.9s;
  border: 2px solid #e9ae0c;
}
.banner .container .inner-banner .banner-hero .banner-form form .form-group input[type=submit]:hover {
  background: transparent;
}
.banner .container .inner-banner .banner-hero .banner-form .info-details {
  padding: 30px;
  background-color: #0a599d;
}
.banner .container .inner-banner .banner-hero .banner-form .info-details .banner-form-heading {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
.banner .container .inner-banner .banner-hero .banner-form .info-details .contact-details {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.banner .container .inner-banner .banner-hero .banner-form .info-details .contact-details span {
  padding-left: 10px;
  font-weight: 400;
}
.banner .container .inner-banner .banner-hero .banner-form .line {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin: 10px 0px 20px 0px;
}

@media screen and (max-width: 992px) {
  .banner {
    height: 100%;
    padding-top: 250px;
  }
  .banner .container .inner-banner .banner-hero {
    flex-direction: column;
    gap: 40px;
  }
  .banner .container .inner-banner .banner-hero .banner-content {
    width: 100%;
  }
  .banner .container .inner-banner .banner-hero .banner-content .banner-heading {
    font-size: 40px;
  }
  .banner .container .inner-banner .banner-hero .banner-content .banner-des {
    font-size: 18px;
    margin: 20px 0px;
  }
  .banner .container .inner-banner .banner-hero .banner-form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    position: relative;
    padding-top: 150px;
  }
  .banner .container .inner-banner .banner-hero {
    gap: 30px;
  }
  .banner .container .inner-banner .banner-hero .banner-content .banner-heading {
    font-size: 32px;
  }
  .banner .container .inner-banner .banner-hero .banner-content .banner-des {
    font-size: 16px;
    margin: 10px 0px;
  }
  .banner .container .inner-banner .banner-hero .banner-content .button {
    padding: 8px 20px;
  }
  .banner .container .inner-banner .banner-hero .banner-form {
    width: 100%;
  }
  .banner .container .inner-banner .banner-hero .banner-form form {
    padding: 20px;
  }
  .banner .container .inner-banner .banner-hero .banner-form form .form-heading {
    font-size: 18px;
  }
  .banner .container .inner-banner .banner-hero .banner-form form .form-description {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .banner .container .inner-banner .banner-hero .banner-form form .form-group input {
    padding: 5px 10px;
  }
  .banner .container .inner-banner .banner-hero .banner-form .info-details {
    padding: 20px;
  }
  .banner .container .inner-banner .banner-hero .banner-form .info-details .banner-form-heading {
    font-size: 18px;
  }
  .banner .container .inner-banner .banner-hero .banner-form .info-details .contact-details {
    font-size: 12px;
  }
  .banner .container .inner-banner .banner-hero .banner-form .info-details .contact-details span {
    padding-left: 5px;
  }
  .banner .container .inner-banner .banner-hero .banner-form .line {
    height: 1px;
    margin: 10px 0px 10px 0px;
  }
}
.about {
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
}
.about .hero-about {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.about .hero-about .figure {
  width: 50%;
  height: 100%;
}
.about .hero-about .figure img {
  width: 100%;
  object-fit: cover;
}
.about .hero-about .about-content {
  width: 50%;
}
.about .hero-about .about-content .about-title {
  color: #000080;
  font-size: 28px;
  font-weight: 700;
}
.about .hero-about .about-content .about-description {
  font-size: 16px;
  columns: #8a8a8a;
  margin: 20px 0px;
}
.about .hero-about .about-content .learn-more {
  background-image: linear-gradient(90deg, #d1cd00 0%, #d39e00 100%);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 30px;
  transition: 0.5s ease-in-out all;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #e9ae0c;
  font-weight: 600;
  letter-spacing: 2px;
}
.about .hero-about .about-content .learn-more:hover {
  background: #000000;
  color: #fff;
  scale: 1.1;
}
.about .hero-about .about-content .icon {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
.about .hero-about .about-content .icon i {
  font-size: 60px;
  color: #8a8a8a;
  opacity: 0.5;
}

@media screen and (max-width: 992px) {
  .about .hero-about {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
  .about .hero-about .figure {
    width: 100%;
    height: 100%;
  }
  .about .hero-about .about-content {
    width: 100%;
  }
  .about .hero-about .about-content .about-title {
    font-size: 24px;
  }
  .about .hero-about .about-content .about-description {
    font-size: 14px;
    margin: 10px 0px;
  }
  .about .hero-about .about-content .icon i {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .about .hero-about {
    gap: 30px;
  }
  .about .hero-about .about-content .about-title {
    font-size: 20px;
  }
  .about .hero-about .about-content .about-description {
    font-size: 14px;
  }
  .about .hero-about .about-content .learn-more {
    padding: 8px 20px;
  }
  .about .hero-about .about-content .icon i {
    font-size: 30px;
  }
}
.service .section-heading {
  text-align: center;
}
.service .service-hero {
  display: flex;
  gap: 30px;
}
.service .service-hero .services-item {
  width: 33.33%;
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
  /* Background color of the div */
  box-shadow: 5px 5px 10px rgba(33, 44, 84, 0.1);
}
.service .service-hero .services-item .image {
  overflow: hidden;
}
.service .service-hero .services-item .image img {
  width: 100%;
  height: 100%;
}
.service .service-hero .services-item .image img:hover {
  scale: 1.1;
}
.service .service-hero .services-item .service-details .service-title {
  font-size: 22px;
  color: #000080;
  font-weight: 700;
  margin: 20px 0px;
}
.service .service-hero .services-item .service-details .service-des {
  font-size: 14px;
  line-height: 1.3;
  color: #8a8a8a;
  font-weight: 500;
}
.service .service-hero .services-item .service-details .service-link {
  color: #e9ae0c;
  font-weight: 800;
  margin: 20px 0px;
}
.service .service-hero .services-item .service-details .service-link i {
  transition: 0.5s;
}
.service .service-hero .services-item .service-details .service-link:hover {
  color: #000080;
}
.service .service-hero .services-item .service-details .service-link:hover i {
  margin-left: 10px;
}
.service .hero-menu {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  /* Style for the container holding the images */
  /* Rotation animation */
}
.service .hero-menu .menu-table {
  width: 50%;
  max-height: 400px;
  overflow-y: auto;
}
.service .hero-menu .menu-table .custom-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
}
.service .hero-menu .menu-table .custom-table th,
.service .hero-menu .menu-table .custom-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #000000;
}
.service .hero-menu .menu-table .custom-table th {
  background-color: #000080;
  color: #fff;
}
.service .hero-menu .menu-table .custom-table tbody tr:nth-child(even) {
  background-color: #dedede;
}
.service .hero-menu .menu-table .custom-table tbody tr:hover {
  background-color: #000000;
}
.service .hero-menu .image-container {
  position: relative;
  width: 400px;
  height: 400px;
}
.service .hero-menu .image-container .image-top {
  position: relative;
  z-index: 2;
  width: 200px;
  height: auto;
}
.service .hero-menu .image-container .image-bottom {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotateImage 10s linear infinite;
  width: 400px;
  height: auto;
}
@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 991px) {
  .service .service-hero {
    flex-direction: column;
    gap: 30px;
  }
  .service .service-hero .services-item {
    width: 100%;
  }
  .service .hero-menu {
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .service .hero-menu .menu-table {
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .service .service-hero {
    flex-direction: column;
    gap: 30px;
  }
  .service .service-hero .services-item .service-details .service-title {
    font-size: 18px;
    margin: 10px 0px;
  }
  .service .service-hero .services-item .service-details .service-des {
    font-size: 14px;
  }
  .service .service-hero .services-item .service-details .service-link {
    color: #e9ae0c;
    font-weight: 800;
    margin: 20px 0px;
  }
  .service .service-hero .services-item .service-details .service-link i {
    transition: 0.5s;
  }
  .service .service-hero .services-item .service-details .service-link:hover {
    color: #000080;
  }
  .service .service-hero .services-item .service-details .service-link:hover i {
    margin-left: 10px;
  }
  .service .hero-menu {
    gap: 20px;
    /* Style for the container holding the images */
  }
  .service .hero-menu .image-container {
    width: 300px;
    height: 300px;
  }
  .service .hero-menu .image-container .image-top {
    width: 150px;
  }
  .service .hero-menu .image-container .image-bottom {
    width: 300px;
  }
}
.gallery {
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
}
.gallery .gallery-hero {
  display: flex;
  align-items: center;
  gap: 40px;
}
.gallery .gallery-hero .before-after-hero {
  width: 60%;
}
.gallery .gallery-hero .before-after-hero .before-after-images .gallery-item .item .figure {
  width: 100%;
}
.gallery .gallery-hero .before-after-hero .before-after-images .gallery-item .item .figure img {
  width: 100%;
  object-fit: cover;
}
.gallery .gallery-hero .before-after-hero .before-after-images .gallery-item .item .b-f-title {
  text-align: center;
  color: #e9ae0c;
  font-size: 18px;
  font-weight: 800;
}
.gallery .gallery-hero .gallery-content {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .gallery .section-heading {
    text-align: center;
  }
  .gallery .gallery-hero {
    flex-direction: column-reverse;
  }
  .gallery .gallery-hero .before-after-hero {
    width: 100%;
  }
  .gallery .gallery-hero .gallery-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-hero .before-after-hero .before-after-images .gallery-item .item .b-f-title {
    font-size: 14px;
  }
  .gallery .gallery-hero .gallery-content {
    width: 100%;
  }
}
.build {
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  padding-top: 0px;
}
.build section.steps-section .section-heading {
  text-align: center;
}
.build section.steps-section .build-hero {
  display: flex;
  gap: 20px;
}
.build section.steps-section .build-hero .block {
  width: 33.33%;
  padding: 50px;
  background-color: rgba(0, 0, 128, 0.1);
  height: 100%;
}
.build section.steps-section .build-hero .block .number {
  color: #000080;
  text-align: right;
  font-size: 28px;
  font-weight: 900;
}
.build section.steps-section .build-hero .block .icon {
  text-align: center;
}
.build section.steps-section .build-hero .block .icon img {
  max-width: 60px;
}
.build section.steps-section .build-hero .block .title {
  color: #000080;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0 15px 0;
  text-align: center;
}
.build section.steps-section .build-hero .block .text {
  font-size: 16px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .build section.steps-section .build-hero {
    gap: 20px;
    flex-direction: column;
  }
  .build section.steps-section .build-hero .block {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .build section.steps-section .build-hero .block {
    padding: 30px;
  }
  .build section.steps-section .build-hero .block .number {
    font-size: 24px;
  }
  .build section.steps-section .build-hero .block .title {
    font-size: 14px;
    padding: 15px 0 10px 0;
  }
  .build section.steps-section .build-hero .block .text {
    font-size: 14px;
  }
}
section.quote-section {
  background: url(../images/quotebg.jpg) no-repeat center center/cover;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
}
section.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 128, 0.8);
  transition: 0.5s all;
}
section.quote-section .section-wrapper h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 50px;
  text-align: right;
}
section.quote-section .section-wrapper form {
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(241, 241, 241, 0.2);
}
section.quote-section .section-wrapper form .form-control {
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  height: 50px;
  padding: 10px;
  font-weight: 400;
}
section.quote-section .section-wrapper form textarea {
  height: 150px !important;
  resize: none;
}
section.quote-section .section-wrapper form option {
  font-family: "Piazzolla", serif;
  padding-bottom: 10px;
}
section.quote-section .section-wrapper .button {
  text-align: right;
}
section.quote-section .section-wrapper .button .btn {
  border-radius: 0;
}

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

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

@media screen and (max-width: 992px) {
  footer .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 50px 0;
  }
  footer .footer-top h1,
  footer .footer-top a {
    font-size: 22px;
  }
  footer .footer-middle {
    text-align: center;
    padding: 50px 0;
  }
  footer .footer-middle .footer-wrapper .logo img {
    max-width: 200px;
  }
  footer .footer-middle .footer-wrapper .title {
    font-size: 20px;
    padding-top: 20px;
  }
  footer .footer-middle .footer-wrapper .desc {
    font-size: 13px;
  }
  footer .footer-middle .footer-wrapper .footer-title {
    font-size: 20px;
    padding: 20px 0;
  }
  footer .footer-middle .footer-wrapper ul li {
    padding-bottom: 14px;
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .icon {
    padding-right: 10px;
  }
  footer .footer-middle .footer-wrapper ul li .icon i {
    font-size: 16px;
  }
  footer .footer-middle .footer-wrapper ul li .text h6 {
    font-size: 14px;
  }
  footer .footer-middle .footer-wrapper ul li .text a {
    font-size: 15px;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons {
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons a i {
    font-size: 16px;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
  footer .footer-bottom .footer-wrapper .menus {
    justify-content: center;
    padding-bottom: 10px;
  }
  footer .footer-bottom .footer-wrapper .menus a {
    font-size: 16px;
    font-weight: 400;
  }
  footer .footer-bottom .footer-wrapper .block,
  footer .footer-bottom .footer-wrapper a {
    font-size: 15px;
  }
}

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