/*
* Station-One Page Agency HTML Template
* Build Date: December 2016
* Last update date: 24 - 07 - 2022
* Version: 1.6
* Author: ThemeAtelier
* Copyright (C) 2016 ThemeAtelier
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
	1. IMPORT GOOGLE FONTS
    2. BROWSER RESET & COMMON CSS
		- 2-1 PADDING
		- 2-2 MARGIN
    3. GLOBAL CSS
		- 3-1 GRADIENTS
		- 3-2 SECTION TITLE
		- 3-3 BUTTONS
	4. PRE LOADER
    5. HEADER
    6. HERO SECTION
	7. SERVICE SECTION
	8. OUR MISSION SECTION
	9. SKILLS SECTION
	10. VIDEO SECTION
	11. PROJECT SECTION
	- 11-1 PROJECT MODAL
	12. PRICE SECTION
	13. COUNTER SECTION
	14. TEAM SECTION
	15. TESTIMONIAL SECTION
	- 15-1 EACH CLIENT 
	16. BLOG SECTION
	17. FAQ SECTION
	18. CONTACT SECTION
		- 18-1 CONTACT MESSAGE
		- 18-2 FORM STYLE
	19. FOOTER SECTION
	20. BLOG PAGE
	21. SINGLE BLOG PAGE
	------------------------------------- */
/*  ----------------------------------------------------
1. IMPORT GOOGLE FONTS
-------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Audiowide|Raleway:400,500,600,700|Roboto:400,500,700");

/*  ----------------------------------------------------
2. BROWSER RESET & COMMON CSS
-------------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #616161;
}
a:hover {
  color: #9656fd;
}
a,
input,
textarea,
button {
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: medium none;
  text-decoration: none;
}
h1 {
  margin: 0 0 15px;
  font-weight: 600;
  color: #333333;
  font-family: "Raleway", sans-serif;
}
h2 {
  margin: 0 0 15px;
  font-weight: 400;
  color: #333333;
  font-family: "Raleway", sans-serif;
}
h3 {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  font-family: "Raleway", sans-serif;
}
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 400;
  color: #333333;
  font-family: "Raleway", sans-serif;
}
p {
  font-weight: 400;
  color: #616161;
  font-size: 16px;
  line-height: 30px;
}
img {
  max-width: 100%;
}
button {
  font-weight: 700;
  transition: 0.4s;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
a {
  display: inline-block;
  font-weight: 500;
  line-height: 30px;
}
a:focus,
a:hover {
  text-decoration: none;
}
input {
  font-weight: 600;
  outline: none;
}
textarea {
  outline: none;
  font-weight: 600;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* - 2-1 PADDING */
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pr15 {
  padding-right: 15px;
}
.pt30 {
  padding-bottom: 30px;
}
.pb30 {
  padding-top: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pt45 {
  padding-top: 45px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb120 {
  padding-bottom: 120px;
}
.pt210 {
  padding-top: 210px;
}
/* - 2-2 MARGIN */

.mb0 {
  margin-bottom: 0px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt45 {
  margin-top: 45px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
/*  ----------------------------------------------------
3. GLOBAL CSS
-------------------------------------------------------- */

.img-full {
  width: 100%;
}
.bg-overlay-gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #6613ff;
  /* fallback for old browsers */

  background: -webkit-linear-gradient(to left, #6613ff, #fd4efd);
  /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(to left, #6613ff, #fd4efd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
.white-bg {
  background: #ffffff;
}
.gray-bg {
  background: #f6f6f6;
}
/* - 3-1 GRADIENTS */

.gradient-text-full {
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: #6613ff;
  /* fallback for old browsers */
  background-image: -webkit-linear-gradient(to left, #6613ff, #fd4efd);
  /* Chrome 10-25, Safari 5.1-6 */
  background-image: linear-gradient(to left, #6613ff, #fd4efd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: normal;
}
.gradient-border {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.gradient-border::before,
.gradient-border::after {
  content: "";
  position: absolute;
}
.gradient-border::before {
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: -2;
}
.gradient-border::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.gradient-border::before {
  background-image: linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
  background-image: -webkit-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
  background-image: -moz-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
  background-image: -ms-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
  background-image: -o-linear-gradient(130deg, #5a0eff 0%, #ff4ffd 100%);
}
.gradient-border::after {
  background-color: #ffffff;
}
.gradient-border:hover::after {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* - 3-2 SECTION TITLE */

.section-title {
  text-align: center;
  position: relative;
}
.section-title h6 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.section-title span {
  font-weight: 700;
  color: #9656fd;
}
.section-title h2 {
  font-size: 48px;
}
.section-title i {
  font-size: 40px;
}
/* - 3-3 BUTTONS */

.btn {
  border-radius: 0px;
  font-weight: 700;
  padding: 15px 60px;
  font-size: 16px;
}
.btn:hover {
  background: #9656fd;
  color: #ffffff;
  border: 1px solid #9656fd;
}
.btn_white {
  border: 1px solid #ffffff;
  color: #fff;
}
.btn-gredient {
  border: 1px solid #ccc;
  color: #9656fd;
}
.btn-gredient:hover::before {
  background-image: none;
}
.btn-gredient.gradient-border:hover::after {
  background-color: #9656fd;
}
/*  ----------------------------------------------------
4. PRE LOADER
-------------------------------------------------------- */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.loader {
  position: relative;
  margin: 0px auto;
  width: 70px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #7117fe;
  }
  40% {
    stroke: #8f23fe;
  }
  66% {
    stroke: #b934fe;
  }
  80%,
  90% {
    stroke: #f54bfd;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #7117fe;
  }
  40% {
    stroke: #8f23fe;
  }
  66% {
    stroke: #b934fe;
  }
  80%,
  90% {
    stroke: #f54bfd;
  }
}
/*  ----------------------------------------------------
5. HEADER
-------------------------------------------------------- */

.header {
  border-bottom: 1px solid #ffffff;
}
.logo {
  font-size: 36px;
  color: #ffffff;
  font-family: "Audiowide", cursive;
}
.logo:hover {
  color: #ffffff;
}
.header .navbar-nav li {
}
.header .navbar-nav li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.header .navbar-nav li a:focus {
  background: transparent;
}
.header .navbar-nav li a:hover,
.header .navbar-nav li.active a {
  background: none;
  color: #cccccc;
}
.nav-sticky {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0px;
  background: #6613ff;
  /* fallback for old browsers */

  background: -webkit-linear-gradient(to left, #6613ff, #fd4efd);
  /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(to left, #6613ff, #fd4efd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 0px;
}
.navbar-toggle {
  background: #000000;
}
.navbar-toggle .icon-bar {
  background: #ffffff;
}
/*  ----------------------------------------------------
6. HERO SECTION
-------------------------------------------------------- */

.hero_half_screen {
  position: relative;
  height: 100vh;
}
.hero-content .logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.hero-content h1 {
  color: #ffffff;
}
.hero-content p {
  color: #ffffff;
}
.hero-content .btn:hover {
  background: #ff4ffd;
  border: 1px solid #ff4ffd;
}
/*  ----------------------------------------------------
7. SERVICE SECTION
-------------------------------------------------------- */

.icon-box {
  background: #ffffff;
  -webkit-box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.118);
  -moz-box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.118);
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.118);
}
.icon-focus {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.039);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.039);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.039);
  border: 5px solid #ffffff;
  display: inline-block;
  width: 100px;
  height: 100px;
  color: #9656fd;
}
.icon-focus i {
  font-size: 60px;
  line-height: 100px;
}
.icon-box p {
  color: #616161;
  font-weight: 500;
}
.icon-box:hover .icon-focus {
  background: #9656fd;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.icon-box:hover h3 {
  color: #9555fd;
}
.icon-box:hover .gradient-border:after {
  background: #9555fd;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.icon-box:hover .btn {
  color: #fff;
}
.icon-box:hover .btn-gredient::before {
  background-image: none;
}
.icon-box h3 {
  font-weight: 500;
}
/*  ----------------------------------------------------
8. OUR MISSION SECTION
-------------------------------------------------------- */

.our-mission-content h2 {
  font-size: 48px;
}
.our-mission-content p {
  font-weight: 500;
  margin-bottom: 20px;
}
/*  ----------------------------------------------------
9. SKILLS SECTION
-------------------------------------------------------- */

.progress {
  overflow: inherit;
  border-radius: 0px;
  box-shadow: none;
}
.progress .gradient-border {
  display: block;
  height: 8px;
}
.progress_bar .gradient-border::after,
.progress_bar .gradient-border:hover::after {
  background-color: #f6f6f6;
}
.progress-bg-1 {
  background-color: #9656fd;
}
.progress-bg-2 {
  background-color: #fd4efd;
}
.progress-bg-3 {
  background-color: #ca3afd;
}
.skill_text {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

/*  ----------------------------------------------------
10. VIDEO SECTION
-------------------------------------------------------- */
.video-section {
  top: 0%;
  left: 0%;
  height: 550px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

video,
object {
  min-width: 100%;
  min-height: 100%;
}
.audio {
  width: 100%;
}
/* Play/Pause Button   */
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.video-button a i {
  display: inline-block;
  font-size: 44px;
  line-height: 100px;
  text-align: center;
  font-style: normal;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.video-button .pause i {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-button .play i:before {
  left: 1px;
  position: relative;
  top: 1px;
}
.video-section:hover .video-button .pause i {
  opacity: 1;
}
.video-button a i:before {
  content: "\f04b";
  z-index: 10;
  font-family: FontAwesome;
}
.video-button a.pause i:before {
  content: "\f04c";
}

/*  ----------------------------------------------------
11. PROJECT SECTION
-------------------------------------------------------- */
.portfolio-categories {
  overflow: hidden;
}
.portfolio-categories li {
  cursor: pointer;
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  float: left;
  display: inline-block;
  margin-right: 40px;
}
.portfolio-categories li:last-child {
  margin-right: 0px;
}
.portfolio-categories li:hover,
.portfolio-categories li.active {
  color: #9656fd;
}
.project_box {
  box-shadow: 0px 0px 5px 3px rgba(1, 6, 33, 0.11);
  -moz-box-shadow: 0px 0px 5px 3px rgba(1, 6, 33, 0.11);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(1, 6, 33, 0.11);
  border: 5px solid #fff;
  margin: 10px;
  position: relative;
}
.filtr-item {
  padding: 0px;
  margin: 0px;
}
.product_info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: #6613ff;
  /* fallback for old browsers */

  background-image: -webkit-linear-gradient(to left, #6613ff, #fd4efd);
  /* Chrome 10-25, Safari 5.1-6 */

  background-image: linear-gradient(to left, #6613ff, #fd4efd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.filtr-item:hover .product_info {
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product_info_text {
  margin-top: 70%;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.product_info_text a {
  color: #fff;
  font-size: 18px;
}
.filtr-item:hover .product_info_text {
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -webkit-transform: translateY(-99px);
  -moz-transform: translateY(-99px);
  transform: translateY(-99px);
}
.project-detail-wrapper img {
  margin-bottom: 20px;
}
.project-detail-wrapper p {
  margin-bottom: 30px;
}
.project-info-box {
  overflow: hidden;
}
.project-info-box h4 {
  width: 120px;
  float: left;
}
.project-info-box .project-terms {
  float: left;
}
.project-terms a {
  margin-right: 8px;
}
.project-info-box span {
  float: left;
}
.project-info-box a {
  color: #9656fd;
}
/* - 11-1 PROJECT MODAL */

.modal-content {
  border-radius: 0px;
}
.modal-title {
  margin-bottom: 0px;
}
.modal-body {
  padding: 0px;
}
.portfolio-content {
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio-content h3 {
  font-size: 25px;
}

/*  ----------------------------------------------------
12. PRICE SECTION
-------------------------------------------------------- */

.plan-name {
  overflow: hidden;
  position: relative;
}
.plan-name:after {
  content: "";
  position: absolute;
  width: 50px;
  border: 1px solid #cccccc;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0%);
}
.plan-name h3 {
  font-weight: 400;
  margin-bottom: 0px;
}
.plan-price {
  color: #9656fd;
  font-size: 48px;
}
.plan-price sup {
  font-size: 18px;
  vertical-align: top;
  position: relative;
  top: 1em;
}
.plan-price span {
  font-size: 16px;
}
.plan-options li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  font-weight: 500;
  color: #616161;
}
.plan-options li:last-child {
  border-bottom: none;
}
.plan-options li i {
  margin-right: 8px;
}
.price-box:hover .plan-options li i {
  color: #9656fd;
}
.featured-box h3 {
  color: #9656fd;
}
.featured-box .plan-options li i {
  color: #9656fd;
}
.featured-box .btn {
  color: #ffffff;
}
.featured-box .gradient-border:before {
  background: #9656fd;
}
.featured-box .gradient-border:after {
  background: #9656fd;
  border: 1px solid #9656fd;
}

/*  ----------------------------------------------------
13. COUNTER SECTION
-------------------------------------------------------- */

.counter_section {
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.counter_box {
  border: 1px solid #ffffff;
}
.counter_number {
  font-size: 48px;
  position: relative;
  color: #ffffff;
}
.counter_number:after {
  content: "";
  position: absolute;
  width: 50px;
  border: 1px solid #ffffff;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0%);
}
.counter_name {
  color: #ffffff;
  font-weight: 400;
}

/*  ----------------------------------------------------
14. TEAM SECTION
-------------------------------------------------------- */

.team-avater {
  position: relative;
}
.icon-box .bg-overlay-gradient.opacity-9 {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.icon-box:hover .bg-overlay-gradient.opacity-9 {
  opacity: 0.9;
}
.team-social {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -80px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  margin-top: 60%;
}
.team-social li {
  display: inline;
}
.team-social li a {
  display: inline-block;
  padding: 2px 8px;
  font-size: 26px;
  color: #6c6c6c;
  background: #ffffff;
  margin-right: -4px;
}
.team-social li a:hover {
  color: #9656fd;
  background: #f8f8f8;
}
.icon-box:hover .team-social {
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -webkit-transform: translateY(-99px);
  -moz-transform: translateY(-99px);
  transform: translateY(-99px);
  opacity: inherit;
}
.member-info {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.member-info h4 {
  font-size: 30px;
}
.member-info h6 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.icon-box:hover .member-info h4 {
  color: #9656fd;
}
/*  ----------------------------------------------------
15. TESTIMONIAL SECTION
-------------------------------------------------------- */
.testimonial-item {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
}
.testimonial-box {
  border-radius: 3px;
  background: #ffffff;
  display: block;
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 4px #c7c7c7);
  filter: drop-shadow(0px 3px 4px #c7c7c7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  position: relative;
  min-height: 300px;
}
.testimonial-box .bg-overlay-gradient.testimonial-hover {
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
.testimonial-item:hover .bg-overlay-gradient.testimonial-hover {
  opacity: 0.9;
}
.testimonial-box:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonial-box i {
  font-size: 18px;
  color: #9656fd;
}
.testimonial-item:hover .testimonial-box:after {
  background-image: #6613ff;
  background-image: -webkit-linear-gradient(to left, #6613ff, #fd4efd);
  background-image: linear-gradient(to left, #6613ff, #fd4efd);
  border-top-color: #d940fd;
}
.testimonial-item:hover .testimonial-box i,
.testimonial-item:hover .testimonial-box h3,
.testimonial-item:hover .testimonial-box p {
  color: #ffffff;
}
.client-info {
  overflow: hidden;
}
.client-info p {
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 500;
  color: #9656fd;
}
.client-info a {
  text-transform: capitalize;
}
.client-info a:hover {
  color: #9656fd;
}
.testimonial-carousel.owl-theme .owl-controls {
  margin-top: 35px;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #9656fd;
  opacity: inherit;
  background: transparent;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #9656fd;
}
/* - 15-1 EACH CLIENT  */
.single-client {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-client a {
  display: block;
}
.single-client:hover {
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
.single-client img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 15px;
  transition: all 0.3s;
  margin: 0 auto;
}
.single-client img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*  ----------------------------------------------------
16. BLOG SECTION
-------------------------------------------------------- */

.blog-meta {
}
.blog-meta ul {
  text-align: left;
}
.blog-meta ul li {
  display: inline;
}
.blog-meta ul li a {
  display: inline-block;
  margin-right: 8px;
  color: #616161;
}
.blog-meta ul li a i {
  color: #9656fd;
}
.blog-meta ul li.categorie-meta a {
  color: #9656fd;
}
.blog-meta ul li.comment-meta {
  border-right: 1px solid #616161;
}
.blog-meta ul li.heart-meta {
  padding-left: 5px;
}
.post-thumbnail {
  overflow: hidden;
}
.post-thumbnail img {
  webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.post-thumbnail:hover img {
  transform: scale(1.1);
}
.article-box a {
  color: #616161;
}
.article-box a:hover {
  color: #9656fd;
}
.article-box:hover a {
  color: #9656fd;
}
.article-box:hover img {
  transform: scale(1.1);
}

/*  ----------------------------------------------------
17. FAQ SECTION
-------------------------------------------------------- */

.single-accordion {
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.118);
}
.single-accordion .panel-heading {
  margin: 0px;
  padding: 0px;
}
.single-accordion .panel-heading a {
  display: block;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  padding: 15px 20px;
  color: #333333;
}
.single-accordion .panel-heading a i {
  color: #9656fd;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.single-accordion .panel-heading a.collapsed i {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.single-accordion .panel-body p {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px dashed #9656fd;
  color: #616161;
}

/*  ----------------------------------------------------
18. CONTACT SECTION
-------------------------------------------------------- */

.contact-info-box {
  overflow: hidden;
  position: relative;
}
.contact-info-box i {
  float: left;
  color: #9656fd;
  margin-top: 8px;
  position: absolute;
  left: 0;
  top: 2px;
}
.contact-info-terms {
  padding-left: 30px;
}
.contact-info-terms a {
  font-weight: 400;
}
.contact-info-box p {
  margin-bottom: 0px;
}
/* - 18-1 CONTACT MESSAGE */

.message .inner {
  background-color: #fafafa;
}
.email-success,
.email-failed,
.email-loading {
  font-size: 15px;
  display: none;
  text-align: center !important;
  padding: 10px !important;
}
.email-loading {
  color: #52b8ff;
}
.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}
.email-failed {
  color: #ff5252 !important;
}
.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.email-success {
  color: #56cc35;
}
.email-failed .icon,
.email-success .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
/* - 18-2 FORM STYLE */

.st-form input::-webkit-input-placeholder,
.st-form textarea::-webkit-input-placeholder {
  color: #616161 !important;
}
.st-form input:-moz-placeholder,
.st-form textarea:-moz-placeholder {
  color: rgba(115, 115, 115, 0.85) !important;
}
.st-form input::-moz-placeholder,
.st-form textarea::-moz-placeholder {
  color: rgba(115, 115, 115, 0.85) !important;
}
.st-form input:-ms-input-placeholder,
.st-form textarea:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.85) !important;
}
.st-form input,
.st-form textarea {
  width: 100%;
  border: none;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-top: 5px;
  background: #f6f6f6;
  border-bottom: 2px solid #d1d1d1;
  color: #9656fd;
  font-weight: 500;
}
.st-form input:focus,
.st-form textarea:focus {
  border-bottom: 2px solid #9656fd;
}
.st-form textarea {
  min-height: 120px;
}
.st-form .btn-fill {
  display: block;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #ffffff;
  background: #9656fd;
  font-weight: 700;
  width: 100%;
}
.btn-fill:hover {
  background: #ba34fe;
}
/*  ----------------------------------------------------
19. FOOTER SECTION
-------------------------------------------------------- */

.footer-area {
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
.footer-top .logo {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
.footer-area a {
  color: #ffffff;
  font-weight: 400;
}
.footer-area a:hover {
  color: #cccccc;
}
.footer-social {
}
.footer-social li {
  display: inline;
}
.footer-social li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #ffffff;
  line-height: 48px;
  font-size: 26px;
}
.footer-social li a:hover {
  background: #ffffff;
  color: #9656fd;
}
.footer-bottom {
  border-top: 1px solid #ffffff;
}
.footer-menu {
  text-align: right;
}
.footer-menu li {
  display: inline;
}
.footer-menu li a {
  display: inline-block;
  margin-left: 30px;
}
/*  ----------------------------------------------------
20. BLOG PAGE
-------------------------------------------------------- */

.pagination {
  display: block;
  clear: both;
}
.navigation.pagination .nav-links .page-numbers {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #9555fd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links .page-numbers:hover {
  border-color: #ccc;
}
/*  ----------------------------------------------------
21. SINGLE BLOG PAGE
-------------------------------------------------------- */

.page-hero h1 {
  font-weight: 400;
}
blockquote {
  margin-top: 15px;
  margin-bottom: 25px;
  border: none;
  padding: 20px;
  color: #616161;
  font-size: 16px;
  font-style: italic;
}
blockquote i {
  font-size: 20px;
  margin-right: 10px;
}
.post-comment .st-form input,
.post-comment .st-form textarea {
  background: #ffffff;
}
.post-comment .st-form input[type="submit"] {
  background: #9656fd;
}
.post-comment .st-form input[type="submit"]:hover {
  background: #d840fd;
}
