:root{
    --primary:#0f2c3f;
    --secondary:#b87333;
    --trinity:#b7410e;
}

.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;
}

a{
    text-decoration: none;
}

body{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.top-bar-wrapper {
  font-size: 16px;
  padding-top: 3.4rem !important;
}

.top-info {
  bottom: 0;
}

.top-info-one {
  background-color: var(--secondary);
  padding: 8px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.top-first,.top-info-two {
  background-color: var(--trinity);
}

.top-info-third {
  padding: 2px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 24px;
  padding-left: 24px;
}

.nav-link {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: var(--trinary);
  white-space: nowrap;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  background-color: var(--secondary);
  color: #fff;
  border-radius: 50px;
}

.header-section {
  border-bottom: 4px solid var(--primary);
}

.banner-img {
  height: 500px;
  object-fit: cover;
}

.caption-heading {
  background-color: rgba(0,0,0,0.6);
  padding: 8px 15px;
  font-size: 3.8rem;
  text-transform: capitalize;
  border: 1px solid #fff;
}

.abt-read-btn {
  padding: 8px 35px;
  border: 1px solid #fff;
  margin-top: 8px;
}

.mid-get-phone {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 68px;
  border: 3px solid #fff;
}

.get-mid-phone-wrap{
    border-radius: 25px;
    border: 4px solid #fff;
}

.after-mid-image{
    border:6px solid #fff;
}

.services-wrapper{
    background: url(../images/srv-bg.png) center center/cover no-repeat;
    background-attachment: fixed;
}

.heading-title{
    width: 20%;
    padding:8px  12px;
    border-radius: 25px;
}

.broder-blue{
    border:4px solid var(--primary)
}

.services-inner {
    padding: 1.5rem;
    background: #fff;
    border-radius: 2rem;
}

.services-image{
    border-radius: 1rem;
}

.mid-bar-wrapper {
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
  url(../images/mid-bar.jpeg) center center/cover no-repeat;
  background-attachment: fixed;
}

.border-white{
    border:2px solid #fff;
}

.max-font-pop{
    font-size: 20px;
}

.why-choose-us-wrapper{
    background: url(../images/shape-1.png);
    background-repeat: no-repeat;
    background-position: -100px center;
}

.display-7{
    font-size: 30px !important;
}

.abt-image-one {
  overflow: hidden;
  border-radius: 70px 0px;
  border: 8px solid #fff;
  filter: drop-shadow(5px 5px 10px #484848);
}

.form-wrapper{
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
  url(../images/form-bg.jpg) center center/cover no-repeat;
}

.banner-form {
  border-radius: 20px !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.gallery-image-show {
  height: 150px;
  object-fit: cover;
  width: 100%;
  border: 4px solid #fff;
}

.gallery-image{
  height: 250px;
}

.testimonial-text {
  border-bottom: 3px solid var(--secondary);
}

.owl-nav {
  margin-top: 20px;
  text-align: center;
}

.owl-prev, .owl-next {
  background-color: var(--trinity) !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 38px !important;
  margin: 0 3px;
  line-height: 40px !important;
}



.back-to-top {
  background-color: var(--secondary);
  border: 1px solid #fff;
}

.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;
}

.tap-to-call-btn{
    position: fixed;
    display: block;
    left: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 11;
    animation: pluse 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    background: var(--primary) !important;
    padding: 4px;
    border:2px solid #fff;
}

@keyframes pluse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(121, 192, 32, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(121, 192, 32, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(121, 192, 32, 0);
  }
}

.dark-work-pop{
  width: 70px;
  height: 70px;
  line-height: 69px;
  border-radius: 50%;
}


.logo-image{
    top: -77px;
  position: absolute;
  z-index: 9;
  width: 40%;
  border-radius: 12px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.height-50{
  height: 350px;
}

.faq-op{
    height:410px;
    object-fit:cover;
}

.accordion-item:first-of-type .accordion-button,.accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  font-size: 24px;
}

@media(max-width:768px){
    .hide-me{
        display:none !important;
    }

    .navbar-toggler {
        width: 100%;
    }

    .heading-title {
        width: 76%;
    }

    .navbar {
        background: var(--trinity);
    }

    .navbar-collapse {
        background: var(--primary);
        padding-top: 10px;
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .mid-get-phone {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 46px;
        border: 3px solid #fff;
        font-size: 20px !important;
    }
    
    .logo-image {
      top: 0;
      position: relative;
      z-index: 9;
      width: 40%;
      border-radius: 12px;
      box-shadow: unset;
      margin: 0 auto;
    }

    .height-50 {
      height: 200px;
    }

    .gallery-image {
      height: 150px;
    }

    .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: unset;
    }
}