/*------------------------------------------------------------------
[SERVICES_MODERN.CSS - Services / photo shortcode static styles]
[Table of contents]

1. Shared styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. Shared styles
-------------------------------------------------------------------*/
.shortcode-services-modern {
  position: relative;
}
.shortcode-services-modern header {
  background-size: cover;
  position: relative;
  height: 260px;
}
.shortcode-services-modern header .icon {
  position: absolute;
  left: 40px;
  bottom: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
}
.shortcode-services-modern header .icon i {
  font-size: 45px;
  display: inline-block;
  vertical-align: middle;
}
.shortcode-services-modern header .icon svg,
.shortcode-services-modern header .icon img {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
.shortcode-services-modern header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.3);
}
.shortcode-services-modern .item-inside:hover header:before {
  opacity: 1;
}
.shortcode-services-modern .text {
  padding: 70px 40px 60px 40px;
}
.shortcode-services-modern a {
  text-decoration: none;
}
.shortcode-services-modern h4 {
  margin-bottom: 18px;
}
.shortcode-services-modern .desc {
  margin-bottom: 28px;
}
.shortcode-services-modern ul {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}
.shortcode-services-modern ul li {
  margin-bottom: 8px;
  padding-left: 20px;
}
.shortcode-services-modern ul li:before {
  content: '';
  top: 8px;
  width: 10px;
  height: 10px;
  background-size: 10px auto;
  background-position: left top;
  background-repeat: no-repeat;
}
.shortcode-services-modern .button {
  width: 100%;
  text-align: center;
}
body.rtl .shortcode-services-modern header .icon {
  left: auto;
  right: 40px;
}
