﻿

/*============== inner-intro ===============*/

.inner-intro.bg-img {
	background: url(../imgs/bg-service.jpg)center top 60%;
  background-size: cover;
}


/*============== #service ===============*/
#services {
	padding-bottom: 0;
}
#services h3.ttl {
	margin-bottom: 40px;
    font-weight: normal;
    border-bottom: 2px dotted #00b0f0;
    padding-bottom: 10px;
}
#services .faq-service ul {
  padding-left: 0;
}
#services .faq-service ul li {
  list-style:none;
  margin-bottom: 10px;
}
#services .faq-service ul li i {
  margin-right: 10px;
  color: #2070c0;
}
#services .faq-service ul.second {
  padding: 10px 0;
}
#services .faq-service ul.second li {
  list-style: square;
  margin-left: 50px;
}
#knowledge.single-sidebar-widget {
  padding-top: 90px;
  margin-top: -90px;
}

@media only screen and (max-width: 767px) {
  #services .t_cell img {
    width: 70%;
    height: 190px;
  }
}