/*============================================================
	1. Typography
=============================================================*/


a:focus,
a:active {
  -moz-outline: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}

h2, h3, h4 {
  color: #282828;
  margin: 0 0 15px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

.widget-title {
  font-size: 24px;
}

/*=========================
  inharitance css
 ==========================*/

.section-padding {
  padding: 80px 0px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px 27px;
  font-weight: 700;
}

.btn i {
  margin-left: 10px;
}

.btn-primary {
  background: #ffb923;
  color: #101010;
  border: 1px solid #ffb923;
}

.btn-primary:hover {
  background: #222222;
  color: #fff;
  border-color: #222222;
}

.service-menu li {
  background: #f8f8f8;
  margin-bottom: 10px;
}

.service-menu li a {
  display: block;
  padding: 22px 35px;
  color: #101010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-menu li a:hover {
  background: #ffb923;
  color: #fff;
  margin: 0px 20px;
}

.ts-service-detials .sidebar .widget {
  background: #f7f7f7;
}

.ts-service-detials .sidebar .widget.widget-download {
  padding: 30px;
  margin: 30px 0px;
}

.ts-service-detials .sidebar .widget.widget-download .download-btn a {
  color: #000;
}

.ts-service-detials .sidebar .widget.widget-download .download-btn a img {
  float: left;
  margin-right: 30px;
}

.ts-service-detials .sidebar .widget-details {
  padding: 40px;
}

.ts-service-detials .sidebar .widget-details ul li {
  margin-bottom: 30px;
}

.ts-service-content .service-img {
  margin: 35px 0 35px;
  display: block;
}

.ts-service-content .project-desc {
  margin: 50px 0px;
}

.ts-service-content .service-features .service-feature-img {
  float: left;
  margin-top: 25px;
}

.ts-service-content .service-features .service-features-details {
  padding-left: 80px;
  margin-top: 25px;
}


.sidebar.sidebar-left {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}

.sidebar .widget {
  padding: 35px 40px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}

.sidebar .widget .service-time li {
  border-bottom: none;
  font-size: 16px;
  color: #666666;
}

.sidebar .widget.widget-download {
  padding: 27px 35px;
  background: #2f3967;
}

.sidebar .widget .widget-title {
  margin-bottom: 35px;
}


.quote_form input::input-placeholder,
.quote_form textarea::input-placeholder {
  color: #fff;
}
