:root{
  --secondary:#262121;
  --trinity:#069bdd;
}

.primary-bg{
  background-color: var(--primary);
}

.primary-color{
  color: var(--primary);
}

.secondary-bg{
  background-color: var(--secondary);
}

.secondary-color{
  color: var(--secondary);
}

.trinity-bg{
  background-color: var(--trinity);
}

.trinity-color{
  color: var(--trinity);
}

ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.brand-icon{
  width: 20px;
  height: 20px;
}

.top-bar-wrapper{
  border-radius: 0px 0px 30px 30px;
}

.carousel-control-prev,.carousel-control-next {
   background-color: rgba(0, 0, 0, 0.5);
   /* border-radius: 50%; */
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  height: 43px;
  background: var(--trinity);
  border: 1px solid #fff;
}

.slider-wrapper,
.footer-wrapper, .banner-cover-wrapper {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.nav-item a {
  text-decoration: none;
  padding: 0 6px;
  display: block;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 600;
  white-space: nowrap;
}

.nav-link.echo.active {
  background: var(--trinity);
  color: #fff;
}

.copmany-logo {
  position: absolute;
  top: -5rem;
  left: -9px;
  width: 53%;
  z-index: 9;
  border: 8px solid #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 4%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

.welcome-image{
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
}

.title-icon{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.heading-border{
  border-top:1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
}

.visibility-hidden{
  visibility: hidden;
}

.area-we-server-wrapper{
  background:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
      url('../images/area-we-serve.jpg') center/cover no-repeat;
      background-attachment: fixed;
      padding: 4rem 0;
}

.mid-bar-wrapper{
  background:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
      url('../images/mid-bar.webp') center/cover no-repeat;
    background-attachment: fixed;
    padding: 4rem 0;
}

.map-tram-wrapper{
  background:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
      url('../images/home-renovations.jpeg') center/cover no-repeat;
    background-attachment: fixed;
    padding: 4rem 0;
}


.map-tramp{
    background:rgba(0,0,0,0.3);
    border:1px solid #fff;
}

.area-served-list li{
  background-color: var(--trinity);
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.services-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary);
}

.services-inner img{
  border-top-left-radius: 8%;
  border-top-right-radius: 8%;
  border: 8px solid #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);;
}

.form-wrapper {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-radius:0.37rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.37rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-btn{
  background-color: var(--trinity);
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.call-us-now{
  background-color: var(--trinity);
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.fa-star{
  color: #ffd43b;
}

.gallery-wrapper, .consultation-wrapper{
  background-color: #e1e1e1;
}

.consultation-wrapper{
    background: linear-gradient(rgba(242, 242, 242, 0.4), rgba(242, 242, 242, 0.4)), url(../images/how-we-wrok.png) center center / cover no-repeat;
}



.one-flare{
  width: 15%;
}

.view-more{
  display: inline-flex;
}

/* gallery-section  */
.gallery a {
  display: block;
  overflow: hidden;

  border: 1px solid #ccc;
  cursor: pointer;
}

.gallery img {
  height: 250px;
  width: 100%;
}

/* Lightbox Styles */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-content {
  position: relative;
  background-color: white;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  background-color: var(--secondary);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.lightbox-image {
  max-width: 100%;
  max-height: 60vh;
}

.lightbox-caption {
  margin-top: 10px;
  font-style: italic;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
}

.prev-button {
  left: 20px;
  background-color: var(--secondary);
  color: #fff;
}

.next-button {
  right: 20px;
  background-color: var(--secondary);
  color: #fff;
}

.gallery-image{
  border:8px solid #fff;
}
/* gallery-section  */

/* carousel-section   */
.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  background-color: #2b2b2b;
  padding: 2rem;
  color: #fff;
}

.test-pack {
  border-radius: 24px;
}

.carousel-inner-pack {
  margin-left: 3rem;
  margin-right: 2rem;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  font-size: 2em;
  padding: 0.5em;
  z-index: 10;
}

.carousel-nav.prev {
  left: 0;
}

.carousel-nav.next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.carousel-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-dots span.active {
  background: #333;
}
/* carousel-section   */

details summary{
  cursor: pointer;
  padding: 3px 10px;
  border: 1px solid #ccc;
  background-color: #3d3d3d;
  font-weight: 600;
  color: #fff;
}

.active-faq{
  background-color: var(--primary);
  color: #fff;
  padding: 3px 10px;
}

details p{
  padding: 19px;
  background-color: #eaeaea;
  border: 1px solid #ccc;
}

.star-rating{
  width: 100px;
  height: auto;
}

.foot-nav{
  margin-left: 15px;
}

.foot-nav li{
  margin-bottom: 10px;
  background: url('../images/bullet-listing.png') no-repeat left center;
  background-size: 16px 16px;
  padding-left: 24px;
  
}

.foot-nav li a{
  color: #fff;
  text-decoration: none;
}

.contact-info-list li{
  margin-bottom: 10px;
}

.banner-form{
  top:7%;
  right:10%;
  position: absolute;
}

.abt-1,.abt-2,
.abt-3,.abt-4,.welcome-title {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-top {
  opacity: 1;
  transform: translateY(0);
  animation: slideTop 0.8s ease forwards;
}

@keyframes slideTop {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-bottom {
  opacity: 1;
  transform: translateY(0);
  animation: slideBottom 0.8s ease forwards;
}

@keyframes slideBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-right {
  opacity: 1;
  transform: translateX(0);
  animation: slideRight 0.8s ease forwards;
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

 .desktop-hide {
  display: none;
}

 .close-btn {
   visibility: hidden;
 }

 .mobile-icon {
   display: block;
 }

 .mobile-icon .mobile {
   display: none;
 }

 .mobile-icon .email {
   display: block;
 }

 .mobile-icon .material-button-anim {
   position: fixed;
   bottom: 3%;
   left: 36px;
   padding: 0 0;
   text-align: center;
   max-width: 320px;
   z-index: 999999999999;
 }

 .mobile-icon1 .material-button-anim {
   position: fixed;
   bottom: 3%;
   left: 36px;
   padding: 0 0;
   text-align: center;
   max-width: 320px;
   z-index: 999999999999999;
 }

 .material-button {
   position: relative;
   top: 0;
   z-index: 1;
   width: 70px;
   height: 70px;
   font-size: 1.5em;
   color: #fff;
   background: var(--trinity);
   border: 1px solid #fff;
   border-radius: 50%;
   box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
   outline: none;
 }

 .back-to-top {
   position: fixed;
   display: none;
   right: 30px;
   bottom: 30px;
   z-index: 11;
   animation: action 1s infinite alternate;
   background: var(--secondary) !important;
   padding: 4px;
 }

 .material-button-toggle {
   z-index: 3;
   width: 50px;
   height: 50px;
   margin: 0 auto;
   text-align: center;
   line-height: 50px;
 }

 @keyframes bounce {
   0% {
     margin-top: 0;
   }

   50% {
     margin-top: -15px;
     margin-bottom: 15px;
   }

   100% {
     margin-top: 0;
   }
 }

 @keyframes roket-roket-circle-anim {
   0% {
     transform: rotate(0deg) scale(1) skew(0deg);
     opacity: 0.1;
   }

   30% {
     transform: rotate(0deg) scale(1.25) skew(0deg);
     opacity: 0.25;
   }

   100% {
     transform: rotate(0deg) scale(1.5) skew(0deg);
     opacity: 0;
   }
 }

 .material-button-toggle:not(:hover):not(:focus):not(:active) {
   transition: .25s !important;
   animation: 2.25s bounce infinite !important;
 }

 .material-anim {
   width: 100%;
   height: 100%;
   text-indent: -9999px;
   z-index: 0;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   box-shadow: none;
 }

 .material-anim.one {
   -webkit-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
   -moz-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
   -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
   -o-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
   animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
   -webkit-transition: all 0.5s !important;
   -moz-transition: all 0.5s !important;
   -o-transition: all 0.5s !important;
   transition: all 0.5s !important;
 }

 .material-anim.two {
   border: 2px solid #649831 !important;
   opacity: 0.1 !important;
   background: var(--primary) !important;
   -webkit-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
   -moz-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
   -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
   -o-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
   animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
   -webkit-transition: all 0.5s !important;
   -moz-transition: all 0.5s !important;
   -o-transition: all 0.5s !important;
   transition: all 0.5s !important;
 }

 #cd-top {
   display: none;
 }

 .back-to-top {
   background-color: var(--secondary-color);
   border: 1px solid #fff;
 }

 .btn:hover {
   background-color: var(--secondary-color);
 }

 .rounded{
  border-radius: 24px;
 }

 .why-choose-us-list{
  display: flex;
  flex-wrap: wrap;
  gap:2rem;
  color: #fff;
  justify-content: center;
 }

.slide-top {
  opacity: 1;
  transform: translateY(0);
  animation: slideTop 0.8s ease forwards;
}

@keyframes slideTop {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-bottom {
  opacity: 1;
  transform: translateY(0);
  animation: slideBottom 0.8s ease forwards;
}

@keyframes slideBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-right {
  opacity: 1;
  transform: translateX(0);
  animation: slideRight 0.8s ease forwards;
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.services-title{
  background-color: var(--secondary);
}

a{
  text-decoration: none;
}

.desktop-hide{
  display:none !important;
}

.banner-cover-wrapper{
  padding: 8% 0;
}

.about-cover{
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)), url('../images/about-cover.jpg')  center/cover no-repeat;
}

.services-cover{
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)), url('../images/services-cover.jpg')  center/cover no-repeat;
}

.gallery-cover{
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)), url('../images/gallery-cover.jpg')  center/cover no-repeat;
}

.contact-cover {
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)), url('../images/contact-cover.jpg') center/cover no-repeat;
}

.abt-image{
  border: 8px solid #f1f1f1;
}

.abt-image-2{
  width: 50%;
  right: 0;
  bottom: 0;
}

.why-choose-list li{
  position: relative;
}

.why-choose-list li::before{
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  content: '\f058';
  color: var(--secondary);
  margin-right: 7px;
}

.why-choose-wrap{
  border:4px solid var(--trinity);
}

.what-we-offer-wrap{
  background-color: #f2f2f2;
}

.out-law {
  border: 2px solid var(--trinity);
}

.list-out-services-point li {
  list-style: disc;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.what-we-offer-wrap-top, .contact-form-wrapper-top{
  background-color: #f2f2f2;
}

.img-border {
  border: 10px solid #fff;
}

.contact-dash{
  width: 60px;
  height: 60px;
}

.get-in-touch-img{
  border: 8px solid #fff;
}

/*.what-we-are-inner{
    background:url(../images/45.png) center center no-repeat;
    padding: 4rem 3rem 1rem 3rem;
}*/

.what-we-do-details{
    position: absolute;
  left: 0;
  right:0;
  bottom: 3.5rem;
  width: 50%;
  margin: 0 auto;

}

@media (max-width: 768px) {
  .mobile-hide,.slide-content{
    display: none !important;
  }
  
  .desktop-hide{
      display:block !important;
  }

  .logo-wrapper{
    width: 38%;
  }

  .navbar-toggler {
    width: 100%;
    background: var(--trinity);
    color: #fff;
    padding: 0.7rem;
    display: flex;
    justify-content: space-between;
  }

  .top-contact-info {
    width: 100%;
  }
    
  .call-us-now {
    background-color: var(--trinity);
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 30px !important;
    margin-top: 5px;
    display: inline-block;
  }

  .view-more {
    display: inline-flex;
    padding: 16px 12px !important;
  }

  .contact-info-list li > a {
    font-size: 21px;
  }

  .brand-icon {
    width: 30px;
    height: 30px;
  }
    
  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    margin-top: 8px;
    background: #262121;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    padding-bottom:10px;
  }
    
  .nav-item a {
    text-decoration: none;
    padding: 0 6px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
  }

  .desktop-hide{
    display: block !important;
  }
  
  .mobile-wrapper {
    margin-bottom: 1.2rem;
  }

  .copmany-logo {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(1%);
    width: 70%;
    z-index: 9;
  }

  .gallery img {
    height: 135px;
    width: 100%;
    object-fit: cover;
  }

  .menu-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px;
    margin-top: 5rem;
  }
  
  .nav-list {
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-100%);
    z-index: 999;
  }

  .nav-list.show {
    display: flex;
    transform: translateY(0);
  }

  .nav-list li {
    text-align: center;
    margin: 3px 0;
  }

  .nav-list a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
  }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    visibility: visible;
  }

  .header-wrapper{
    padding-bottom: 5px !important;
  }

  .nav-list li {
    text-align: center;
  }

  .nav-list a {
    padding: 2px;
  }

  .banner-form {
    top: 7%;
    right: 0;
    position: relative !important;
    left: 0;
    background: #f2f2f2;
    text-align: center;
  }

  .navbar.navbar-expand-lg {
    margin-top: -27px;
  }

  .banner-image{
    height: 300px;
    object-fit: cover;
  }

  .why-choose-us-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: #fff;
    justify-content: center;
  }

  .slider-wrapper,
  .footer-wrapper {
    overflow: hidden;
    border-radius: 0;
  }

  .menu-toggle{
    background-color: var(--primary);
  }

  .menu-icon{
    width: 25px;
    height: 25px;
  }
  
  .banner-btn {
    padding: 12px 55px !important;
  }

   .sublime{
    display: block !important;
   }
}
