
#preloader{
  background-color: white !important;
}
.tp-section-title-phudu{
    font-size: 53px;
}

.app-hero-bottom-thumb-main{
    top:8% !important
}
.app-hero-ptb{
      padding-top: 125px;
}

.app-benefits-item-2-title{
    font-size: 50px;
}

.tp--hover-img {
  max-height: 500px;
  overflow: hidden;
}
.tp-portfolio-inner-title {
 
  color: black;
  text-align: center;
}

.tp-portfolio-inner-content{
    text-align: center;

}

.tp-portfolio-inner-content span{
    color: black;
}
.app-feature-item{
    padding: 5px 30px 25px;
}

.tp-breadcrumb-ptb{
    padding-top: 100px;
}

.crp-blog-title,.crp-blog-meta,.tp-line-white.cream,.postbox-title,.postbox-content p,.sidebar-widget-author-content span,.rc-post-category a,.sidebar-widget-author-name,.rc-post-title a:hover,.rc-post-title a,.rc-post-meta span,.pp-service-details-title {
  color: black !important;
}

p{
  color: black !important;
}

.tp-contact-form {
    margin-top: 40px;
}

.tp-contact-input {
    margin-bottom: 25px;
}

.tp-contact-input label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #111;
    font-weight: 500;
}

.tp-contact-input input,
.tp-contact-input textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    background: transparent;
    font-size: 16px;
    border-radius: 6px;
    outline: none;
    transition: all 0.3s ease;
}

.tp-contact-input input:focus,
.tp-contact-input textarea:focus {
    border-color: #000;
}

.tp-contact-input textarea {
    height: 150px;
    resize: none;
}

.tp-contact-btn {
    margin-top: 10px;
}

.tp-contact-btn input[type="submit"] {
    padding: 16px 40px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tp-contact-btn input[type="submit"]:hover {
    background: #111;
}

.app-feature-item{
  border-radius: 10px;
}


.tp-offcanvas-area {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background: #000;
    z-index: 9999;
    transition: right .4s ease;
}

.tp-offcanvas-area.opened {
    right: 0;
}

.tp-offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
}

.tp-offcanvas-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.tp-offcanvas-menu ul {
    list-style: none;
    padding: 30px;
}

.tp-offcanvas-menu a {
    color: #fff;
    display: block;
    padding: 12px 0;
}

.tp-header-10-wrapper{
  border: 1px solid #e4eafb;
  background-color: #eeeff8;
}


    /* hide hamburger on desktop */
@media (min-width: 1200px) {
  .tp-header-10-offcanvas {
    display: none !important;
  }
}

/* OFFCANVAS BASE */
.brandadoc-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 30px;
}

.brandadoc-offcanvas.active {
  right: 0;
}

.brandadoc-offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: all 0.3s ease;
}

.brandadoc-offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* inner */
.brandadoc-offcanvas-close {
  font-size: 28px;
  background: none;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.brandadoc-mobile-menu {
  list-style: none;
  padding: 60px 0 30px;
}

.brandadoc-mobile-menu li {
  margin-bottom: 16px;
}

.brandadoc-mobile-menu a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.brandadoc-mobile-cta {
  margin-top: 30px;
}

.app-benefits-item-2-content p {
  font-size: 15px !important;
  color: white !important;
}




@media (max-width: 767px) {
  .tp-section-title-phudu {
    font-size: 40px;
    letter-spacing: 0;
  }
  .app-hero-wrap {
    padding-bottom: 6px !important;
  }
  .app-feature-area{
    padding-top:50px;
  }
  .app-feature-heading .tp-section-title-phudu{
    font-size: 30px;
  }
  .tp-blog-title {
    font-size:40px !important;
  }
  .app-feature-item {
    padding: 5px 18px 22px;
  }

  .tp-portfolio-inner-content h4{
    font-size: 18px;
  }
  .app-testimonial-wrapper{
    width:100% !important;
    overflow: scroll !important;
  }

  .app-hero-round-shape{
    display: block !important;
    margin-top: 0px;
  }
  .tp-portfolio-inner-box {
    padding-bottom: 0px;
  }

  .tp-breadcrumb-ptb{
    padding-top: 45px !important;
  }

  .app-benefits-item-thumb{
      width:300px
  }

.app-benefits-item-thumb {
  width:100%;
  text-align: center !important;
  margin: 0 auto !important;
}

.pwebsite img{
  width:300px;
}
body{
   overflow-x: hidden;
}

.app-footer-widget-info a,.dgm-footer-widget-menu ul li a,.dgm-footer-widget-paragraph p{
  font-size: 14px;
  font-weight: 400;
}


  
}



