/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300; 400;

500;
600;
700&display=swap');*/
body {
  font-weight: 300;
  color: #555;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

a {
    cursor: pointer;
    color: #00aeef;
} 

  a:hover, a:focus {
    text-decoration: none;
    color: #00aeef;
    opacity: .7;
  }

.highlight {
  color: #00aeef;
}

h1 {
  font-size: 32px;
  line-height: 1.3;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

.undl {
  position: relative;
}

  .undl .line {
    background-color: #ff5e32;
    height: 10px;
    width: 100px;
  }

  .undl h1 {
    margin-top: 10px;
  }

.hero {
  height: 600px;
  position: relative;
  background-color: #000;
  color: #fff;
  margin-bottom: 20px;
}

  .hero h1 {
    font-size: 60px;
    margin-top: 140px;
  }

  .hero h2 {
    font-size: 24px;
  }

.divider {
  position: absolute;
  bottom: -1px;
}

.content.up {
  margin-top: -220px;
}

.content h1 {
  margin-bottom: 30px;
}

.content section {
  margin-bottom: 20px;
}

h1.bgimg {
  color: #fff;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  font-weight: 100;
  display: none;
}

.hdn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.overlaynofade {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  font-weight: 100;
  display: block;
}

.hdn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.itm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: 30px;
  position: relative;
}

  .itm.mg-sm {
    margin-bottom: 10px;
  }

.grph {
  background-size: contain;
}

.logo {
  padding-top: 20px;
}


.toggle-button {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 30px;
  background-color: transparent;
  border: none;
}

.mwk {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.usp-blk h2 {
  border-bottom: 1px solid #ff5e32;
  padding-bottom: 20px;
  color: #333;
}

.usp-blk .itm {
  background-position: center;
  min-height: 250px;
  max-height: 250px;
}

  .usp-blk .itm.nm {
    min-height: 300px;
    max-height: 300px;
  }

  .usp-blk .itm.ht {
    min-height: 600px;
    max-height: 600px;
  }

.cnt-blk {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: center;
  text-align: center;
  height: 200px;
  line-height: 200px;
  font-size: 70px;
  color: #fff;
  font-weight: bolder;
  background-size: cover;
}

footer {
  margin-bottom: 20px;
}

.form-control {
  border: 0;
  box-shadow: none;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 0;
}

textarea.form-control {
  height: 160px;
}

.btn {
  border: 2px solid transparent;
  font-size: 20px;
  border-radius: 0;
  color: #fff;
}

.btn-xsd {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn:hover, .btn:focus {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-primary {
  background-color: #ff5e32;
  color: #fff;
}

.btn-default {
  background-color: #ccc;
}

footer nav {
    margin-top:20px;
}
    footer nav ul {
      list-style: none;
    }

      footer nav ul li {
        display: inline;
        margin-right: 20px;
      }

        footer nav ul li a {
            color: #676767;
            font-weight:500;
            text-decoration:none;
        }

.map {
  width: 100%;
  height: 500px;
}


.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}

  .slideout-menu ul {
    list-style: none;
    margin-top: 40px;
  }

    .slideout-menu ul a {
      font-weight: 400;
      font-size: 16px;
      text-decoration: none;
    }

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #fff;
  min-height: 100vh;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
  overflow: hidden;
}

  .slideout-open .slideout-menu {
    display: block;
  }



.bx {
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 20px;
}

.bxSmall {
  min-height: 180px;
  max-height: 180px;
  margin-bottom: 20px;
}

.bx .btn {
  position: absolute;
  bottom: 20px;
}

.bx .txt {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.tags {
  margin-top: 20px;
}

  .tags .tag {
    padding: 5px;
    background-color: #f3f3f3;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #ff5e32;
  }

    .tags .tag:hover {
      background-color: #00aeef;
      color: #fff;
    }

.pagination > li > a, .pagination > li > a:hover {
  color: #ff5e32;
}

  .pagination > li > a.active {
    background-color: #ff5e32;
    color: #fff;
  }

.ln {
  border-bottom: 1px solid #ff5e32;
  margin-bottom: 20px;
  margin-top: 20px;
}

.btn-search {
  height: 60px;
  padding-top: 14px;
}



.lgo {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
  display: block;
}

.cs-img {
  margin-bottom: 20px;
}

.thumbnails img {
  margin-bottom: 20px;
  cursor: pointer;
}

#picModal .modal-header {
  border-bottom: 0;
}

.testimonial {
  padding: 20px 40px;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
  border-radius: 2px;
}

  .testimonial .fa {
    font-size: 50px;
    color: #ff5e32;
  }

@media(min-width:768px) {
  .modal-dialog {
    width: 80%
  }

  #modalVideo .modal-dialog {
    width: 600px;
  }
}

@media(max-width:768px) {
  h1 {
    font-size: 24px;
  }

  .logo {
    width: 150px;
  }

  .hero {
    height: 300px;
  }

    .hero h1 {
      font-size: 21px;
      margin-top: 40px;
    }

    .hero h2 {
      font-size: 14px;
      margin-top: 0;
      font-weight: 300;
    }

    .hero.hm {
      height: 400px;
    }

  main {
    border: 0;
  }

  .content section {
    margin-bottom: 20px;
  }

  .content h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .content h2 {
    margin-top: 0;
    font-size: 18px;
  }

  .content h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .overlay {
    padding: 10px;
  }

  .hdn {
    font-size: 16px;
    font-weight: bold;
  }

  .undl .line {
    height: 5px;
    width: 50px;
  }

  .slideout-panel {
    border: 0;
  }

  .itm {
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 15px;
  }

  .usp-blk h2 {
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .map {
    height: 250px;
  }

  .icn {
    font-size: 72px;
  }

  .thumbnails {
    margin-top: 20px;
  }

  .bx .txt {
    min-height: auto;
    max-height: none;
    overflow: auto;
  }

  .bx .btn {
    position: static;
  }

  .bx {
    min-height: auto;
    max-height: none;
    overflow: auto;
  }

  .video-box iframe {
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px) {
  .tags {
    margin-bottom: 50px;
  }
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape)and (-webkit-min-device-pixel-ratio:1) {
  .hero h1 {
    font-size: 62px;
  }

  .itm {
    min-height: 380px;
    max-height: 380px;
  }
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1) {
  .itm {
    min-height: 300px;
    max-height: 300px;
  }
}



/* Button CSS start */
.btn {
    border-radius: 0;
    cursor: pointer;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    font-weight: 700;
    padding: 12px 15px;
    border-radius: 4px;
}
.btn:hover {
    box-shadow: 0 0 25px rgb(0 0 0 / 30%);
    z-index: 1;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn{
    padding: 0.5rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 2px;
}
.btn-md {
    font-size: 1.25rem;
    }
.btn-sm {
    font-size: 0.8rem;
}
.btn-lg {
    font-size: 1.5rem;
}

.btn-orange {
    background-color: #ff5e32;
    color: #fff;
    border-color: #ff5e32;
}

.btn-orange:hover {
    background-color: #00aeef;
    color: #fff;
    border-color: #00aeef;
}

.btn-round {
    border-radius: 50px;
}


/* Phone number */
.phone-number-container {
  position: absolute;
  top: 7px;
  right: 70px; /* Increased padding on the right */
  z-index: 10; /* Make sure the number is above other elements */
}

.phone-number {
  color: white; /* Assuming a dark hero image; change as needed */
  font-size: 30px;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .phone-number {
    font-size: 16px;
  }
}