@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Gabriela|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Piazzolla:ital,opsz,wght@0,8..30,100..900;1,8..30,100..900&display=swap");
body,
p,
a {
  font-style: normal;
  font-weight: 400; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif; }

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

p {
  font-family: "Gabriela", serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.7; }

a {
  font-family: "Gabriela", serif;
  color: #1c1c1c;
  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.1); }

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

.btn {
  border: none; }

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Montserrat", 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;
    text-transform: uppercase;
    border: 2px solid #00008B;
    background-color: #00008B;
    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: #00008B;
      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: #00008B;
      color: #00008B; }
      .btn.btn-custom-small.ghost:hover,
      .form-control.btn-custom-small.ghost:hover {
        background-color: #00008B;
        color: #fff; }
  .btn.btn-primary,
  .form-control.btn-primary {
    background-color: #00008B;
    color: #fff;
    border-color: #00008B; }
    .btn.btn-primary:hover,
    .form-control.btn-primary:hover {
      background-color: transparent;
      border-color: #00008B;
      color: #000; }
  .btn.btn-secondary,
  .form-control.btn-secondary {
    background-color: #078C39;
    color: #fff;
    border-color: #078C39; }
    .btn.btn-secondary:hover,
    .form-control.btn-secondary:hover {
      background-color: transparent;
      border-color: #078C39;
      color: #000; }

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px; }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px; }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px; } }

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none; }
  .scrollevent a:hover {
    font-style: normal; }
  .scrollevent a .btn-scroll-up {
    padding: 5px 6px;
    background-color: rgba(0, 0, 139, 0.95);
    box-shadow: none;
    border: 1px solid;
    border-color: #000058;
    border-radius: 6px 6px 0 0;
    color: #fff;
    transition: 0.6s all;
    cursor: pointer; }
    .scrollevent a .btn-scroll-up i {
      transform: translateY(0);
      transition: 0.6s all;
      color: #fff; }
    .scrollevent a .btn-scroll-up:hover i {
      transform: translateY(-5px); }
    .scrollevent a .btn-scroll-up:focus {
      text-decoration: none;
      border: none;
      outline: none; }

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

figure {
  margin: 0; }

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

.navbar-brand:hover img {
  transform: scale(0.9); }

i {
  transition: 0.4s all; }

.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, 139, 0.7);
    border-radius: 100%; }

.socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  text-align: center;
  margin: 0 0.3em;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s; }
  .socials li a i {
    font-size: 12px; }
  .socials li a:hover {
    border-color: white; }
    .socials li a:hover i {
      color: #078C39; }

@media screen and (max-width: 992px) {
  .socials {
    display: flex;
    flex-direction: row; }
    .socials li a {
      border-color: rgba(0, 0, 139, 0.7); } }

.no-padding {
  padding: 0; }

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

.slick-dots {
  margin-top: 15px;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: auto 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: #00008B; }

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

.section {
  padding: 80px 0; }

.section-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 8px; }
  .section-header h2 {
    font-size: 38px;
    font-weight: 500;
    color: #1c1c1c; }
    .section-header h2 span {
      color: #078C39; }
    .section-header h2::after {
      content: "";
      display: block;
      height: 2px;
      width: 40px;
      background-color: #00008B;
      margin: 10px auto; }
  .section-header h6 {
    font-size: 18px;
    font-weight: 600;
    color: #8a8a8a;
    text-transform: capitalize;
    margin-bottom: 3px; }
  .section-header.left {
    border-left: 5px solid #00008B;
    padding: 2px 0 2px 20px;
    text-align: left; }
    .section-header.left h2 {
      text-transform: uppercase; }
      .section-header.left h2::after {
        display: none; }

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0; }
  .section-header {
    margin-bottom: 30px; }
    .section-header h2 {
      font-size: 36px; } }

@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0; }
  .section-header h2 {
    font-size: 30px; }
  .section-header h6 {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0; }
  .section-header h2 {
    font-size: 24px; } }

@media screen and (max-width: 576px) {
  .section-header h2 {
    font-size: 20px; }
  .section-header h6 {
    font-size: 13px; } }

.breadcrumb-wrapper {
  position: relative;
  background-color: rgba(222, 222, 222, 0.6); }
  .breadcrumb-wrapper .breadcrumb {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    background-color: transparent; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
      text-transform: capitalize;
      color: #2a2a2a;
      font-weight: 500;
      font-size: 16px;
      position: relative; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-family: "font Awesome 5 Free";
        font-weight: 700;
        color: #2a2a2a; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item .breadcrumb-link {
        font-weight: 400;
        font-size: 16px;
        padding: 20px;
        transition: 0.3s ease-in;
        background-color: transparent; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child {
        border-top-left-radius: 5px; }
        .breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child::before {
          display: none; }
        .breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child .breadcrumb-link {
          padding-left: 0; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child {
        border-top-right-radius: 5px; }

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative; }
  .thanks .icon {
    padding-top: 60px;
    width: 100%; }
  .thanks .message {
    display: inline-block;
    margin-top: 30px; }
    .thanks .message p {
      font-size: 16px;
      word-spacing: 0.05em;
      color: #078C39;
      padding: 20px 0; }
  .thanks .redirect {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    background-color: #00008B;
    border: 1px solid #00008B;
    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: #00008B; }
      .thanks .redirect:hover h5 {
        color: #00008B; }

header .top-bar {
  position: relative;
  border: 1px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 10px 75px;
  background-color: #1a1a1a;
  color: #ffffff;
  align-items: center; }
  header .top-bar .contact-info span {
    margin: 10px;
    font-size: 16px;
    font-weight: 600; }
  header .top-bar .contact-btn {
    width: 178px; }
    header .top-bar .contact-btn .btn-get-in-touch {
      background-color: #00bcd4;
      color: white;
      padding: 8px 20px;
      border-radius: 25px;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      transition: background-color 0.3s ease; }
      header .top-bar .contact-btn .btn-get-in-touch:hover {
        background-color: #0097a7; }

header .nav-bar {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0);
  /* Initial transparent background */
  padding: 5px 60px;
  position: fixed;
  /* Fix it at the top */
  width: 100%;
  top: 0;
  z-index: 1000;
  /* Ensure it's above other content */
  transition: background-color 0.5s ease, padding 0.3s ease;
  /* Smooth transition */
  border-bottom: 1px solid; }
  header .nav-bar .logo img {
    max-width: 75px;
    /* Adjust the size of the logo */ }
  header .nav-bar nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    header .nav-bar nav ul li {
      margin: 0 15px; }
      header .nav-bar nav ul li a {
        text-decoration: none;
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 16px;
        font-weight: bold;
        transition: color 0.3s ease; }
        header .nav-bar nav ul li a:hover {
          color: #00bcd4;
          /* Hover effect */ }
  header .nav-bar .social-media {
    display: flex; }
    header .nav-bar .social-media a {
      margin-left: 15px; }
      header .nav-bar .social-media a img {
        width: 20px;
        /* Icon size */ }
  header .nav-bar.scrolled {
    background-color: black;
    /* Change to black on scroll */
    padding: 5px 60px;
    /* Adjust padding if needed */
    margin-top: 0; }

.banner {
  font-family: 'Piazzolla', serif; }
  .banner .slider .block {
    position: relative; }
    .banner .slider .block .image {
      position: relative;
      aspect-ratio: 25/10;
      object-fit: cover;
      overflow: hidden;
      margin-left: -1px; }
      .banner .slider .block .image img {
        height: 100%;
        width: 100%;
        max-width: initial;
        object-fit: cover; }
    .banner .slider .block .text {
      position: absolute;
      font-family: 'Piazzolla', serif;
      bottom: 50px;
      left: 0;
      right: 0;
      z-index: 9;
      width: 560px;
      padding: 15px;
      margin: 0 auto;
      color: #fff;
      text-align: center; }
      .banner .slider .block .text h4 {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 0.03em;
        margin-bottom: 10px; }
      .banner .slider .block .text h2 {
        font-size: 52px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        line-height: 1.3;
        margin: 0 auto;
        letter-spacing: 0.02em; }
      .banner .slider .block .text .desc {
        display: block;
        font-size: 16px;
        color: #fff;
        margin-top: 8px; }
      .banner .slider .block .text .button {
        margin: 0 auto;
        margin-top: 25px;
        text-align: center;
        position: relative;
        border-color: #fff; }
        .banner .slider .block .text .button a {
          display: inline-block;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          padding: 10px 40px;
          border: 2px solid #7ebbea;
          color: white;
          border-radius: 30px;
          transition: all 0.3s ease;
          background-color: #35baf6; }
          .banner .slider .block .text .button a:hover {
            background-color: transparent;
            color: black; }
  .banner .slider .slick-arrow {
    z-index: 9; }
    .banner .slider .slick-arrow.left {
      left: 0; }
    .banner .slider .slick-arrow.right {
      right: 0; }
    .banner .slider .slick-arrow i {
      background-color: transparent;
      color: #fff;
      opacity: 0.6; }
      .banner .slider .slick-arrow i:hover {
        opacity: 1; }

.about-section .first-section {
  background: url("../images/firstbg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0; }
  .about-section .first-section .container {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 50px;
    text-align: center;
    border-radius: 10px; }
    .about-section .first-section .container .title h2 {
      font-size: 22px;
      word-spacing: 5px;
      padding-bottom: 10px;
      border-bottom: 1px solid black; }
    .about-section .first-section .container .context {
      color: black; }
      .about-section .first-section .container .context h6 {
        font-size: 16px;
        font-weight: 800;
        color: rgba(26, 187, 187, 0.726); }

.about-section .second-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/secondbg.jpg");
  background-size: cover;
  background-size: cover;
  text-align: center;
  justify-content: center; }
  .about-section .second-section .container {
    color: white;
    line-height: 2rem;
    max-width: 800px; }
    .about-section .second-section .container .title {
      padding-top: 100px; }
      .about-section .second-section .container .title h2 {
        font-size: 38px;
        font-weight: 600;
        word-spacing: 5px; }
    .about-section .second-section .container .context p {
      color: white;
      font-size: 18px; }
    .about-section .second-section .container button {
      padding: 10px 50px;
      background-color: #24bebe;
      color: white;
      border-radius: 20px;
      border: 1px transparent;
      font-size: 18px;
      font-weight: 700; }
    .about-section .second-section .container .review {
      padding-bottom: 75px; }
      .about-section .second-section .container .review .image img {
        max-width: 120px; }

.about-section .third-section {
  background: url("../images/thirdbg.jpeg") no-repeat center center;
  background-size: cover;
  padding: 100px 0; }
  .about-section .third-section .container {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 50px;
    text-align: center;
    border-radius: 10px; }
    .about-section .third-section .container .title h2 {
      font-size: 22px;
      word-spacing: 5px;
      padding-bottom: 10px;
      border-bottom: 1px solid black; }
    .about-section .third-section .container .context {
      color: black; }
      .about-section .third-section .container .context h6 {
        font-size: 16px;
        font-weight: 800;
        color: rgba(26, 187, 187, 0.726); }

.services {
  background: url("../images/services.jpg") no-repeat;
  background-size: cover;
  margin-top: 20px;
  text-align: center; }
  .services .head {
    padding-top: 40px;
    color: white;
    font-family: 'Times New Roman', Times, serif; }
    .services .head h1 {
      font-size: 32px;
      font-weight: 600; }
    .services .head p {
      font-size: 18px;
      font-weight: 200; }
  .services .container {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .services .container .service-wrapper {
      text-align: center;
      background: white;
      padding: 5px;
      transition: transform 0.3s ease, box-shadow 0.3s ease; }
      .services .container .service-wrapper img {
        max-width: 100%;
        aspect-ratio: 5/4;
        object-fit: cover; }
      .services .container .service-wrapper h2 {
        color: violet;
        font-size: 20px;
        font-weight: 600; }
      .services .container .service-wrapper p {
        color: #5c5b5b;
        font-size: 16px;
        font-weight: 200; }
      .services .container .service-wrapper:hover {
        transform: scale(1.05);
        /* Slight increase in size on hover */
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
        /* Adds a subtle shadow effect */ }
    .services .container button {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: black;
      color: white;
      border-radius: 10px; }

.section-gallery {
  background: url("../images/gallerybg.jpg") no-repeat;
  background-size: cover;
  color: white;
  padding-bottom: 0; }
  .section-gallery .section-header h6 {
    color: white; }
  .section-gallery .section-header h2 {
    font-size: 36px;
    color: aqua; }
  .section-gallery .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
    margin: 10px; }
    .section-gallery .wrapper a {
      flex: 0 0 20%;
      height: auto; }
      .section-gallery .wrapper a img {
        width: 90%;
        aspect-ratio: 3/2;
        object-fit: cover;
        border-radius: 10px; }

.quote-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/quotebg.jpg");
  background-size: cover;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: space-between;
  padding: 50px;
  align-items: center; }
  .quote-section .text-area {
    flex: 1;
    text-align: right;
    color: white; }
    .quote-section .text-area h1 {
      font-weight: 800;
      font-size: 42px; }
  .quote-section .form {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px; }
    .quote-section .form form input, .quote-section .form form select, .quote-section .form form textarea, .quote-section .form form button {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      border: 1px solid #ccc; }
    .quote-section .form form button {
      background-color: #000;
      color: white;
      font-weight: bold;
      cursor: pointer;
      border: none;
      border-radius: none;
      transition: background-color 0.3s ease;
      max-width: fit-content;
      padding: 10px 20px; }
      .quote-section .form form button:hover {
        background-color: white;
        color: black; }

body {
  font-family: Arial, sans-serif; }

.testimonials {
  text-align: center;
  padding: 50px; }
  .testimonials h2 {
    font-size: 18px;
    color: #333; }
  .testimonials h3 {
    font-size: 36px;
    color: #00bcd4;
    margin-bottom: 40px; }

.slider-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  /* Hide overflowing slides */ }

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Smooth transition for sliding */ }

.slide {
  min-width: 50%;
  /* Show 2 slides at once */
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
  text-align: center; }
  .slide h4 {
    color: #00bcd4;
    font-size: 24px; }
  .slide p {
    font-size: 16px;
    color: #666;
    margin-top: 10px; }

.nav-dots {
  text-align: center;
  margin-top: 20px; }
  .nav-dots .dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer; }
    .nav-dots .dot.active {
      background-color: #00bcd4; }

footer {
  background-color: #151515;
  padding: 50px 0 35px 0; }
  footer .footer-block .logo {
    margin-top: -20px;
    margin-bottom: 10px; }
    footer .footer-block .logo img {
      max-width: 160px; }
  footer .footer-block .about p {
    font-size: 14px;
    color: #fff;
    padding-right: 30px; }
  footer .footer-block .about strong {
    font-size: 16px;
    display: block; }
  footer .footer-block .footer-title {
    margin-bottom: 20px;
    position: relative; }
    footer .footer-block .footer-title h3 {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      padding: 0; }
  footer .footer-block .links h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff; }
  footer .footer-block .links li {
    margin: 10px 0; }
    footer .footer-block .links li a {
      font-size: 14px;
      color: #fff;
      margin: 8px 0;
      padding: 3px 0; }
    footer .footer-block .links li i {
      margin-right: 8px; }
    footer .footer-block .links li .info {
      font-size: 14px;
      color: #fff;
      word-break: break-all; }
    footer .footer-block .links li a,
    footer .footer-block .links li .info:hover {
      color: #00008B; }
  footer .footer-block .links.menu li a {
    position: relative;
    color: #fff; }
  footer .footer-block .links .links {
    margin-top: 15px;
    display: flex; }
    footer .footer-block .links .links li {
      margin: 0; }
      footer .footer-block .links .links li:first-child a {
        margin-left: 0; }
    footer .footer-block .links .links a {
      margin: 0 7px;
      color: #fff; }
  footer .footer-block .list {
    flex-wrap: wrap; }
    footer .footer-block .list li {
      flex: 0 0 calc(50% - 30px);
      margin: 0 15px 15px 0; }
  footer .end {
    text-align: center;
    font-size: 18px;
    background-color: #413f3f;
    margin-bottom: none; }
    footer .end p {
      color: white; }
      footer .end p span {
        color: aqua; }

.footer-bottom {
  background-color: #1c1c1c;
  padding: 8px 0; }
  .footer-bottom .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .footer-bottom .block {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 3px 0;
    line-height: 1.7; }
    .footer-bottom .block a {
      display: inline;
      margin: 0 5px;
      color: #00008B;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7;
      letter-spacing: 0.02em; }
  .footer-bottom .develop {
    font-size: 14px;
    color: #fff;
    display: flex;
    flex-direction: row;
    line-height: 1.7; }
    .footer-bottom .develop .p-divider {
      margin: 0 15px 0 10px; }
    .footer-bottom .develop a {
      margin: 0 5px;
      color: #00008B;
      font-weight: 500; }

@media screen and (max-width: 991px) {
  footer {
    background-color: #151515;
    padding: 50px 0 35px 0; }
    footer .footer-block .about p {
      padding-right: 15px; }
    footer .footer-block .links h5 {
      font-size: 14px; }
    footer .footer-block .links.information li .info span {
      display: none; } }

@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px 0; }
    footer .footer-block {
      text-align: center; }
      footer .footer-block .about p {
        padding: 10px;
        margin-bottom: 20px; }
      footer .footer-block .footer-title {
        margin-bottom: 15px;
        margin-top: 20px;
        position: relative; }
        footer .footer-block .footer-title::after {
          content: "";
          display: block;
          margin: 5px auto;
          height: 2px;
          width: 40px;
          background-color: #fff; }
      footer .footer-block .links.menu li a::before {
        display: none; }
      footer .footer-block .links .links {
        justify-content: center; }
      footer .footer-block .list {
        justify-content: center; }
        footer .footer-block .list li {
          flex: 0 0 calc(25% - 30px);
          margin: 0 8px 8px 0; } }
        @media screen and (max-width: 767px) and (max-width: 480px) {
          footer .footer-block .list li {
            flex: 0 0 calc(50% - 30px);
            margin: 0 15px 15px 0; } }

@media screen and (max-width: 767px) {
  .footer-bottom .wrapper {
    flex-direction: column; }
    .footer-bottom .wrapper.w-100 ul li a {
      margin: 0 7px; }
  .footer-bottom .block {
    white-space: nowrap; }
  .footer-bottom .develop {
    text-align: center;
    flex-direction: column; }
    .footer-bottom .develop .text-center {
      white-space: nowrap; }
    .footer-bottom .develop a {
      display: block; }
    .footer-bottom .develop .p-divider {
      display: none; } }

.page-gallery .gallery-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 20px 0; }
  .page-gallery .gallery-menu ul li {
    padding: 3px 15px;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #0a0a0a;
    font-size: 15px;
    border: 2px solid transparent;
    margin: 0 3px; }
    .page-gallery .gallery-menu ul li.active {
      border: 2px solid #078C39;
      border-radius: 25px;
      color: #078C39; }
    .page-gallery .gallery-menu ul li:hover {
      cursor: pointer; }

.page-gallery .gallery .wrapper {
  display: flex;
  flex-wrap: wrap; }
  .page-gallery .gallery .wrapper .item {
    width: calc(100% / 4 - 20px);
    margin: 10px 10px; }
    .page-gallery .gallery .wrapper .item a {
      width: 100%;
      height: 200px; }

@media screen and (max-width: 992px) {
  .page-gallery .gallery-menu ul {
    flex-wrap: wrap; }
    .page-gallery .gallery-menu ul li {
      padding: 3px 8px;
      font-size: 15px;
      margin: 0 3px;
      line-height: 1.2;
      text-align: center; }
  .page-gallery .gallery .wrapper .item {
    width: calc(100% / 2 - 20px); } }

@media screen and (max-width: 768px) {
  .page-gallery .gallery-menu ul li {
    font-size: 14px;
    padding: 3px; }
    .page-gallery .gallery-menu ul li.active {
      font-weight: bold; } }

.page-services .service-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: none;
  margin: 0 0 60px 0; }
  .page-services .service-block .figure {
    flex: 0 0 calc(100% / 2 - 20px);
    min-height: 100%; }
    .page-services .service-block .figure img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .page-services .service-block .block-content {
    flex: 0 0 calc(100% / 2 - 20px); }
    .page-services .service-block .block-content h4 {
      font-size: 26px;
      color: #078C39;
      font-weight: 600;
      letter-spacing: 0.02em;
      padding-bottom: 20px; }
    .page-services .service-block .block-content p {
      font-size: 15px;
      margin-bottom: 10px; }
  .page-services .service-block:nth-child(2n) {
    flex-direction: row-reverse; }

@media screen and (max-width: 1200px) {
  .page-services .service-block .figure {
    flex: 0 0 calc(40% - 20px); }
  .page-services .service-block .block-content {
    flex: 0 0 calc(60% - 20px); }
    .page-services .service-block .block-content p {
      font-size: 14px; } }

@media screen and (max-width: 992px) {
  .page-services .service-block {
    flex-direction: column;
    margin-bottom: 40px; }
    .page-services .service-block .figure {
      flex: 0 0 calc(100%);
      margin: 0 0 20px 0; }
    .page-services .service-block .block-content {
      flex: 0 0 calc(100%);
      margin: 0;
      text-align: center; }
      .page-services .service-block .block-content h4 {
        padding: 0 0 10px 0; }
      .page-services .service-block .block-content p {
        margin-bottom: 5px; }
    .page-services .service-block:nth-child(2n) {
      flex-direction: column; } }

@media screen and (max-width: 576px) {
  .page-services .service-block {
    margin-bottom: 30px; }
    .page-services .service-block .block-content h4 {
      font-size: 20px; }
    .page-services .service-block .block-content p {
      font-size: 13px; } }

.page-contact {
  margin: 80px 0; }
  .page-contact .container {
    width: 85%;
    margin: auto; }
  .page-contact .contact-title {
    text-align: center;
    margin-bottom: 60px; }
    .page-contact .contact-title h5 {
      font-size: 2rem;
      font-weight: 700;
      color: #078C39; }
    .page-contact .contact-title h6 {
      font-size: 1.25rem;
      font-weight: 500;
      color: #000000;
      padding-top: 10px; }
  .page-contact .contact-wrapper {
    display: flex;
    justify-content: space-between; }
    .page-contact .contact-wrapper .contact-info {
      flex: 0 0 40%;
      padding: 40px 40px;
      background-color: rgba(0, 0, 139, 0.3);
      border-radius: 40px;
      overflow: hidden;
      position: relative; }
      .page-contact .contact-wrapper .contact-info::before {
        content: '';
        position: absolute;
        bottom: -5%;
        right: -5%;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #ffffff; }
      .page-contact .contact-wrapper .contact-info::after {
        content: '';
        position: absolute;
        bottom: 10%;
        right: 10%;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #525252; }
      .page-contact .contact-wrapper .contact-info .desc h6 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #000000; }
      .page-contact .contact-wrapper .contact-info .desc p {
        font-size: 0.875rem;
        color: #000000;
        padding-top: 10px; }
      .page-contact .contact-wrapper .contact-info .info {
        margin: 40px 0; }
        .page-contact .contact-wrapper .contact-info .info .co-detail {
          display: flex;
          align-items: center;
          margin-bottom: 15px; }
          .page-contact .contact-wrapper .contact-info .info .co-detail .icon i {
            font-size: 0.875rem;
            color: #000000;
            padding-right: 10px; }
          .page-contact .contact-wrapper .contact-info .info .co-detail .text .info-link {
            font-size: 1rem;
            color: #000000;
            overflow-wrap: anywhere; }
          .page-contact .contact-wrapper .contact-info .info .co-detail:last-child {
            margin-bottom: 0; }
      .page-contact .contact-wrapper .contact-info .contact-social-link {
        display: flex; }
        .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
          margin-right: 30px;
          position: relative;
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center; }
          .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            background-color: #00008B;
            z-index: -1;
            border-radius: 4px;
            transition: 0.3s ease-out; }
          .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img i {
            font-size: 0.875rem;
            color: #ffffff; }
          .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link:hover::before {
            background-color: #3b5998; }
          .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.insta:hover::before {
            background-color: #125688; }
          .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.twit:hover::before {
            background-color: #55acee; }
          .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.linke:hover::before {
            background-color: #0077b5; }
    .page-contact .contact-wrapper .contact-form {
      flex: 0 0 calc(60% - 40px); }
      .page-contact .contact-wrapper .contact-form .title h5 {
        font-size: 0.875rem;
        color: #000000;
        font-weight: 700;
        margin-bottom: 15px; }
      .page-contact .contact-wrapper .contact-form .form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .page-contact .contact-wrapper .contact-form .form .form-block {
          flex: 0 0 calc(100% / 2 - 10px);
          display: flex;
          flex-direction: column;
          margin-bottom: 25px; }
          .page-contact .contact-wrapper .contact-form .form .form-block label {
            font-size: 0.875rem;
            color: #000000; }
          .page-contact .contact-wrapper .contact-form .form .form-block .form-fill {
            padding: 8px 10px;
            border: none;
            border-bottom: 2px solid #000000;
            border-radius: 4px;
            background-color: transparent;
            resize: none;
            color: #000000; }
            .page-contact .contact-wrapper .contact-form .form .form-block .form-fill:focus {
              outline: none;
              box-shadow: none; }
          .page-contact .contact-wrapper .contact-form .form .form-block:nth-child(5) {
            flex: 0 0 100%;
            width: 100%; }

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px; }
  .page-contact .contact-wrapper .contact-info::after {
    width: 30px;
    height: 30px; } }

@media screen and (max-width: 992px) {
  .page-contact {
    margin: 60px 0; }
    .page-contact .contact-wrapper .contact-info::before {
      width: 70px;
      height: 70px; }
    .page-contact .contact-wrapper .contact-info::after {
      width: 30px;
      height: 30px; }
    .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
      margin-right: 10px;
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img {
        line-height: 35px; }
        .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img img {
          width: 15px; } }

@media screen and (max-width: 800px) {
  .page-contact {
    margin: 40px 0; }
    .page-contact .contact-wrapper {
      flex-direction: column-reverse; }
      .page-contact .contact-wrapper .contact-form {
        margin-bottom: 40px; } }

@media screen and (max-width: 480px) {
  .page-contact {
    margin: 30px 0; }
    .page-contact .contact-wrapper .contact-form {
      margin-bottom: 30px; }
      .page-contact .contact-wrapper .contact-form .form {
        flex-direction: column; } }
