:root{
  --primary:#0967b8;
  --secondary:#3A3A3C;
}

.primary-bg{
  background-color: var(--primary);
}

.primary-color{
  color: var(--primary);
}

.secondary-bg{
  background-color: var(--secondary);
}

.secondary-color{
  color: var(--secondary);
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}

body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3c3c3c;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.banner-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url('../images/banner-bg.jpg') center center / cover no-repeat;
  padding: 5rem 0;
  background-attachment: fixed;
}

.mid-bar-wrapper{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), 
  url('../images/banner-bg.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}

.banner-image {
  height: 400px;
  object-fit: cover;
  border: 8px solid #fff;
}

.banner-btn{
    border:3px solid var(--primary);
}

.nav-link {
  padding: 0 1.5rem !important;
  white-space: nowrap;
  font-weight: bold;
  color: #020E28;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--primary);
}

.logo-wrap{
    width: 75%;
}

.after-banner-wrapper-top::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  background-color: var(--primary);
  z-index: 3;
}

.after-banner-wrapper-top::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  background-color: var(--primary);
  z-index: 3;
}

.scroll-container {
 overflow: hidden;
  color: white;
}

.services-scroll {
  display: flex;
  gap: 40px;
  white-space: nowrap;
   animation: scroll-left 20s linear infinite;
  list-style: none;
  margin: 0;
  justify-content: center;
}

.services-scroll li {
  flex: 0 0 auto;
  font-size: 1.2rem;
  list-style: disc;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.max-out {
  z-index: 9;
}

.after-banner-first, .after-banner-second {
  border-radius: 10px;
  padding: 15px 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.after-banner-first {
  border-bottom: 8px solid var(--secondary);
  background-color: #fff;
}

.after-banner-second {
  border-bottom: 8px solid var(--primary);
  padding: 11px 40px;
}

.after-banner-first li::before, .term-list li::before {
  content: '\f058';
}

.after-banner-first li::before, .wel-bullet li::before, .quake li::before, .term-list li::before, .policy-list li::before {
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-size: 1.4em;
  vertical-align: middle;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: var(--primary);
}

.after-banner-call {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
}

.after-banner-wrapper,.services-inner-wrapper {
    background-color: #f6f7f8;
}


.why-us-wrapper{
    background-color: #f6f7f8;
}

.form-wrapper {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-radius: 0.37rem;
}

.call-us-btn-sd{
    border: 1px solid #fff;
}

.abt-image {
  border-radius: 20px;
}

.abt-second-call {
  bottom: -6rem;
  right: 2rem;
}

.experience-wrapper {
  position: absolute;
  top: 14rem;
  left: 10rem;
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  border: 6px solid #fff;
  border-radius: 50%;
}

.rotate-angle {
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 4rem;
}

.positive-fee-back {
  border-radius: 999px;
}

.foot-note{
    text-wrap: balance;
}

.footer-link li::before {
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  content: '\f061';
  color: #fff;
  margin-right: 7px;
}

.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(--secondary);
  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(--primary) !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;
}


.back-to-top {
  background-color: var(--secondary);
  border: 1px solid #fff;
}
.fa-star {
  color: orange;
}

.owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: var(--primary);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
    font-size: inherit;
  font-size: inherit;
  font-size: inherit;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 2rem;
  margin: 5px;
}

.about-us-hero-wrapper{
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
  url(../images/about-hero.jpeg) no-repeat center center/cover;
  padding:4rem 0;
}

.phone-cat {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.services-hero-wrapper{
  background:  linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
  url(../images/servicec-hreo.jpg)center center/cover no-repeat;
  padding: 4rem 0;
}

.faq-wrapper {
  background-color: #f2f2f2;
}

.wel-list li::before {
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  content: '\f058';
  color: var(--primary);
  margin-right: 7px;
}

.services-inner-top {
  border: 1px solid var(--primary);
}

.gallery-image-show{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.why-choose-inner-tap{
  width: 250px;
}

.logo-wrap {
  width: 50%;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 45%;
  bottom: 40%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 1px solid #fff;
  opacity: 1;
  transition: opacity .15s ease;
  background: var(--primary);
  
}

.carousel-control-prev {
    left: -70px !important;
}

.carousel-control-next{
    right: -70px !important;
}


.fence-border{
    border:1px solid #fff;
}

@media(max-width:768px){
    .hide-me{
        display: none !important;
    }

    .logo-wrap{
        margin: 0 auto;
    }

    .top-list{
        gap:5px
    }

    .top-bar-wrapper {
        margin-bottom: 0.5rem;
    }

    .navbar-toggler {
        width: 100%;
        background: var(--secondary);
    }

    .menu-icon{
        float: right;
    }

    .navbar-nav.mx-auto.mb-2.mb-lg-0 {
        text-align: center;
        padding-top: 1rem;
    }

    .nav-item {
        margin-bottom: 7px;
    }

    .gallery-image-show{
      height: 150px;
    }

    .why-choose-inner-tap{
      width: 100px;
    }

    .about-why-choose-us-wrapper img {
      width: 100px;
    }
}
