/********** custom CSS **********/
:root {
  --primary: #eb3d00;
  --secondary: #5f656f;
  --light: #f5f5f5;
  --dark: #393d43;
}

.back-to-top, .call-icon-sticky {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.call-icon-sticky{
  bottom: 40px;
}
.call-icon-sticky i {
  font-size: 15px;
}

h1,
h2,
.h1,
.h2 {
  font-weight: 700 !important;
  color: #003049;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 600 !important;
  color: #003049;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 500 !important;
  word-break: break-all;
  color: #003049;
}
strong {
  display: block;
}
.fw-semi-bold {
  color: #e74c3c;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.topbar-right {
  position: relative;
  background: var(--primary);
}

.topbar-right::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -15px;
  /* transform: skewX(-30deg); */
  background-color: var(--primary);
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand {
  position: relative;
  padding-right: 50px;
  height: 75px;
  display: flex;
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 20px 0;
  color: var(--dark);
  font-size: 18px;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(
    to right,
    rgb(0 0 0 / 50%) 0%,
    rgba(2, 36, 91, 0) 100%
  );
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
}

#header-carousel .carousel-item {
  height: 85vh;
}
#header-carousel .carousel-item img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    /* min-height: 450px; */
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background: linear-gradient(
      to right,
      rgba(2, 36, 91, 1) 0%,
      rgba(2, 36, 91, 0) 100%
    ),
    url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
  letter-spacing: 0;
}
.banner-text strong {
  display: block;
}
/*** Facts ***/
.facts {
  position: relative;
  margin: 6rem 0;
  background: #003049;
}

.facts .border {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/*** Features ***/
.btn-play {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--primary);
}

@media (max-width: 992px) {
  .btn-play {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.btn-play i {
  display: block;
  position: relative;
  z-index: 3;
  left: -12px;
  color: white;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
  padding: 1rem;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*** Service ***/
.service-item {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.service-item .service-img {
  position: absolute;
  padding: 12px;
  width: 130px;
  height: 130px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  z-index: 2;
}

.service-item .service-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.service-item .service-title {
  position: absolute;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  transition: 0.5s;
}

.service-item:hover .service-title {
  top: -100%;
}

.service-item .service-text {
  position: absolute;
  overflow: hidden;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(2, 36, 91, 0.7);
  transition: 0.5s;
}

.service-item:hover .service-text {
  top: 0;
}

.service-item .service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: -100%;
  left: 0;
  transform: skewY(-12deg);
  background: #ffffff;
  transition: 0.5s;
}

.service-item:hover .service-text::before {
  top: -55px;
}

.service-item .btn {
  position: absolute;
  width: 130px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background: #ffffff;
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  z-index: 2;
}

.service-item .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Project ***/
.project-carousel {
  position: relative;
  background: var(--dark);
}

.project-item {
  position: relative;
  display: block;
}

.project-item img {
  transition: 0.5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top: -60px;
}

.project-item .project-title {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  bottom: -110px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--dark);
  transition: 0.5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
  bottom: -60px;
}

.project-item .project-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  top: -15px;
  left: 0;
  transform: skewY(-5deg);
  background: var(--dark);
  transition: 0.5s;
}

.project-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.project-carousel:hover .owl-nav {
  opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin: 0 30px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

/*** Team ***/
.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  display: flex;
  align-items: center;
  background: var(--primary);
  transition: 0.5s;
}

.team-item:hover .team-social {
  left: 0;
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}

.testimonial-carousel:hover .owl-nav {
  /* width: 300px; */
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}

/*** Footer ***/
.footer {
  color: #b0b9ae;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #b0b9ae;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.footer-box-div p {
  display: flex;
}
.copyright {
  color: #b0b9ae;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer.main-footer {
  background: #003049;
}
/*  */

.card {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  /* box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3); */
  padding-top: 200px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card img {
  width: 90%;
  height: 250px;
  object-fit: cover;
  position: absolute;
  top: -50px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.card-body {
  padding: 20px;
}

.card-body .card-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  /* margin-bottom: 20px; */
  color: #003049;
}

.card-body .card-text {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

.card-body .btn {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 35px;
  text-align: center;
  background-color: white;
  color: #e74c3c;
  text-decoration: none;
  font-size: 20px;
  transition: 0.4s ease;
  border: 1px solid #e74c3c;
}

.card-body .btn:hover {
  background-color: #e74c3c;
  color: #fff;
}

.btn-theme {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.btn-theme:hover {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
/* ===video css ===== */
.VideoContent video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.container-fluid.px-0 {
  background: #003049;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.VideoContent:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 100%;
  height: 115% !important;
  border: 4px solid;
  color: var(--primary);
  z-index: -1;
}
.VideoContent iframe {
  width: 100%;
  height: 400px;
}
.popup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 35em) {
  /* .navbar .navbar-brand {
    width: 85%;
  } */
  .VideoContent:before {
    display: none;
  }
  .card {
    margin-bottom: 20px;
  }
  .fcbox-text strong {
    font-size: 16px;
  }

  .fcbox-text a,
  .fcbox-text span {
    font-size: 14px;
  }

  .footer-cnct-box {
    padding: 1rem;
  }
}
@media (min-width: 560px) and (max-width: 620px) {
  .navbar .navbar-brand {
    width: 85%;
  }
  .fcbox-text strong {
    font-size: 16px;
  }

  .fcbox-text a,
  .fcbox-text span {
    font-size: 14px;
  }

  .footer-cnct-box {
    padding: 1rem;
  }
}
/* =================new css added======================== */
.abt-img-box img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.abt-img-box-shadow {
  position: absolute;
  top: 8rem;
  left: 8rem;
  width: 50%;
  height: 70%;
  border: 4px solid;
  color: var(--primary);
  z-index: -1;
}

/* ==========================footer contact ================================== */
.footer-contact {
  background: #e74c3c;
  color: #fff;
  padding-top: 10px;
  margin-bottom: -6rem; /* Uncomment if you want to use flexbox */
  position: relative;
  /* z-index: 1; */
}

.footer-contact i {
  font-size: 30px;
  margin-right: 10px;
  margin-top: 10px;
}

.fcbox-text strong {
  color: #fff;
  display: block;
  font-size: 24px;
}

.footer-cnct-box {
  display: flex;
  padding: 2rem;
}

.fcbox-text a,
.fcbox-text span {
  color: #fff;
  word-break: break-all;
}

.fcbox-text {
  padding-left: 10px;
}
.footer-white-bg {
  color: #003049;
  background: #fff;
}

.footer-white-bg .fcbox-text a,
.footer-white-bg .fcbox-text span,
.footer-white-bg .fcbox-text strong {
  color: #003049;
}

/*--------------------------------
				IMAGE SHINE
---------------------------------*/
.shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
}

.shine:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.shine:hover:after {
  opacity: 1;
  top: -30%;
  left: -40%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.shine:active:after {
  opacity: 0;
}

/*--------------------------------
				END ICON SHINE
---------------------------------*/
@media (min-width: 998px) {
  .fcbox-text strong {
    font-size: 16px;
  }

  .fcbox-text a,
  .fcbox-text span {
    font-size: 14px;
  }

  .footer-cnct-box {
    padding: 1rem;
  }
}
/* ====================================
web banner  breadcrumb
======================================= */

/* ===web banner css===== */
.page-header {
  background: linear-gradient(
      to right,
      rgb(0 0 0 / 50%) 0%,
      rgba(2, 36, 91, 0) 100%
    ),
    url(../img/iso-1.jpg);
  height: 350px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: 600;
  padding: 4rem;
  display: flex;
  align-items: center;
}
ol.breadcrumb.justify-content-center.text-uppercase a {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 3px;
  margin-top: 3px;
}
.web-banner-wrapper {
  padding: 2rem 0;
  /* background: #f0f8ff7d; */
  /* width: 50%; */
  /* margin: 0 5rem; */
  /* backdrop-filter: blur(5px); */
}
strong.typing-text.headlight-h {
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
}
/* ====================================
web banner css breadcrumb
======================================= */
/* ================================
contact us page css starts here
=================================== */
.cnt-pg-map.g-view-contact iframe {
  width: 100%;
  padding-right: 2rem;
}

.get-touch {
  padding-top: 2rem;
}

.get-touch strong {
  color: #003049;
  font-size: 20px;
  display: block;
}

.get-touch .footer-box-div {
  color: #003049;
}

.contact-box-div span {
  font-weight: 600;
}
.wrapper-box {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
}
.contact-box-div {
  border-top: 1px solid #dee2e6;
  padding-top: 1rem;
}

.contact-box-div span i {
  color: #e74c3c;
  margin-right: 10px;
}
.get-touch h5 {
  font-size: 14px;
}
.contact-form {
  /* padding: 4rem 0; */
}

/* =========================
form section
=========================== */
.cnt-pg-form {
  /* margin: 0 10rem; */
}
input,
textarea {
  /* background: #fff5f4 !important; */
  /* border: 1px solid #ced4da59 !important; */
  border: 1px solid #ced4da;
  padding: 10px !important;
}

input::placeholder,
textarea::placeholder {
  color: #6c757dba !important;
}

/* ======================servcies page css starts here ============================== */
section.details-wrapper {
  padding: 3rem 0;
}
/* ------service menu list------ */
.services-details-menu {
  background: #fff;
  padding: 15px 8px;
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
  margin: 2rem 0;
  display: grid;
  border: 1px solid #eee;
}
.services-details-menu strong {
  font-size: 22px;
  letter-spacing: 2px;
  margin-left: 8px;
}
ul.services-menu-list {
  margin: 0;
  padding: 0;
  text-align: left;
  /* margin-top: 12px; */
}
ul.services-menu-list li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  transition: 0.3s ease;
}
ul.services-menu-list a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  letter-spacing: 1px;
  display: flex;
}
ul.services-menu-list li i {
  margin: 0 10px;
  font-size: 22px;
}
ul.services-menu-list li:hover {
  background: #e74c3c;
}
ul.services-menu-list li:hover a {
  color: #fff !important;
}
ul.services-menu-list li.active {
  /* border-bottom: 1px solid #e74c3c !important; */
  background: #e74c3c;
}
ul.services-menu-list li.active a {
  color: #fff;
}
/* ------service menu list------ */

.need-help {
  background: #dee2e6;
  padding: 25px;
  margin: 1rem 0;
}
/* .services-datail-content {
  padding: 2rem 0;
} */

.services-datail-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.services-datail-content span::after {
  /* padding-left: 1rem; */
  border-left: 2px solid #e74c3c;
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #e74c3c;
  left: 0;
  top: 0;
}

.services-datail-content span {
  position: relative;
  padding-left: 1rem;
  display: block;
  font-weight: 600;
  color: #003049;
}
.highlight-points {
  padding-bottom: 2rem;
}

.highlight-points img {
  width: 100%;
  object-fit: cover;
}

.hightlight-points ul {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

.hightlight-points ul li {
  list-style: none;
  display: flex;
  padding: 4px 0;
}

.hightlight-points ul li i {
  color: #e74c3c;
  margin-top: 6px;
  margin-right: 10px;
}

.hightlight-points {
  display: flex;
  align-items: center;
  height: 100%;
}

/* =============================work & carrer page css strats here =================================== */
section.isotope-project.container-md-xxl.work-page,
section.career-section,
section.aboutus-wrapper,
section.main-contactbox,
.services-page-wrapper {
  padding: 3rem 0;
}
.applicant-pic {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
}
.applicant-pic img {
  height: 460px;
  object-fit: cover;
  width: 50%;
}
.apply-form input,
.apply-form textarea {
  border: 1px solid #ced4da !important;
}
/* ================about us page css starts here ===================== */
.about-us-content {
  padding: 1rem 0;
}

.abt-box-wrapper.wrp-bg {
  background: #003049;
}

.abt-box-wrapper {
  padding: 2rem;
}
.center-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.abt-video img {
  width: 100%;
  margin-bottom: 10px;
  height: 200px;
  object-fit: cover;
}
.abt-img-wrapper-box iframe {
  width: 100%;
  height: 300px;
}
.welcome-part-box-right li {
  /* border: 1px solid #e74c3c; */
}
.abt-img-wrapper-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.welcome-part-box-right {
  padding: 1rem;
}

.abt-img-wrapper-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.welcome-part-box-right li button {
  font-weight: 600;
}

/* =====================accordion css starts here ================================= */
.faqs-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
}

.faqs-wrapper h2 {
  text-align: center;
  margin-bottom: 1em;
}

.accordion {
  border-bottom: 1px solid #ddd;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #333;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.accordion-item button:hover,
.accordion-item button:focus {
  color: #ff7637;
}

.accordion-item .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion-item .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 14px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion-item .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion-item .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion-item button[aria-expanded="true"] {
  color: #ff7637;
  border-bottom: 1px solid #ff7637;
}

.accordion-item button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  padding: 0 1rem;
}

.accordion-item button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  /* padding: 0 1rem; */
}

/* ============modal css starts here =================== */
/* .modal-body img {
  width: 100%;
  height: 250px;
  object-fit: cover;
} */

.modal-dialog {
  /* min-width: 800px; */
}
/* ==================== Hover Effect-translatey======================= */
.content-display p {
  font-size: 13px;
}

.project-wrap {
  position: relative;
  overflow: hidden;
}

.project-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.content-display {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  transform: translateY(100%);
}

.project-wrap:hover .content-display {
  transform: translateY(0);
}
/* =======================services page details================================= */
.services-datail-content .col-md-4 img {
  width: auto;
  height: auto;
}

.describe-text .card-title {
  font-size: 28px;
}
.consulting-design .project-wrap {
  height: 250px;
  width: 100%;
  padding: 4px;
}

.consulting-design .project-wrap img {
  height: 100%;
}
/* .content {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  margin: 3px;
} */

section.details-wrapper img {
  width: 100%;
  margin: 4px;
  height: 100%;
  object-fit: cover;
}
.hightlight-points.serv-list {
  display: block;
}

.hightlight-points.serv-list ul {
  padding: 0;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
}
.hightlight-points.serv-list ul li {
  width: 50%;
}
.d-flex.under-ground {
  height: 100%;
  align-items: center;
}

span.text-red {
  color: red;
}
.keep-in-touch {
  padding-left: 20px;
}

.keep-in-touch h5 {
  font-size: 16px;
}
.social-icon-box {
  display: flex;
  height: 100%;
  align-items: center;
}

section.main-contactbox.enquiry-now label {
  color: #003049;
  font-weight: 600;
}

.caption {
  background: #fff;
  padding: 10px;
}

.popup-content {
  min-width: 300px;
  height: 300px;
}

.what-we-offer img {
  width: 100%;
  /* max-height: 80%; */
  object-fit: cover;
}

/*Enquiry Now css starts here */
.fixed-quote {
  transform: rotate(90deg);
  position: fixed;
  right: -45px;
  top: 50%;
  z-index: 999;
  background-color: #e74c3c;
  padding: 25px 12px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4rem;
  border: 0;
  border-radius: 4px;
  transition: 0.3s;
}
.fixed-quote:hover {
  color: #fff;
  right: -40px;
}

/* =================nav and tabs css starts here ============================== */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffff;
  background-color: #e74c3c;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e74c3c;
  color: #fff;
  background: #e74c3c;
}

.tab-content > .tab-pane {
  padding: 10px;
}
.nav-tabs {
  justify-content: space-between;
  border-bottom: 1px solid #e74c3c;
}

/* =========================nav bar css starts here =================================== */

/* header */

.logo {
  color: black;
  display: inline-lock;
}
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
  /* transition: top 0.3s ease-in-out; */
}

.header.sticky {
  position: sticky;
  top: 0;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* overflow: hidden; */
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.header li a:hover,
.header li a.active,
.header .menu-btn:hover {
  color: #e74c3c;

}
.header  a.dropdown-item:hover,
.header  a.dropdown-item.active
{
  background-color: #f4f4f4;

}

.header .logo {
  display: block;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: absolute;
  user-select: none;
  top: 10px;
  right: 10px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 700px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 768px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 20px;
  }
  .header .menu {
    clear: none;
    max-height: none;
    display: flex;
    align-items: center;
  }
  .header .menu-icon {
    display: none;
  }
}
.navbar-menu {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.9px) {
  .navbar-dropdown {
    display: none;
  }

  .menu {
    flex-direction: column;
  }

  .menu-icon {
    display: block;
  }
}

@media (min-width: 768px) {
  li.nav-item.dropdown .navbar-dropdown {
    position: absolute;
    top: 140%;
    display: none;
    z-index: 5;
  }
}
.footer--iframe{
  width: 100%;
  aspect-ratio: 4/3;
}

.footer--iframe iframe{
  width: 100%;
  height: 100%;
}

/* Responsive styles for mobile view */
@media (max-width: 600px) {
  .out-layer .item {
      display: none;
  }
  .out-layer .item:nth-child(-n+3) {
      display: block;
      width: 100%;
  }
  .border strong, .border strong {
    font-size: 22px;
    display: block;
}

.border i {
    font-size: 25px;
}
.btn-lg-square {
  width: 35px;
  height: 35px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  display: none;
}
}
.btn-primary:hover {
  color: #fff;
}

a.text-black {
  color: #6c757d;
}