.text-desc{
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.text-desc ul{
    list-style-type: disc !important;
    margin-left: 20px;
    margin-top: 11px;
}
.text-desc ul li{
    list-style-type: disc !important;
    margin-left: 20px;
}
.text-desc ul li ul{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ul li ul li{
    list-style-type: circle !important;
}
.text-desc ol{
    list-style-type: decimal !important;
    margin-top: 11px;
}
.text-desc ol li{
    list-style-type: decimal !important;
}
.text-desc ol li ol{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ol li ol li{
    list-style-type: lower-roman !important;
}
.default-404{
    margin-top: 120px;
    margin-bottom: 120px;
}
.video-inner-two{
    padding: 350px 0px;
}
.video-inner-two h2{
    color: #fff;
    font-size:45px;
}
input:focus, select:focus, textarea:focus, .nice-select:focus, .form-control:focus {
  background: #fff;
}
input:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder, .nice-select:focus::placeholder, .form-control:focus::placeholder {
  color: #333;
}
.gallery-item{
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-item img{
    max-width: 100%;
}
.no-margin{
    margin-left: -5px;
    margin-right: -5px;
}
.page-banner-area{
    position: relative;
}
.opacity{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
.width-20p{
    width: 20% !important;
}
.bgc-black {
  background-color: #0a7834;
}
.headline-wrap {
  color: #fff;
}
.headline-wrap .marquee-item span {
  color: #fff;
}
.bgc-black .section-title .sub-title {
  color: #fff;
}
.lets-talk-area {
  background-color: #b0895a;
}
.lets-talk-text i {
  color: #fff;
}
.portfolio-item:hover .portfolio-image img {
  -webkit-filter: none !important;
  filter: none !important;
}
.icon-title{
  padding-left: 80px;
}
.title-image{
  position: relative;
}
.title-image img{
  position: absolute;
  left: 0px;
  top: -20px;
}
.landing-about h3{
  font-size: 34px;
}
.landing-about h5{
  font-size: 20px;
}
@media only screen and (max-width: 768px){

  .video-inner-two {
    padding: 150px 0px;
  }
  .video-inner-two h2 {
    font-size: 35px;
  }
  .hero-home h6 {
    font-size: 17px !important;
  }
  .text-center.section-title .sub-title {
    border-left: 0px solid;
  }
  #perche{
    padding-top: 0px;
  }
  .mobile-font-24{
    font-size: 24px !important;
  }
  .mobile-opp h5, .mobile-opp p{
    line-height: 1.45;
    font-size: 18px;
    font-weight: 400;
  }
  .web-services-area h4{
    display: flex;
  }
  .web-services-area img {
    width: auto;
  }
  .features-area{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .portfolio-item .portfolio-content h6 {
    padding: 4px 8px;
  }
  .portfolio-item .portfolio-content .tag-category {
    padding: 4px 8px;
  }
  .blog-page-area h6{
    font-size: 14px;
  }
  .blog-page-area .tag-category {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
  .blog-details-content {
    margin-bottom: 20px;
  }
  .contact-info-item {
    color: white;
    font-size: 20px;
    padding: 45px 35px 25px;
  }
  .contact-info-item a{
    font-size: 20px;
  }
  .landing-about .about-two-images.rmb-75{
    margin-bottom: 0px;
  }
}