.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.header-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.contact-form-box {
  padding: 50px 40px 40px 40px;
}

.tparrows {
	display: none !important;
}

@media only screen and (max-width: 1000px) {}
  .header-section {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
 #header-logo img {
   height: 80px;
 }

 .header-inner .text {
   padding: 20% 0 0 !important;
 }
}

@media screen and (max-width: 501px) {
 #header-logo img {
   height: 80px;
 }

 .header-inner .text {
   padding: 24% 0 0 !important;
 }

 .ce-feature-box-8 .main-box {
      padding: 0;
      background-color: #ffffff !important;
      width: 100%;
  }

  .col-centered {
    padding-right: 0;
    padding-left: 0;
  }

  .ce-feature-box-8 .main-box .item:hover, .ce-feature-box-8 .main-box .item.active {
    background-color: #ededed;
  }

  .contact-form-box {
    padding: 30px 10px !important;
  }

  .contact-box {
    margin-top: 25px;
  }
}
