/* ============================================================== 
     # Services
=================================================================== */

.services-area .single-item {
  margin-bottom: 30px;
}

.services-area.left-shape {
  position: relative;
  z-index: 1;
}

.services-area.left-shape::after {
  position: absolute;
  left: 30px;
  top: 50px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/1.png);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.6;
}

.services-area .services-items .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.services-area .services-items.services-carousel .item {
  box-shadow: 0 0 10px #cccccc;
}

.services-area .services-items .item::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #437eeb 0%,#093ac1 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.services-area .services-items .item:hover::after {
  opacity: 1;
  bottom: 0;
}

.services-area .services-items.iconic .item h4 {
  margin-bottom: 30px;
}

.services-area .services-items .item > i {
  display: inline-block;
  font-size: 70px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, rgba(3,25,65,1) 0%, rgba(67,126,235,1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-area .services-items .item > img {
  width: 100px;
  height: auto;
  margin-bottom: 30px;
  min-height: 100px;
}

.services-area .services-items.big-thumb .item > img {
  margin: auto auto 30px;
  width: 60%;
  min-height: 170px;
}

.services-area .services-items.big-thumb .item {
  position: relative;
  z-index: 1;
}

.services-area .services-items.big-thumb .item::before {
  position: absolute;
  left: -25%;
  top: -25%;
  content: "";
  height: 300px;
  width: 300px;
  background: #fafafa;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 20px;
}

.services-area .services-items .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-area .services-items .item .button a::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.services-area .services-items .item i,
.services-area .services-items .item h4,
.services-area .services-items .item p {
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item:hover h4,
.services-area .services-items .item:hover p {
  color: #ffffff;
}

.services-area .services-items .item:hover .button a {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.services-area .services-items .item:hover .button a i {
  box-shadow: inherit;
  background: #ffffff;
}

.services-area .services-items .item:hover > i {
  background: transparent;
  -webkit-text-fill-color: #ffffff;
}

.shape-fixed {
  position: absolute;
  right: 50px;
  top: 120px;
}

.shape-fixed img {
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.services-area .services-items.services-carousel.owl-carousel .owl-dots {
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* Services Single */
.services-single-area .services-content img {
  margin: 30px 0;
}

.services-single-area .services-content a {
  margin-top: 10px;
  display: inline-block;
}

.services-single-area .services-content h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.services-single-area .services-content h4 {
  font-weight: 700;
}

.services-single-area .services-content .row ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.services-single-area .services-content .row ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #437eeb;
}

.services-single-area .services-content .service-item {
  margin-top: 25px;
}

.services-single-area .services-content .faq-content {
  margin-top: 30px;
}

.services-single-area .services-sidebar .sidebar-item {
  border: 1px solid #e7e7e7;
}

.services-single-area .services-sidebar .sidebar-item .sidebar-title {
  background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  color: #ffffff;
  text-align: center;
  padding: 16px;
  font-weight: 800;
  font-size: 20px;
  position: relative;
  top: -25px;
}

.services-single-area .services-sidebar .sidebar-item {
  padding: 30px;
  background: #fafafa;
  padding-top: 0;
  margin-top: 25px;
  margin-bottom: 60px;
}

.services-single-area .services-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-single-area .services-sidebar .sidebar-item li {
  margin-bottom: 15px;
}

.services-single-area .services-sidebar .sidebar-item li a:hover {
  color: #437eeb;
}

.services-single-area .services-sidebar .sidebar-item li:last-child {
  margin-bottom: 0;
}

.services-single-area .services-sidebar .sidebar-item li.active {
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.services-single-area .services-sidebar .sidebar-item li.active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  color: #232323;
}

.services-single-area .services-sidebar .sidebar-item li.active a {
  color: #437eeb;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li {
  margin-bottom: 15px;
  display: flex;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li:last-child {
  margin-bottom: 0;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .info {
  padding-left: 15px;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .info span {
  display: block;
  font-weight: 800;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .icon i {
  color: #437eeb;
  font-size: 30px;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .icon {
  position: relative;
  top: 5px;
}


/* Services List */
.services-list-area .services-list-items a {
  display: flex;
  padding: 16px 30px;
  border-radius: 5px;
  color: #232323;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
  align-items: center;
  line-height: 24px;
}

.services-list-area .services-list-items a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(244,247,252,1) 0%, rgba(255,255,255,1) 77%);
  z-index: -1;
  border-radius: 5px;
}

.services-list-area .services-list-items .single-item {
  margin-bottom: 30px;
}

.services-list-area .services-list-items a i {
  font-size: 25px;
  color: #437eeb;
  border-right: 1px solid #dddddd;
  margin-right: 20px;
  min-width: 45px;
}

.shadow.gradient-left::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(67, 126, 235, 0.65) 100%) repeat scroll 0 0;
  z-index: -1;
}