* {
  margin: 0;
  box-sizing: border-box;
}

div#popUpForm {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5098039216);
  display: none;
  z-index: 99999;
  height: 243.8em;
}

#popContainer {
  position: fixed;
  top: 10%;
  left: 25%;
  width: 50%;
  height: 430px;
  /* padding: 16px; */
  background-color: #fff;
  z-index: 9999999;
  overflow: auto;
  text-align: left;
  font-size: 15px;
}

.term-back {
  background-color: #000000;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999998;
  opacity: 0.8;
}

.term {
  position: fixed;
  top: 15%;
  left: 25%;
  width: 50%;
  height: 60%;
  /* padding: 16px; */
  background-color: #fff;
  z-index: 9999999;
  overflow: auto;
  text-align: left;
  font-size: 15px;
}

.terms-title {
  margin: 0;
  height: 46px;
  font-size: 17px;
  text-align: center;
  background: #002850;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.term-cnt {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.term-cnt p {
  margin-bottom: 30px;
  font-size: 14px;
}
.term-cnt ol {
  padding-left: 40px;
  padding-right: 40px;
}
.term-cnt ol li {
  list-style: lower-roman;
}

#close {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #18ba60;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 30px;
}

#close:hover {
  background-color: rgba(7, 0, 0, 0.6196078431);
}

.cntr {
  display: flex;
  justify-content: center;
}

.divide {
  width: 50px;
  height: 5px;
  background-color: #18ba60;
}

#preloader {
  height: 100%;
  width: 100%;
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.preload-item {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  border: 1px solid #18ba60;
  border-radius: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: preloader-animation 4s linear infinite var(--_delay, 0s);
}

.preload-item:nth-child(2) {
  --_delay: 0.5s;
}

.preload-item:nth-child(3) {
  --_delay: 1s;
}

.preload-item:nth-child(4) {
  --_delay: 1.5s;
}

.preload-item:nth-child(5) {
  --_delay: 2s;
}

.preload-item:nth-child(6) {
  --_delay: 2.5s;
}

.preload-item:nth-child(7) {
  --_delay: 3s;
}

.preload-item:nth-child(8) {
  --_delay: 3.5s;
}

@keyframes preloader-animation {
  from {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: 300px;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

.back-color {
  background-color: #f7f7f7;
}

.breadcrumb {
  margin-bottom: 0px !important;
}

ul,
ol,
ol li,
li,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ol li a,
ol li {
  font-size: 14px;
  color: #999999;
  padding: 10px 0 10px 0;
}

.container {
  max-width: 1200px !important;
}

header {
  padding: 8px 0 7px;
  background-color: #3a526a;
  display: flex;
  align-items: center;
  height: 45px;
}

.contact ul {
  display: flex;
  justify-content: start;
  gap: 25px;
  align-items: center;
  height: 45px;
}
.contact ul li a {
  font-size: 12px;
  color: #fff;
}
.contact i {
  margin-right: 10px;
}

.query {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
}
.query .button {
  background-color: #18ba60;
  padding: 0 27px;
  height: 45px;
  display: flex;
  align-items: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.query p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.query .ques {
  margin-right: 10px;
  font-size: 12px;
}

.navbar-light .navbar-toggler {
  border: none !important;
  color: transparent;
}

.navbar {
  height: auto;
  position: sticky;
  z-index: 1;
  width: 100%;
  top: 0;
}
.navbar .logo {
  width: 300px;
  height: auto;
}
.navbar .nav-link {
  color: #424242 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 30px !important;
}
.navbar .nav-link:hover {
  color: #18ba60 !important;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}

.header-search-wrapper {
  float: right;
  position: relative;
}
.header-search-wrapper .search-main {
  display: block;
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  background: #bfbfbf;
}
.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  top: 124%;
  width: 300px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.header-search-wrapper .search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}
.header-search-wrapper .search-form-main:before {
  border-bottom-color: #d33;
}
.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 75%;
  float: left;
  border: none;
}
.header-search-wrapper .search-form-main .search-submit {
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 10px 0 10px;
  width: 25%;
  height: 36px;
}

label {
  display: block;
}

.splide .darkish-img {
  filter: brightness(80%);
}
.splide .splide__pagination {
  display: none !important;
}
.splide .splide__arrow {
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid white;
}
.splide .splide__arrow svg {
  fill: white !important;
}
.splide .slide {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.splide .caption {
  max-width: 1200px !important;
  text-align: left;
  position: absolute;
  top: 20%;
  padding-left: 40px;
  margin: 0 auto;
  width: 100%;
  color: white;
  box-sizing: border-box;
}
.splide .head {
  font-size: 53px;
  margin-bottom: 20px;
  font-weight: 600;
}
.splide .banner-sub {
  font-size: 15px;
  margin-bottom: 60px;
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.splide .head.animation-start {
  animation: slideInFromTop 0.6s ease-out;
}
@keyframes slideInFadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  25%, 75% {
    opacity: 1;
    transform: translateY(0);
  }
}
.splide .banner-sub.animation-start {
  animation: slideInFadeInOut 5s ease-in-out;
}
.splide .button1 {
  color: white;
  background-color: #18bc60;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 30px !important;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.splide .button1 {
  animation: slideInFromLeft 1s ease-out;
}

.service {
  padding: 67px 0 67px 0;
  background-color: #f7f7f7;
}
.service h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.services {
  display: flex;
  padding-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.services .box {
  padding: 10px;
  display: flex;
  gap: 10px;
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  margin-bottom: 45px;
  box-sizing: border-box;
}
.services .box-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 22px;
}
.services .box-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #666666;
  margin-bottom: 22px;
}
.services .box-content a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.services .box-content i {
  margin-left: 30px;
}
.services .icon {
  display: inline-block;
  padding: 10px;
  transition: background-color 0.3s ease;
}
.services .icon:hover {
  filter: brightness(50%); /* Decrease brightness to make the image darker */
}
.services .icon img {
  display: block;
  height: auto;
}

.team {
  padding: 67px 0 67px 0;
}
.team h2,
.team p {
  text-align: center;
  margin-bottom: 20px;
}
.team p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #666666;
  margin-top: 20px;
}
.team .members {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.team .member {
  padding: 10px;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.team .member img {
  width: 100%;
  height: auto;
}
.team .member h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
  letter-spacing: 1px;
}

.section4 {
  background-color: #2e363a;
  padding: 85px 0 90px 0;
}
.section4 .contct {
  display: flex;
  gap: 58px;
  width: 90%;
}
.section4 .call {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}
.section4 .call h2 {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.section4 .call p {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.section4 .red {
  color: red;
  margin-top: 30px;
  margin-left: 10px;
}
.section4 .form {
  width: 65%;
  background-color: #FFF;
  color: #000;
}

.section4 .form p{
padding:40px 40px 0px 40px;
}

.section5 {
  padding: 60px 0 60px 0;
  text-align: center;
}
.section5 h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.section5 .link {
  display: flex;
  gap: 40px;
  padding-top: 20px;
}
.section5 .first-link,
.section5 .second-link {
  width: 100%;
  position: relative;
}
.section5 .first-link a,
.section5 .second-link a {
  color: white;
  font-weight: 600;
}
.section5 .first-link img,
.section5 .second-link img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 249px;
}
@keyframes animateBottomToTop {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.section5 .first-link {
  animation: none; /* Remove animation */
}
.section5 .second-link {
  animation: none; /* Remove animation */
}
.section5 .link-caption {
  display: flex;
  justify-content: space-around;
  position: absolute;
  margin: 20px 20px 20px 20px;
  padding: 17px 24px 17px 20px;
  background-color: rgba(58, 82, 106, 0.8);
  bottom: 0;
  width: 93%;
}
.section5 .link-caption i {
  color: white;
  font-weight: 900;
  font-weight: 40px !important;
}

footer {
  background-color: #2e363a;
}
footer .footer1 ul {
  display: flex;
  gap: 50px;
  padding-top: 30px;
  padding-bottom: 25px;
}
footer a {
  color: #e5e5e5;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
footer .footer1 li a:hover {
  color: white;
}
footer .footer1 i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #18ba60;
  margin-right: 30px;
}
footer .fa {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .widget {
  padding: 52px 0 50px;
}
footer .widget1 p {
  font-size: 14px;
  margin-bottom: 20px;
  color: white;
  font-weight: 200;
}
footer .widget2 ul li {
  float: left;
  width: 50%;
  padding-left: 15px;
  line-height: 24px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
footer .widget2 a {
  font-weight: 200;
}
footer .widget2 i {
  margin-right: 10px;
  color: #ccc;
}
footer .widget2 a:hover {
  color: #18ba60;
}
footer .copyright {
  padding: 18px 0;
}
footer .copy-txt p {
  font-weight: 200;
  font-size: 14px;
  color: white;
}
footer .social i {
  margin-left: 10px;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  #popContainer {
    width: 90%;
    left: 35px;
  }
  header {
    height: 100px !important;
  }
  .navbar-nav {
    margin-top: 30px;
    background: #ccc;
    text-align: center;
  }
  .navbar-nav .navbar-nav a {
    border-bottom: 1px solid #000;
  }
  .splide .head {
    font-size: 35px;
  }
  .splide .banner-sub {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .splide .button1 {
    padding: 9px 17px;
  }
  .contact ul {
    justify-content: center;
  }
  .query {
    justify-content: center;
    padding-top: 20px;
  }
  .services {
    flex-direction: column;
    align-items: center;
  }
  .services .box {
    flex-direction: column;
    flex: unset;
    max-width: unset;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .team .members {
    flex-direction: column;
  }
  .team .member {
    flex: unset;
    max-width: unset;
  }
  .contct {
    flex-direction: column;
  }
  .section4 .call {
    width: 100%;
    align-items: start;
  }
  .section4 .form {
    width: 100%;
  }
  .section4 .form input[type=text],
  .section4 .form input[type=tel],
  .section4 .form input[type=email],
  .section4 .form textarea {
    width: 100%;
  }
  .section5 .link {
    flex-direction: column;
  }
  .section5 .link-caption {
    bottom: 10%;
    width: 70%;
    left: 15%;
  }
  footer .footer1 ul {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-nav {
    margin-top: 10px;
    background: #1d2738;
    text-align: center;
    position: sticky;
  }
  .navbar-nav .nav-link {
    color: white !important;
    border-bottom: 1px solid #393939;
  }
  .section4 .form input[type=text],
  .section4 .form input[type=tel],
  .section4 .form input[type=email],
  .section4 .form textarea, .alert {
    width: 100%;
  }
  .section5 .first-link img,
  .section5 .second-link img {
    width: 100%;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .copyright {
    padding: 0 10px 0 10px;
  }
  footer .footer1 ul {
    justify-content: center;
  }
}
@media screen and (max-width: 468px) {
  #popContainer {
    width: 90%;
    left: 20px;
  }
  header {
    height: 50px !important;
  }
  .navbar-nav {
    margin-top: 30px;
    background: #1d2738;
    text-align: center;
  }
  .navbar-nav a {
    border-bottom: 1px solid #393939;
  }
  .splide__arrow {
    font-size: 10px;
  }
  .caption {
    padding-left: 30px !important;
  }
  .query {
    display: none;
  }
  .navbar {
    z-index: 99999;
  }
  .icon1 {
    flex-direction: column;
    align-items: center;
  }
  .length {
    width: 100% !important;
    text-align: center;
  }
  .navbar .logo {
    width: 250px;
  }
  .splide .slide {
    height: 250px;
  }
  .splide .head {
    font-size: 22px;
  }
  .splide .banner-sub {
    font-size: 10px;
    margin-bottom: 30px;
  }
  .splide .button1 {
    padding: 5px 10px;
  }
  .services .box {
    flex-direction: column;
    flex: unset;
    max-width: unset;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .section4 .call p {
    text-align: start;
  }
  footer .footer1 ul {
    flex-direction: column;
    gap: 10px;
  }
  .section5 .link-caption {
    bottom: 10%;
    width: 90%;
    left: unset;
  }
  .copy-txt,
  .social {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.about p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  color: #666666;
}

.about-sec {
  background: #f7f7f7;
}

.icon1 {
  display: flex;
  /* align-items: center; */
  gap: 20px;
}
.icon1 h5 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
}
.icon1 .length {
  width: 409px;
}

.aspect h5 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.asp-icon {
  width: 55px;
  height: 55px;
  background: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asp-icon i {
  font-size: 25px;
  color: white;
}
.asp-icon i:hover {
  color: #6b6868;
}

.ourteam p {
  max-width: 710px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.1px;
}

.team-len {
  max-width: 915px;
  margin: 0 auto;
}
.team-len .profile {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.team-len h3 {
  font-weight: 700;
  color: #222;
  font-size: 24px;
}
.team-len h6 {
  font-size: small;
  font-weight: 700;
  font-size: 14px;
}
.team-len p {
  font: 14px/24px "Poppins", sans-serif;
  font-weight: 300;
  background: #fff;
  color: #666;
}

.accord {
  max-width: 850px;
  margin: 0 auto;
}
.accord p {
  font: 14px;
  font-weight: 300;
  background: #fff;
  color: #666;
}
.accord h2 {
  font-size: 30px;
  font-weight: 600;
}
.accord .panel {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.accord .panel i {
  font-size: 6px;
  color: #c2c2c2;
  margin-right: 14px;
}
.accord .panel ul {
  padding: 20px;
}
.accord .panel li {
  font-size: 14px;
  color: #666666;
}
.accord button.accordion {
  border: none;
  font-size: 20px;
  font-weight: 0;
  line-height: 25px;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  color: #333;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #dcdcdc;
}
.accord button.accordion::after {
  content: "+";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}
.accord button.accordion.is-open::after {
  content: "\f068";
}

.industry {
  max-width: 1000px;
  margin: 0 auto;
}
.industry .icon2 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.industry h5 {
  font-weight: 700;
  color: #222;
  font-size: 14px;
}
.industry .ser-icon2 {
  width: 60px;
  height: 60px;
  background: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry .ser-icon2 i {
  font-size: 25px;
  color: white;
}
.industry .ser-icon2 i:hover {
  color: #6b6868;
}

.statutes {
  max-width: 1140px;
  margin: 0 auto;
}
.statutes h2 {
  font-size: 30px;
  font-weight: 600;
}
.statutes li {
  padding: 10px 10px;
}
.statutes li a {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}
.statutes li a:hover {
  color: #18ba60;
}
.statutes i {
  font-size: 18px;
  margin-right: 20px;
}

.places h2 {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
}
.places .place h4 {
  font-size: 17px;
  font-weight: 600;
  color: #222222;
}
.places .place p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 2rem;
}
.places .round {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.places .round a {
  color: #666666;
  font-weight: 300;
}
.places .round p {
  margin-bottom: unset;
  font-size: 14px;
  font-weight: 300;
}
.places .round i {
  width: 40px;
  height: 40px;
  background: #18ba60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/*# sourceMappingURL=app.min.css.map */
