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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/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");
body {
  background-color: #00004a;
}

body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #8a8a8a;
}

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

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

p {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

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;
}

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: "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 #00004a;
  background-color: #00004a;
  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: #00004a;
  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: #00004a;
  color: #00004a;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #00004a;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #00004a;
  color: #fff;
  border-color: #00004a;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #00004a;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #00004a;
  color: #fff;
  border-color: #00004a;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #00004a;
  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, 74, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #000017;
  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;
}

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

.section {
  padding: 80px 0;
}

.half-section {
  padding: 40px 0;
}

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

.main-title {
  margin-bottom: 40px;
  text-align: center;
}
.main-title h4 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  position: relative;
  z-index: 1;
}
.main-title h4::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: 60px;
  height: 60px;
  border-radius: 200px 125px 90px 200px;
  background-color: #67b915;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .half-section {
    padding: 30px 0;
  }
}
.slick-slide:focus {
  outline: none;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #fff;
  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: #6dbf42;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
}
.slick-arrow i {
  font-size: 30px;
  height: 22px;
  width: 22px;
  color: #333;
  text-align: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-arrow.left {
  left: -50px;
  z-index: 9;
}
.slick-arrow.right {
  right: -50px;
}

@media screen and (max-width: 480px) {
  .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    text-align: center;
  }
  .slick-dots li {
    display: inline-block;
    margin: 3px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}

.form-group {
  flex-basis: 100%;
  margin: 0;
}
.form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form-group label {
  font-size: 1.125rem;
  color: #fff;
  margin: 5px 0 0 0;
}
.form-group .form-input {
  width: 100%;
  padding: 10px;
  font-size: 0.9375rem;
  color: #1c1c1c;
  border-radius: 5px;
  border: 0;
}
.form-group .form-input:focus-within {
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.5) 2.4px 2.4px 3.2px;
}

@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
  }
  .form-group .form-input {
    font-size: 0.875rem;
  }
}
.breadcrumb {
  padding: 210px 0 80px 0;
  background-color: transparent;
  background-image: url("../images/breadcrumb-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.7);
}
.breadcrumb .breadcrumb-wrapper {
  position: relative;
  display: inline-block;
}
.breadcrumb .breadcrumb-wrapper h5 {
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  max-width: 250px;
}
.breadcrumb .breadcrumb-wrapper .bread-row {
  display: flex;
  flex-direction: row;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  font-size: 16px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
  content: "\f105";
  font-family: "fontAwesome";
  font-weight: 700;
  font-size: 12px;
  padding: 0 10px;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:last-child::after {
  content: none;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #fff;
  font-size: 16px;
  display: inline;
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link:hover {
  color: #00004a;
}

@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-wrapper {
    padding: 0;
  }
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 36px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
    font-size: 14px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
    padding: 0 8px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 24px;
  }
}
header {
  position: fixed;
  background-color: #00004a;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand figure {
  max-width: 140px;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 800;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
  border-color: #fff;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  box-shadow: 0 0 0 3em #00004a inset;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #333;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #00004a;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #00004a;
  background-image: none;
}
header.fixed-header .navbar .navbar-brand {
  display: inline;
  max-width: 80px;
  margin: 5px 0;
}
header.fixed-header .navbar-collapse {
  background-color: #00004a;
}
header.fixed-header .navbar-collapse .navbar-nav {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item {
  color: #fff;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 992px) {
  header .navbar {
    padding: 0 20px;
  }
  header .navbar .navbar-brand figure {
    max-width: 100px;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    padding: 0;
    margin: 8px 0;
    letter-spacing: 0.03em;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    box-shadow: 0 0 0 3em #00004a inset;
    transition: box-shadow 0.5s ease-in-out;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link.button:hover {
    box-shadow: 0 0 0 2px #00004a inset;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .navbar-brand figure {
    max-width: 90px;
  }
  header .navbar .navbar-toggler {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 576px) {
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    padding: 0;
    margin: 8px 0;
    letter-spacing: 0.03em;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    box-shadow: 0 0 0 3em #00004a inset;
    transition: box-shadow 0.5s ease-in-out;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link.button:hover {
    box-shadow: 0 0 0 2px #00004a inset;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
    opacity: 1;
    pointer-events: all;
    height: 100%;
    background-color: #00004a;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    color: #fff;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.banner .block .image img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.banner .block .text {
  position: absolute;
  bottom: 10%;
  right: 10%;
  transform: translate(-10%, -10%);
  text-align: center;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner .block .text h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.banner .block .text h2 span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.banner .block .text .txt-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.banner .block .text .txt-button .banner-btn {
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 0 0 2px #00004a inset;
  margin: 10px 10px;
  border-radius: 3px;
  transition: 0.5s ease-in-out;
}
.banner .block .text .txt-button .banner-btn:hover {
  box-shadow: 0 0 0 3em #00004a inset;
  color: #fff;
}
.banner .block .text .txt-button .banner-btn.reverse-style {
  box-shadow: 0 0 0 3em #00004a inset;
  color: #fff;
}
.banner .block .text .txt-button .banner-btn.reverse-style:hover {
  color: #fff;
  box-shadow: 0 0 0 2px #00004a inset;
}
.banner .company-details {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.banner .company-details .company-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.banner .company-details .company-info h5 {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 1px 1px 8px #000000;
}
.banner .company-details .company-info .info {
  font-size: 20px;
  padding-left: 8px;
  font-weight: 400;
  text-shadow: 1px 1px 8px #000000;
}
.banner .company-details .company-info .info.icon-group-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  text-shadow: none;
}
.banner .company-details .company-info .info.icon-group-wrap a i {
  font-size: 16px;
  color: #f8f8f8;
  transition: 0.3s ease-in-out;
}
.banner .company-details .company-info .info.icon-group-wrap a:hover i {
  color: #00004a;
}
.banner .slick-arrow.left {
  left: 0;
  z-index: 9;
}
.banner .slick-arrow.right {
  right: 0;
}

@media screen and (max-width: 991px) {
  .banner .block .image img {
    min-height: 400px;
  }
  .banner .company-details .company-info h5 {
    font-size: 20px;
  }
  .banner .company-details .company-info .info {
    font-size: 16px;
  }
  .banner .company-details .company-info .info i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner .block::before {
    display: none;
  }
  .banner .block .image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }
  .banner .block .text {
    width: 100%;
    padding: 20px;
    text-align: center;
    position: static;
    transform: translate(0);
    background-color: #444;
  }
  .banner .block .text h2 {
    font-size: 24px;
  }
  .banner .block .text h2 span {
    font-size: 14px;
  }
  .banner .block .text .txt-button {
    margin-top: 10px;
  }
  .banner .block .text .txt-button .banner-btn {
    margin: 5px 10px;
  }
  .banner .company-details {
    bottom: 175px;
  }
  .banner .company-details .company-info h5 {
    font-size: 16px;
    text-shadow: 1px 1px 8px #000000;
  }
  .banner .company-details .company-info .info {
    text-shadow: 1px 1px 8px #000000;
    font-size: 13px;
  }
  .banner .company-details .company-info .info i {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .banner .block .text h2 {
    font-size: 22px;
  }
  .banner .block .text .txt-button {
    flex-direction: column;
  }
  .banner .block .text .txt-button .banner-btn {
    padding: 8px 14px;
  }
  .banner .company-details {
    display: none;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
.choose {
  padding: 80px 0;
  background-color: #eaefe4;
}
.choose .choose-desc {
  padding: 0 40px;
}
.choose .choose-desc .title h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #00004a;
  word-spacing: 0.05em;
}
.choose .choose-desc p {
  padding: 20px 0;
  color: #333;
  font-weight: 500;
  word-spacing: 0.05em;
}
.choose .choose-desc .inner_abt_btn .abt-cntct {
  padding: 10px 35px;
  color: #fff;
  box-shadow: 0 0 0 3em #00004a inset;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
}
.choose .choose-desc .inner_abt_btn .abt-cntct:hover {
  box-shadow: 0 0 0 2px #00004a inset;
  color: #333;
}
.choose .img-block {
  border: 1px solid rgba(138, 138, 138, 0.5);
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
.choose .img-block img {
  transition: 0.5s ease-in-out;
}
.choose .img-block h6 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.03em;
  word-spacing: 0.04em;
  padding-bottom: 40px;
  transition: 0.5s ease-in-out;
}
.choose .img-block:hover {
  box-shadow: -1px 12px 14px -12px #333;
  cursor: pointer;
}
.choose .img-block:hover img {
  transform: scale(1.05);
}
.choose .img-block:hover h6 {
  color: #00004a;
}

@media screen and (max-width: 991px) {
  .choose {
    padding: 80px 0;
  }
  .choose .choose-desc {
    padding: 0 10px;
  }
  .choose .choose-desc .title h2 {
    font-size: 28px;
  }
  .choose .choose-desc .inner_abt_btn .abt-cntct {
    padding: 10px 25px;
  }
  .choose .img-block {
    padding: 0 10px;
  }
  .choose .img-block h6 {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .choose {
    padding: 40px 0;
  }
  .choose .choose-desc {
    margin-bottom: 20px;
    text-align: center;
  }
  .choose .choose-desc .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .choose .img-block {
    max-width: 50%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .choose .img-block {
    max-width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .choose .img-block {
    max-width: 100%;
  }
}
.service .wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.service .wrapper .block .image {
  flex-basis: 60%;
  height: auto;
}
.service .wrapper .block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/2;
  object-fit: cover;
}
.service .wrapper .block .text {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 40px;
}
.service .wrapper .block .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
.service .wrapper .block .text p {
  font-size: 1rem;
  color: #f8f8f8;
  line-height: 1.5;
}
.service .wrapper .block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .service .wrapper .block .image img {
    aspect-ratio: initial;
    height: 100%;
  }
  .service .wrapper .block .text {
    padding: 20px;
  }
  .service .wrapper .block .text h3 {
    font-size: 1.5rem;
  }
  .service .wrapper .block .text p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .service .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .service .wrapper .block {
    flex-direction: column;
  }
  .service .wrapper .block:nth-child(even) {
    flex-direction: column;
  }
  .service .wrapper .block .image img {
    height: auto;
    aspect-ratio: 5/2;
  }
  .service .wrapper .block .text {
    padding: 20px;
  }
  .service .wrapper .block .text h3 {
    font-size: 1.5rem;
  }
  .service .wrapper .block .text p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .service .wrapper {
    gap: 20px;
  }
  .service .wrapper .block .text h3 {
    font-size: 1.25rem;
  }
}
.gallery .gallery-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.gallery .gallery-wrapper .images {
  flex-basis: calc(33.3333333333% - 5px);
  height: auto;
}
.gallery .gallery-wrapper .images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: cover;
}
.gallery .gallery-wrapper .images:nth-child(n+4) {
  flex-basis: calc(50% - 5px);
}

@media screen and (max-width: 576px) {
  .gallery .gallery-wrapper .images.small-images {
    flex-basis: calc(50% - 5px);
  }
}
.call_us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.call_us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(28, 28, 28, 0.7);
  z-index: -1;
}
.call_us .call-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.call_us .content {
  flex-basis: 60%;
}
.call_us .content h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #00004a;
  line-height: 1.1;
  text-transform: capitalize;
}
.call_us .content p {
  font-size: 1rem;
  font-weight: 500;
  color: #f8f8f8;
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  .call_us .call-wrap {
    flex-direction: column;
    text-align: center;
  }
  .call_us .content {
    flex-basis: 60%;
  }
  .call_us .content h3 {
    font-size: 2rem;
    font-weight: 900;
    color: #00004a;
    line-height: 1.1;
    text-transform: capitalize;
  }
  .call_us .content p {
    font-size: 1rem;
    font-weight: 500;
    color: #f8f8f8;
    margin-top: 20px;
  }
}
.quote {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: -1;
}
.quote .form {
  padding: 60px;
  background-color: rgba(0, 0, 74, 0.8);
}
.quote .form .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  font-weight: 800;
}
.quote .form .title p {
  font-size: 16px;
  color: #fff;
}
.quote .form .select-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.quote .form .select-bar .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.quote .form .select-bar .select-option {
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 16px;
  color: #343434;
}
.quote .form .select-bar .select-option:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .quote {
    padding: 50px 0;
  }
  .quote .form {
    padding: 30px;
  }
  .quote .form .title {
    padding-bottom: 20px;
  }
  .quote .form .title h4 {
    font-size: 18px;
    word-spacing: 0.03em;
  }
  .quote .form .title p {
    font-size: 14px;
  }
}
.testimonial .title {
  margin-bottom: 40px;
}
.testimonial .title h5 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: capitalize;
}
.testimonial .title p {
  color: #f8f8f8;
  text-transform: capitalize;
}
.testimonial .testimonial-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.testimonial .testimonial-wrapper .testi-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  object-fit: cover;
  object-position: center;
  padding: 40px 20px;
  background-color: #eaefe4;
  border: 1px solid #eaefe4;
}
.testimonial .testimonial-wrapper .testi-block .cmnt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}
.testimonial .testimonial-wrapper .testi-block .cmnt .star-icon i {
  padding: 0 2px;
  color: #00004a;
}
.testimonial .testimonial-wrapper .testi-block .cmnt p {
  padding: 20px 0;
  color: #333;
}
.testimonial .testimonial-wrapper .testi-block .cmnt .client-detail h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.testimonial .testimonial-wrapper .testi-block .cmnt .client-detail p {
  padding: 10px 0;
}

footer {
  background-color: #fff;
  padding: 70px 0 35px 0;
}
footer .footer-block .logo {
  margin-top: -20px;
  text-align: center;
}
footer .footer-block .logo img {
  max-width: 90px;
}
footer .footer-block .footer-about-desc {
  text-align: center;
}
footer .footer-block .footer-about-desc .footer_desc {
  color: #1c1c1c;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-block .footer-title h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 15px;
  background-color: #00004a;
}
footer .footer-block ul li .quick-link,
footer .footer-block ul li .nav-link {
  color: #333;
  margin-bottom: 5px;
  padding: 0;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li .quick-link:hover,
footer .footer-block ul li .nav-link:hover {
  color: #00004a;
}
footer .footer-block ul li .footer-cntct {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.5;
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
}
footer .footer-block ul li .footer-cntct i {
  font-size: 12px;
  color: #00004a;
  padding-right: 4px;
}
footer .footer-block ul li .footer-cntct:hover p {
  color: #00004a;
}
footer .footer-block ul li .footer-cntct p span {
  font-weight: 700;
  margin-right: 5px;
  background-color: #1c1c1c;
  padding: 5px;
  color: #fff;
}
footer .footer-block .quote-block {
  padding: 5px 0;
  text-align: center;
}
footer .footer-block .quote-block h6 {
  font-size: 20px;
  color: #00004a;
  font-weight: 600;
}
footer .footer-block .quote-block p {
  font-size: 16px;
  color: #333;
}
footer .footer-block .social-block {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
footer .footer-block .social-block a i {
  font-size: 1rem;
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}
footer .footer-block .social-block a:hover i {
  color: #00004a;
}

.footer-bottom {
  padding: 10px 0;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .block a {
  padding: 0 4px;
  color: #00004a;
}
.footer-bottom .bottom-wrapper .develop {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .develop a {
  padding: 0 4px;
  color: #00004a;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 70px 0 35px 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-block .logo {
    margin-top: 0;
  }
  footer .footer-block .logo img {
    max-width: 70px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-block .footer-title h6 {
    display: inline-block;
  }
  footer .footer-block ul {
    text-align: center;
  }
  footer .footer-block ul li .footer-cntct {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .bottom-wrapper {
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .block {
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .develop a {
    text-align: center;
  }
}
.about-us .about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.about-us .about-wrap .about-block {
  flex-basis: calc(50% - 20px);
  /* Second Child's children div */
}
.about-us .about-wrap .about-block:last-child {
  flex-basis: 100%;
}
.about-us .about-wrap .about-block:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.about-us .about-wrap .about-block:first-child .image-block {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us .about-wrap .about-block:first-child .image-block:last-child {
  flex-direction: column-reverse;
}
.about-us .about-wrap .about-block:first-child .image-block .info {
  padding: 10px;
  background-color: #00004a;
  border-radius: 5px;
}
.about-us .about-wrap .about-block:first-child .image-block .info .icon svg {
  width: 30px;
  height: 30px;
}
.about-us .about-wrap .about-block:first-child .image-block .info .icon svg path {
  fill: #fff;
}
.about-us .about-wrap .about-block:first-child .image-block .info .desc {
  margin-top: 10px;
}
.about-us .about-wrap .about-block:first-child .image-block .info .desc h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.about-us .about-wrap .about-block:first-child .image-block .info .desc p {
  font-size: 0.875rem;
  color: #f8f8f8;
}
.about-us .about-wrap .about-block:first-child .image-block .figure {
  width: 100%;
  aspect-ratio: 2/3;
}
.about-us .about-wrap .about-block:first-child .image-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.about-us .about-wrap .about-block .desc-title p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #f8f8f8;
}
.about-us .about-wrap .about-block .desc-title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1;
  text-transform: capitalize;
}
.about-us .about-wrap .about-block .desc-title h4 span {
  background-color: #00004a;
  padding: 5px;
  border-radius: 5px;
  display: block;
  color: #fff;
}
.about-us .about-wrap .about-block .desc-content p {
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.5;
  color: #f8f8f8;
}
.about-us .about-wrap .about-block.full-block p {
  font-size: 1rem;
  line-height: 1.5;
  color: #f8f8f8;
  margin-bottom: 20px;
}
.about-us .about-wrap .about-block.full-block p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .about-us .about-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .about-us .about-wrap .about-block {
    /* Second Child's children div */
  }
  .about-us .about-wrap .about-block:first-child .image-block .figure {
    width: 100%;
    aspect-ratio: 7/8;
  }
  .about-us .about-wrap .about-block .desc-title h4 {
    font-size: 2rem;
    display: inline-block;
  }
  .about-us .about-wrap .about-block .desc-content p {
    font-size: 0.9375rem;
  }
  .about-us .about-wrap .about-block.full-block p {
    font-size: 0.9375rem;
  }
}
.page-gallery .gallery .gallery-wrapper {
  justify-content: flex-start;
}
.page-gallery .gallery .gallery-wrapper .images {
  flex-basis: calc(25% - 5px);
}

@media screen and (max-width: 992px) {
  .page-gallery .gallery .gallery-wrapper .images {
    flex-basis: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .page-gallery .gallery .gallery-wrapper .images {
    flex-basis: calc(50% - 5px);
  }
}
.page-services .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-services .service-wrapper .servive-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.page-services .service-wrapper .servive-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .service-wrapper .servive-block .image {
  flex-basis: calc(50% - 20px);
  height: auto;
}
.page-services .service-wrapper .servive-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.page-services .service-wrapper .servive-block .desc {
  flex-basis: calc(50% - 20px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 20px;
  border-radius: 20px;
}
.page-services .service-wrapper .servive-block .desc h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00004a;
}
.page-services .service-wrapper .servive-block .desc p {
  font-size: 1rem;
  margin-top: 20px;
}
.page-services .service-wrapper .servive-block .full-desc {
  flex-basis: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 20px;
  border-radius: 20px;
}
.page-services .service-wrapper .servive-block .full-desc p {
  font-size: 1rem;
  margin-top: 20px;
}
.page-services .service-wrapper .servive-block .full-desc p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-services .service-wrapper {
    gap: 40px;
  }
  .page-services .service-wrapper .servive-block {
    flex-direction: column;
    gap: 30px 10px;
  }
  .page-services .service-wrapper .servive-block .desc h4 {
    font-size: 1.25rem;
  }
  .page-services .service-wrapper .servive-block .desc p {
    font-size: 0.9375ren;
  }
  .page-services .service-wrapper .servive-block .full-desc {
    text-align: center;
  }
  .page-services .service-wrapper .servive-block .full-desc p {
    font-size: 0.9375ren;
  }
  .page-services .service-wrapper .servive-block:nth-child(even) {
    flex-direction: column;
  }
}
.contact_form {
  padding: 40px 0;
}
.contact_form .contact_form_title {
  padding-bottom: 40px;
  text-align: center;
}
.contact_form .contact_form_title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
}
.contact_form .contact_form_title p {
  font-size: 18px;
  font-weight: 500;
  color: #8a8a8a;
  word-spacing: 0.02em;
}
.contact_form .contact_form_wrapper {
  display: flex;
}
.contact_form .contact_form_wrapper .co_contact_info {
  flex: 0 0 calc(40% - 20px);
  margin-right: 20px;
}
.contact_form .contact_form_wrapper .co_contact_info .co_title h2 {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #fff;
}
.contact_form .contact_form_wrapper .co_contact_info .co_title p {
  font-size: 0.9375rem;
  color: #f8f8f8;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #00004a;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon {
  text-align: center;
  margin-right: 60px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-40%, -50%);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 60px solid #1c1c1c;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content {
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #00004a;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content .co_con {
  font-size: 0.9375rem;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover {
  cursor: pointer;
  background-color: #00004a;
  border: 1px solid #00004a;
  box-shadow: 2px 3px 12px -7px #fff;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .icon::before {
  border-left-color: #fff;
  z-index: 1;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .icon i {
  color: #00004a;
  position: relative;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .content h3 {
  color: #fff;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .content .co_con {
  color: #fff;
}
.contact_form .contact_form_wrapper .form {
  padding: 20px;
  flex: 0 0 calc(60% - 40px);
  margin-left: 40px;
  box-shadow: 2px 3px 12px -7px #fff;
  border-radius: 20px;
  background-color: #fff;
}
.contact_form .contact_form_wrapper .form .personal_info_title {
  flex-basis: 100%;
}
.contact_form .contact_form_wrapper .form .personal_info_title h5 {
  font-size: 26px;
  font-weight: 600;
  color: #00004a;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact_form .contact_form_wrapper .form .personal_info_title h5 span {
  background-color: #00004a;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 100%;
  color: #fff;
  margin-right: 8px;
}
.contact_form .contact_form_wrapper .form .form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
.contact_form .contact_form_wrapper .form .form-group .form-label.overlap {
  margin-bottom: -12px;
  margin-left: 12px;
  z-index: 2;
}
.contact_form .contact_form_wrapper .form .form-group .form-label.overlap h5 {
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.contact_form .contact_form_wrapper .form .form-group .form-input {
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  padding: 10px 15px;
  border: 1px solid #1c1c1c;
}
.contact_form .contact_form_wrapper .form .form-group .form-input:focus {
  outline: none;
  border-color: #dedede;
}
.contact_form .contact_form_wrapper .form .form_submit_btn {
  padding: 8px 25px;
  color: #fff;
  background-color: #00004a;
  border: 1px solid #00004a;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .form .form_submit_btn:hover {
  background-color: transparent;
  color: #8a8a8a;
}

@media screen and (max-width: 992px) {
  .contact_form .contact_form_wrapper {
    flex-direction: column;
  }
  .contact_form .contact_form_wrapper .co_contact_info {
    flex: 0 0 calc(100% - 20px);
    margin-right: 0;
    margin-bottom: 40px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title {
    text-align: center;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block {
    width: 60%;
    margin: 20px auto 0;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
    font-size: 16px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .contact_form .contact_form_wrapper .form {
    flex: 0 0 calc(100% - 40px);
    margin-left: 0;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 {
    font-size: 22px;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_title {
    padding-bottom: 30px;
  }
  .contact_form .contact_form_title h2 {
    font-size: 20px;
  }
  .contact_form .contact_form_title p {
    font-size: 14px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title {
    text-align: center;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title h2 {
    font-size: 18px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title p {
    font-size: 13px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block {
    width: 100%;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
    font-size: 14px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
    font-size: 15px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content .co_con {
    font-size: 13px;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 {
    font-size: 18px;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 span {
    font-size: 13px;
    padding: 8px 12px;
  }
  .contact_form .contact_form_wrapper .form .form-group .form-label.overlap h5 {
    font-size: 16px;
  }
}
.single-service-page {
  padding-bottom: 0;
}
.single-service-page .section-gap {
  margin: 30px 0;
}
.single-service-page .inner-services-section .content-wrap {
  /* First Paragraph Section Field Input */
  /* Second Paragraph Section Field Input */
  /* Third Paragraph Section Field Input */
  /* Gallery Section */
}
.single-service-page .inner-services-section .content-wrap p {
  font-size: 1rem;
  color: #f8f8f8;
}
.single-service-page .inner-services-section .content-wrap ul,
.single-service-page .inner-services-section .content-wrap ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0;
}
.single-service-page .inner-services-section .content-wrap ul h6,
.single-service-page .inner-services-section .content-wrap ol h6 {
  font-size: 1.25rem;
  flex-basis: 100%;
}
.single-service-page .inner-services-section .content-wrap ul li,
.single-service-page .inner-services-section .content-wrap ol li {
  position: relative;
  padding-left: 30px;
  font-size: 1.25rem;
  flex-basis: 45%;
}
.single-service-page .inner-services-section .content-wrap ul li::before,
.single-service-page .inner-services-section .content-wrap ol li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.5rem;
  color: #1c1c1c;
  position: absolute;
  left: 0;
}
.single-service-page .inner-services-section .content-wrap ul li h6,
.single-service-page .inner-services-section .content-wrap ol li h6 {
  font-size: 1.25rem;
}
.single-service-page .inner-services-section .content-wrap ul li p,
.single-service-page .inner-services-section .content-wrap ol li p {
  font-size: 0.875rem;
  padding-top: 5px;
}
.single-service-page .inner-services-section .content-wrap h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-service-page .inner-services-section .content-wrap .desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
}
.single-service-page .inner-services-section .content-wrap .desc h1,
.single-service-page .inner-services-section .content-wrap .desc h2,
.single-service-page .inner-services-section .content-wrap .desc h3,
.single-service-page .inner-services-section .content-wrap .desc h4,
.single-service-page .inner-services-section .content-wrap .desc h5,
.single-service-page .inner-services-section .content-wrap .desc h6,
.single-service-page .inner-services-section .content-wrap .desc p {
  flex-basis: 100%;
}
.single-service-page .inner-services-section .content-wrap .desc ul,
.single-service-page .inner-services-section .content-wrap .desc ol {
  margin: 0;
}
.single-service-page .inner-services-section .content-wrap figure {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.single-service-page .inner-services-section .content-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 25px;
}
.single-service-page .inner-services-section .content-wrap .custom-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.single-service-page .inner-services-section .content-wrap .custom-field h1,
.single-service-page .inner-services-section .content-wrap .custom-field h2,
.single-service-page .inner-services-section .content-wrap .custom-field h3,
.single-service-page .inner-services-section .content-wrap .custom-field h4,
.single-service-page .inner-services-section .content-wrap .custom-field h5,
.single-service-page .inner-services-section .content-wrap .custom-field h6 {
  margin-top: 10px;
}
.single-service-page .inner-services-section .content-wrap .field-wrap ul li {
  background-color: rgba(0, 0, 74, 0.5);
  border-radius: 5px;
  padding: 20px;
  padding-left: 40px;
}
.single-service-page .inner-services-section .content-wrap .field-wrap ul li::before {
  left: 10px;
}
.single-service-page .inner-services-section .content-wrap .field-wrap ul li p {
  flex-basis: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.single-service-page .inner-services-section .content-wrap .gallery {
  padding: 0;
}
.single-service-page .inner-services-section .content-wrap .gallery .gallery-wrapper {
  justify-content: initial;
  gap: 20px 10px;
}
.single-service-page .inner-services-section .content-wrap .gallery .gallery-wrapper .images {
  flex-basis: calc(25% - 10px);
  border: none;
}
.single-service-page .inner-services-section .content-wrap .gallery .gallery-wrapper .images:nth-child(n+4) {
  flex-basis: calc(25% - 10px);
}

@media screen and (max-width: 992px) {
  .single-service-page .section-gap {
    margin: 20px 0;
  }
  .single-service-page .inner-services-section .content-wrap {
    /* Gallery Section */
  }
  .single-service-page .inner-services-section .content-wrap p {
    font-size: 0.875rem;
  }
  .single-service-page .inner-services-section .content-wrap ul h6 {
    font-size: 1rem;
  }
  .single-service-page .inner-services-section .content-wrap ul li {
    flex-basis: 48%;
  }
  .single-service-page .inner-services-section .content-wrap .desc {
    flex-direction: column;
  }
  .single-service-page .inner-services-section .content-wrap .gallery .gallery-wrapper .images {
    flex-basis: calc(50% - 10px);
    border: none;
  }
  .single-service-page .inner-services-section .content-wrap .gallery .gallery-wrapper .images:nth-child(n+4) {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .single-service-page .inner-services-section .content-wrap p {
    font-size: 0.875rem;
  }
  .single-service-page .inner-services-section .content-wrap ul {
    flex-direction: column;
    margin: 20px 0;
  }
  .single-service-page .inner-services-section .content-wrap .desc {
    flex-direction: column;
  }
}

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