.services ul,
.services li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.services header,
.services nav,
.services section,
.services article,
.services aside {
  display: block;
}

* {
  box-sizing: border-box;
}

.services a {
  text-decoration: none !important;
}

.services h1,
.services h2,
.services h3,
.services h4,
.services h5,
.services h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.services ul {
  margin-bottom: 0px;
}

.services p {
  font-size: 15px;
  line-height: 30px;
  color: #afafaf;
}
.services a {
  font-size: 15px;
  line-height: 30px;
  color: #3e98dd;
}

.services img {
  width: 100%;
  overflow: hidden;
}

.services ::selection {
  background: #47b495;
  color: #fff;
}

.services ::-moz-selection {
  background: #47b495;
  color: #fff;
}

.services .templatemo-feature {
  max-width: 66px;
  border-radius: 50%;
}

.services .section {
  padding-top: 30px;
  margin-top: 90px;
}

.services .section-heading {
  margin-bottom: 30px;
}

.services .section-heading h2 {
  color: #2a2a2a;
  font-size: 30px;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 30px;
  line-height: 44px;
}

.services .section-heading h2 em {
  color: black;
  font-style: normal;
}

.services .section-heading h2 span {
  color: #c03afe;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  position: relative;
  overflow: hidden;
}

.services .section-heading h2 {
  padding-right: 30px;
}

.services::before {
  content: url(https://templatemo.com/templates/templatemo_537_art_factory/assets/images/left-image.png);
  top: 10px;
  left: 80px;
  position: absolute;
  width: 844px;
  height: 714px;
  z-index: -1;
}
header a {
  text-decoration: none;
  color: #6084b7 !important;
  font-style: italic;
}

.services::after {
  content: url(../images/contact-left.jpg);
  bottom: -150px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.services .service-item {
  border: 1px solid #a8c7e1;
  border-radius: 23px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.services .service-item h4 {
  font-size: 20px;
  color: #2a2a2a;
  margin-top: 20px;
  line-height: 30px;
  transition: all 0.4s;
}

.services .service-item:hover {
  border-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.services .service-item:hover h4 {
  color: #5b03e4;
}

body .services {
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  .services::before {
    top: 60%;
    transform: translateY(-50%);
  }
}
@media (max-width: 600px) {
  .services::before {
    content: none;
    top: 10px;
    left: 80px;
    position: absolute;
    width: 844px;
    height: 714px;
    z-index: -1;
  }
}
@media (max-width: 1000px) {
  .services::before {
    content: none;
    top: 10px;
    left: 80px;
    position: absolute;
    width: 844px;
    height: 714px;
    z-index: -1;
  }
}

footer li a {
  color: #0096c7 !important;
}

footer p a:first-child,
footer p a:last-child {
  color: #0096c7;
}
