



  .support-box h6{
    margin-bottom: 8px;
   text-align: left;
   color: #fff;
    } 
  
.support-box ul li{
  text-align: left;
   } 

   .our-team .support-box:hover{
    height: 310px;
    overflow-y: scroll;
}
.h-auto{
  height: auto;
}
.our-team .support-box:hover::-webkit-scrollbar {
  width: 4px;
}
.our-team .support-box:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.our-services{
  height: 200px;
overflow-y: scroll;
}

.our-services::-webkit-scrollbar {
  width: 4px;
}
.our-services::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.align-item-center{
  align-items: center;
}
.hide{
  display: none;
}
@media (max-width: 756PX) {
  body,
button,
input,
select,
optgroup,
textarea {
  font-size: 13px !important;
}
.icon-box p {
  font-size: 13px;
}
.ot-testimonials .testi-item .ttext {
  padding: 30px 20px 25px 30px;
  font-size: 13px;
  line-height: 20px;
}
  .widget-footer h6 {
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1;
}
.widget-footer li {
  padding-bottom: 5px;
  font-size: 14px;
}
  .projects-grid .projects-box {
      height: 180px;
      width: 100%;
  }
  .projects-grid .projects-box img {
      height: 180px;

}
.header_mobile{
  background: white;
}
.icon-box{
  height: auto;
  text-align: center;
}
.p-xs-0{
  padding: 0 !important;
}
.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ot-tabs .tab-link{
  width: 100%;
}
.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.mb-xs-10{
  margin-bottom: 10px;
}
.table-responsive {
  display: block !important;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table td input[type=text], .table td input[type=number]{
  max-width: 100px;  
}
.p-xs-0{
  padding: 0;
}

.skill-content-4 h4 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 700;
}
.our-services {
  height: auto;
  overflow-y: hidden;
  margin-bottom: 0 !important;
}
.project-item {
  padding: 10px 5px;
}

}
@media (min-width: 767px) and (max-width: 1024px) {
  .hero-content h2 {

    margin-left: 0px;
}
.skill-img-4, .testi-img-3 {
  padding-bottom: 0;
}
.skill-img-4 img, .testi-img-3 img {
  height: 500px;
}
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.table td input[type=text], .table td input[type=number]{
  max-width: 100px;  
}
.hide-tablet{
  display: none;
}
}
.form-check {
  display: flex;
  justify-content: space-between;
}
.form-check-label {
  margin-bottom: 0;
  white-space: nowrap;
  margin: 10px 0;
}
.table-responsive {
  display: table;
}
.mobile-banner {
  background: url(/static/images/new/final2_10\ -\ Photo.jpg);
  background-size: cover;
  height: 85vh;
  background-position: center;
  margin-top: 80px;
}
.mobile-img {
  background: url(/static/img/arch.png);
  background-size: cover;
  height: 85vh;
  z-index: 0;
  position: relative;
  background-position: center;
}
.mobile-banner h2 {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 700;
  padding: 23px 10px;
  text-align: center;
}
.cate-item{
  background: black;
}
.octf-btn1 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 21px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-align: center;
  background: #1a1a1a;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  position: relative;
}
@media (min-width: 768px) { 
  .skill-content-4{
    height: 220px;
  }
  .projects-thumbnail img {
    transition: all .4s ease-in-out;
  }
  .projects-thumbnail img:hover{
   transform: scale(1.04);
  }
}
