
/*--------------------------------------------------------------
# newservices
--------------------------------------------------------------*/
.newservices .newservice-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.newservices .newservice-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.newservices .newservice-box h3 {
  color: #444444;
  font-weight: 700;
}

.newservices .newservice-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.newservices .newservice-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.newservices .newservice-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.newservices .newservice-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.newservices .newservice-box.blue .read-more {
  color: #2db6fa;
}

.newservices .newservice-box.blue:hover {
  background: #2db6fa;
}

.newservices .newservice-box.orange {
  border-bottom: 3px solid #f68c09;
}

.newservices .newservice-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.newservices .newservice-box.orange .read-more {
  color: #f68c09;
}

.newservices .newservice-box.orange:hover {
  background: #f68c09;
}

.newservices .newservice-box.green {
  border-bottom: 3px solid #08da4e;
}

.newservices .newservice-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.newservices .newservice-box.green .read-more {
  color: #08da4e;
}

.newservices .newservice-box.green:hover {
  background: #08da4e;
}

.newservices .newservice-box.red {
  border-bottom: 3px solid #e9222c;
}

.newservices .newservice-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.newservices .newservice-box.red .read-more {
  color: #e9222c;
}

.newservices .newservice-box.red:hover {
  background: #e9222c;
}

.newservices .newservice-box.purple {
  border-bottom: 3px solid #b50edf;
}

.newservices .newservice-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.newservices .newservice-box.purple .read-more {
  color: #b50edf;
}

.newservices .newservice-box.purple:hover {
  background: #b50edf;
}

.newservices .newservice-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.newservices .newservice-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.newservices .newservice-box.pink .read-more {
  color: #f51f9c;
}

.newservices .newservice-box.pink:hover {
  background: #f51f9c;
}

.newservices .newservice-box:hover h3, .newservices .newservice-box:hover p, .newservices .newservice-box:hover .read-more {
  color: #fff;
}

.newservices .newservice-box:hover .icon {
  background: #fff;

}




/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.newfeatures .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.newfeatures .icon-box i {
  font-size: 48px;
  float: left;
  color: #5846f9;
}

.newfeatures .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.newfeatures .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}


/*--------------------------------------------------------------
# newcontact
--------------------------------------------------------------*/
.newcontact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.newcontact .info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.newcontact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.newcontact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.newcontact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.newcontact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.newcontact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.newcontact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.newcontact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.newcontact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.newcontact .php-email-form input, .newcontact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.newcontact .php-email-form input:focus, .newcontact .php-email-form textarea:focus {
  border-color: #5846f9;
}

.newcontact .php-email-form input {
  padding: 10px 15px;
}

.newcontact .php-email-form textarea {
  padding: 12px 15px;
}

.newcontact .php-email-form button[type="submit"] {
  background: #5846f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.newcontact .php-email-form button[type="submit"]:hover {
  background: #7b27d8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
