/*
ORYO - Landing Page Template
Author : Lettstartdesign
*/
/*
Table of Content:
- fonts
- general
- button
- navbar
- header title
- home intro
- services
- pricing
- portfolio
- testimonial
- contact
- footer
- responsive
*/
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
/* general */
body {
  background: #fff;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111; }

a {
  color: #111; }

a:hover {
  color: #5a4fdc;
  text-decoration: none;
  transition: .5s ease-out; }

ul {
  padding: 0;
  margin: 0; }

ul li {
  list-style-type: none; }

p {
  line-height: 26px; }

.bg-grey {
  background: #fbfafd; }

*:focus {
  outline: none; }

::placeholder {
  color: #aaa;
  opacity: 1; }

:-ms-input-placeholder {
  color: #aaa; }

::-ms-input-placeholder {
  color: #aaa; }

.validation-error {
  color: #f43958;
  font-size: 13px; }

.form-control {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 14px 20px;
  width: 100%;
  color: #aaa;
  border-radius: 5px;
  text-align: left;
  height: auto; }
  .form-control:focus {
    border-color: #5a4fdc;
    outline: none;
    background: #f5f5f5;
    box-shadow: none; }

.box-shadow {
  box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
  -webkit-box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06); }

/* Text */
.text-primary {
  color: #5a4fdc !important; }

.video-btn .video-icon {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .video-btn .video-icon i {
    font-size: 1.25rem;
    font-weight: 900; }
  .video-btn .video-icon:before {
    content: "";
    animation: pulse-border 2000ms ease-out infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #fff;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    animation: pulse-border 2s ease-out infinite;
    transform: translate(-50%, -50%); }

@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: .9; }
  100% {
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: .3; } }

/*Spacing*/
.mt-30,
.my-30 {
  margin-top: 30px; }

.mb-30,
.my-30 {
  margin-bottom: 30px; }

/*Overlay*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .9;
  background: #000; }

/* Opacity */
.opacity-1 {
  opacity: 0.1 !important; }

.opacity-2 {
  opacity: 0.2 !important; }

.opacity-3 {
  opacity: 0.3 !important; }

.opacity-4 {
  opacity: 0.4 !important; }

.opacity-5 {
  opacity: 0.5 !important; }

.opacity-6 {
  opacity: 0.6 !important; }

.opacity-7 {
  opacity: 0.7 !important; }

.opacity-8 {
  opacity: 0.8 !important; }

.opacity-9 {
  opacity: 0.9 !important; }

/* button */
.btn {
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 15px !important;
  transition: all 0.5s;
  font-weight: 600; }
  .btn:focus {
    box-shadow: none !important; }
  .btn:hover {
    transform: translateY(-2px);
    transition: all 0.5s; }
  .btn.btn-lg {
    padding: 10px 22px !important;
    font-size: 18px !important; }
  .btn.btn-sm {
    padding: 8px 16px !important;
    font-size: 14px !important; }
  .btn.btn-primary {
    background-color: #5a4fdc !important;
    border: 1px solid #5a4fdc !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(90, 79, 220, 0.15); }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
      background-color: #4e42d9 !important;
      border: 1px solid #4e42d9 !important;
      box-shadow: 0 3px 10px rgba(90, 79, 220, 0.5);
      color: #fff !important; }
  .btn.btn-outline-primary {
    border: 1px solid #5a4fdc !important;
    color: #5a4fdc !important; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
      background-color: #5a4fdc !important;
      border: 1px solid #5a4fdc !important;
      box-shadow: 0 3px 10px rgba(90, 79, 220, 0.5);
      color: #fff !important; }
  .btn.btn-soft-primary {
    background-color: rgba(90, 79, 220, 0.18) !important;
    color: #5a4fdc !important; }
  .btn.btn-secondary {
    background-color: #6c757d !important;
    border: 1px solid #6c757d !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(108, 117, 125, 0.15); }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
      background-color: #656d75 !important;
      border: 1px solid #656d75 !important;
      box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
      color: #fff !important; }
  .btn.btn-outline-secondary {
    border: 1px solid #6c757d !important;
    color: #6c757d !important; }
    .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
      background-color: #6c757d !important;
      border: 1px solid #6c757d !important;
      box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
      color: #fff !important; }
  .btn.btn-soft-secondary {
    background-color: rgba(108, 117, 125, 0.18) !important;
    color: #6c757d !important; }
  .btn.btn-success {
    background-color: #14cf9f !important;
    border: 1px solid #14cf9f !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(20, 207, 159, 0.15); }
    .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
      background-color: #13c194 !important;
      border: 1px solid #13c194 !important;
      box-shadow: 0 3px 10px rgba(20, 207, 159, 0.5);
      color: #fff !important; }
  .btn.btn-outline-success {
    border: 1px solid #14cf9f !important;
    color: #14cf9f !important; }
    .btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success.focus, .btn.btn-outline-success:active, .btn.btn-outline-success.active {
      background-color: #14cf9f !important;
      border: 1px solid #14cf9f !important;
      box-shadow: 0 3px 10px rgba(20, 207, 159, 0.5);
      color: #fff !important; }
  .btn.btn-soft-success {
    background-color: rgba(20, 207, 159, 0.18) !important;
    color: #14cf9f !important; }
  .btn.btn-info {
    background-color: #4fccdc !important;
    border: 1px solid #4fccdc !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(79, 204, 220, 0.15); }
    .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
      background-color: #42c8d9 !important;
      border: 1px solid #42c8d9 !important;
      box-shadow: 0 3px 10px rgba(79, 204, 220, 0.5);
      color: #fff !important; }
  .btn.btn-outline-info {
    border: 1px solid #4fccdc !important;
    color: #4fccdc !important; }
    .btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
      background-color: #4fccdc !important;
      border: 1px solid #4fccdc !important;
      box-shadow: 0 3px 10px rgba(79, 204, 220, 0.5);
      color: #fff !important; }
  .btn.btn-soft-info {
    background-color: rgba(79, 204, 220, 0.18) !important;
    color: #4fccdc !important; }
  .btn.btn-warning {
    background-color: #ffbb13 !important;
    border: 1px solid #ffbb13 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255, 187, 19, 0.15); }
    .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
      background-color: #ffb704 !important;
      border: 1px solid #ffb704 !important;
      box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
      color: #fff !important; }
  .btn.btn-outline-warning {
    border: 1px solid #ffbb13 !important;
    color: #ffbb13 !important; }
    .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
      background-color: #ffbb13 !important;
      border: 1px solid #ffbb13 !important;
      box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
      color: #fff !important; }
  .btn.btn-soft-warning {
    background-color: rgba(255, 187, 19, 0.18) !important;
    color: #ffbb13 !important; }
  .btn.btn-danger {
    background-color: #f43958 !important;
    border: 1px solid #f43958 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(244, 57, 88, 0.15); }
    .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
      background-color: #f32b4c !important;
      border: 1px solid #f32b4c !important;
      box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
      color: #fff !important; }
  .btn.btn-outline-danger {
    border: 1px solid #f43958 !important;
    color: #f43958 !important; }
    .btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
      background-color: #f43958 !important;
      border: 1px solid #f43958 !important;
      box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
      color: #fff !important; }
  .btn.btn-soft-danger {
    background-color: rgba(244, 57, 88, 0.18) !important;
    color: #f43958 !important; }
  .btn.btn-dark {
    background-color: #3b3950 !important;
    border: 1px solid #3b3950 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(59, 57, 80, 0.15); }
    .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
      background-color: #343347 !important;
      border: 1px solid #343347 !important;
      box-shadow: 0 3px 10px rgba(59, 57, 80, 0.5);
      color: #fff !important; }
  .btn.btn-outline-dark {
    border: 1px solid #3b3950 !important;
    color: #3b3950 !important; }
    .btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
      background-color: #3b3950 !important;
      border: 1px solid #3b3950 !important;
      box-shadow: 0 3px 10px rgba(59, 57, 80, 0.5);
      color: #fff !important; }
  .btn.btn-soft-dark {
    background-color: rgba(59, 57, 80, 0.18) !important;
    color: #3b3950 !important; }
  .btn.btn-muted {
    background-color: #9e9cb9 !important;
    border: 1px solid #9e9cb9 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(158, 156, 185, 0.15); }
    .btn.btn-muted:hover, .btn.btn-muted:focus, .btn.btn-muted.focus, .btn.btn-muted:active, .btn.btn-muted.active {
      background-color: #9593b3 !important;
      border: 1px solid #9593b3 !important;
      box-shadow: 0 3px 10px rgba(158, 156, 185, 0.5);
      color: #fff !important; }
  .btn.btn-outline-muted {
    border: 1px solid #9e9cb9 !important;
    color: #9e9cb9 !important; }
    .btn.btn-outline-muted:hover, .btn.btn-outline-muted:focus, .btn.btn-outline-muted.focus, .btn.btn-outline-muted:active, .btn.btn-outline-muted.active {
      background-color: #9e9cb9 !important;
      border: 1px solid #9e9cb9 !important;
      box-shadow: 0 3px 10px rgba(158, 156, 185, 0.5);
      color: #fff !important; }
  .btn.btn-soft-muted {
    background-color: rgba(158, 156, 185, 0.18) !important;
    color: #9e9cb9 !important; }
  .btn.btn-light {
    background-color: #fbfafd !important;
    border: 1px solid #fbfafd !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(251, 250, 253, 0.15); }
    .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
      background-color: #f2eff9 !important;
      border: 1px solid #f2eff9 !important;
      box-shadow: 0 3px 10px rgba(251, 250, 253, 0.5);
      color: #fff !important; }
  .btn.btn-outline-light {
    border: 1px solid #fbfafd !important;
    color: #fbfafd !important; }
    .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
      background-color: #fbfafd !important;
      border: 1px solid #fbfafd !important;
      box-shadow: 0 3px 10px rgba(251, 250, 253, 0.5);
      color: #fff !important; }
  .btn.btn-soft-light {
    background-color: rgba(251, 250, 253, 0.18) !important;
    color: #fbfafd !important; }
  .btn.btn-body-bg {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15); }
    .btn.btn-body-bg:hover, .btn.btn-body-bg:focus, .btn.btn-body-bg.focus, .btn.btn-body-bg:active, .btn.btn-body-bg.active {
      background-color: #f7f7f7 !important;
      border: 1px solid #f7f7f7 !important;
      box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
      color: #fff !important; }
  .btn.btn-outline-body-bg {
    border: 1px solid #ffffff !important;
    color: #ffffff !important; }
    .btn.btn-outline-body-bg:hover, .btn.btn-outline-body-bg:focus, .btn.btn-outline-body-bg.focus, .btn.btn-outline-body-bg:active, .btn.btn-outline-body-bg.active {
      background-color: #ffffff !important;
      border: 1px solid #ffffff !important;
      box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
      color: #fff !important; }
  .btn.btn-soft-body-bg {
    background-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important; }
  .btn.btn-black {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
    .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
      background-color: black !important;
      border: 1px solid black !important;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
      color: #fff !important; }
  .btn.btn-outline-black {
    border: 1px solid #000 !important;
    color: #000 !important; }
    .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black.focus, .btn.btn-outline-black:active, .btn.btn-outline-black.active {
      background-color: #000 !important;
      border: 1px solid #000 !important;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
      color: #fff !important; }
  .btn.btn-soft-black {
    background-color: rgba(0, 0, 0, 0.18) !important;
    color: #000 !important; }
  .btn.btn-white {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15); }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
      background-color: #f7f7f7 !important;
      border: 1px solid #f7f7f7 !important;
      box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
      color: #fff !important; }
  .btn.btn-outline-white {
    border: 1px solid #fff !important;
    color: #fff !important; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
      background-color: #fff !important;
      border: 1px solid #fff !important;
      box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
      color: #fff !important; }
  .btn.btn-soft-white {
    background-color: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important; }
  .btn.btn-light {
    background-color: #fbfafd;
    border: 1px solid #fbfafd;
    color: #3b3950 !important; }
    .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
      background-color: white;
      border: 1px solid white;
      box-shadow: 0 0 0 2px rgba(251, 250, 253, 0.08);
      color: #3b3950 !important; }
  .btn.btn-outline-light {
    border: 1px solid #fbfafd;
    color: #fbfafd !important; }
    .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
      background-color: #fbfafd;
      border: 1px solid #fbfafd;
      color: #3b3950 !important; }

/* navbar */
.navbar-brand {
  position: relative;
  padding: 0; }
  .navbar-brand .dot {
    position: absolute;
    bottom: 12px;
    right: -8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #5a4fdc; }

.navbar {
  padding: 15px 0 15px;
  transition: .5s ease-out;
  background: transparent; }
  .navbar .navbar-brand {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif; }
    .navbar .navbar-brand img {
      width: 65px; }
  .navbar .navbar-brand-home {
    border-bottom: 3px solid #5a4fdc; }
  .navbar .nav-link {
    color: #fff;
    font-size: 16px;
    margin: 0 15px;
    position: relative; }
    .navbar .nav-link:last-child {
      margin-right: 0; }
    .navbar .nav-link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.5);
      height: 3px;
      transform: scale(0);
      transition: all 0.3s ease-in-out; }
    .navbar .nav-link.active:after {
      transform: scale(1); }
  .navbar .navbar-toggler i {
    color: #fff; }

.navbar-fixed {
  background: #fff;
  transition: .5s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0); }
  .navbar-fixed .navbar-brand {
    color: #333; }
    .navbar-fixed .navbar-brand span {
      color: #5a4fdc; }
  .navbar-fixed .nav-link {
    color: #333; }
    .navbar-fixed .nav-link.active {
      color: #5a4fdc; }
    .navbar-fixed .nav-link:after {
      background: #5a4fdc; }
  .navbar-fixed .navbar-toggler i {
    color: #333; }
  .navbar-fixed .navbar-transparent {
    background: transparent !important; }

/* about us */
.content-box {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  transition: all .5s; }
  .content-box .icon {
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(90, 79, 220, 0.12);
    color: #5a4fdc; }
  .content-box h5 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
  .content-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 5px 18px rgba(90, 79, 220, 0.4);
    background: #5a4fdc; }
    .content-box:hover h5 {
      color: #fff; }
    .content-box:hover .icon {
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.04); }
    .content-box:hover p {
      color: rgba(255, 255, 255, 0.5); }

/* home intro */
.home-intro {
  background: #f8f5ff url(../images/bg-intro.png) no-repeat top right/cover;
  padding: 132px 0 150px !important;
  background-size: 56%; }
  .home-intro .content {
    padding-top: 20px;
    overflow: hidden; }
  .home-intro .overlay {
    border-radius: 40px; }
  .home-intro .content-image {
    display: flex;
    margin-top: 30px;
    margin-left: 50px; }
    .home-intro .content-image img {
      height: auto;
      max-width: 100%;
      display: inline-block;
      vertical-align: middle;
      float: right;
      border-radius: 40px;
      box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); }
  .home-intro .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .home-intro h5 {
    margin-top: 40px;
    letter-spacing: 1px; }
    .home-intro h5 .line {
      height: 3px;
      background: #5a4fdc;
      width: 60px;
      display: inline-block;
      position: relative;
      bottom: 5px;
      margin-right: 15px; }
  .home-intro h2 {
    font-size: 102px;
    font-weight: 700;
    margin: 60px 0;
    line-height: 54px;
    letter-spacing: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #5a4fdc; }
    .home-intro h2 span {
      color: #5a4fdc; }
  .home-intro li {
    display: inline-block;
    margin-right: 20px; }
    .home-intro li:last-child {
      margin-right: 0; }

/* section */
.section {
  padding: 90px 0 100px; }

.title-section {
  text-align: center;
  margin-bottom: 50px; }
  .title-section p {
    color: #5a4fdc;
    margin-bottom: 15px;
    display: block; }
  .title-section h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 6px; }
    .title-section h3 span {
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #5a4fdc; }

/* services */
.services .content {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  cursor: default;
  margin-bottom: 30px; }
  .services .content i {
    font-size: 48px;
    width: 80px;
    height: 80px;
    background: #5a4fdc;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%; }
  .services .content h5 {
    margin-top: 25px;
    margin-bottom: 15px; }
  .services .content:hover {
    background: #5a4fdc;
    color: #fff;
    transition: .7s ease-out;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2); }
    .services .content:hover i {
      color: #fff; }
    .services .content:hover h5 {
      color: #fff; }

.facts {
  background: #fff;
  text-align: center;
  padding: 60px 0;
  border-radius: 15px;
  margin-top: 62px;
  margin-bottom: 10px;
  background: url(../images/bg-service3.png) bottom 18px right 18px, url(../images/bg-service1.png) bottom left, url(../images/bg-service2.png) top right 230px;
  background-repeat: no-repeat;
  background-size: 70px, 300px, 190px;
  background-color: #fff; }
  .facts h4 {
    font-size: 58px;
    font-weight: 600;
    color: #5a4fdc; }
  .facts span {
    font-size: 24px;
    font-weight: 500; }

/* pricing */
.pricing-box {
  background: #fff;
  box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 15px; }
  .pricing-box .pricing-icon {
    background: rgba(90, 79, 220, 0.12);
    color: #5a4fdc;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin: 0 auto;
    border-radius: 20% 20% 4% 20% / 20% 20% 4% 20%;
    box-shadow: 0 0 0 7px rgba(90, 79, 220, 0.03);
    transition: all 0.5s; }
  .pricing-box .pricing-item .not-active {
    text-decoration: line-through;
    color: #3b3950; }
  .pricing-box .pricing-item li {
    padding: 10px 0; }
  .pricing-box .pr-btn {
    position: relative;
    z-index: 1; }
  .pricing-box:hover .pricing-icon, .pricing-box.active .pricing-icon {
    background-color: #5a4fdc;
    box-shadow: 0 0 0 7px rgba(90, 79, 220, 0.06);
    color: #fff;
    border-radius: 4% 20% 20% 20% / 4% 20% 20% 20%; }

/*portfolio*/
.portfolio .portfolio-filter-menu {
  text-align: center;
  margin-bottom: 35px;
  width: 100%; }
  .portfolio .portfolio-filter-menu li {
    display: inline-block;
    margin: 10px;
    border: 1px solid #5a4fdc;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    letter-spacing: 1px;
    transition: .4s ease-in-out;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px; }
    .portfolio .portfolio-filter-menu li span {
      z-index: 99;
      position: relative; }
    .portfolio .portfolio-filter-menu li.active {
      background: #5a4fdc;
      color: #fff; }

.portfolio .filtr-item {
  padding: 15px; }
  .portfolio .filtr-item img {
    border-radius: 15px; }

.portfolio .content-image {
  position: relative; }
  .portfolio .content-image img {
    width: 100%; }
    .portfolio .content-image img:visited, .portfolio .content-image img:focus {
      outline: none; }
  .portfolio .content-image .portfolio-caption {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 40%;
    color: #333;
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
    color: #fff; }
    .portfolio .content-image .portfolio-caption h4 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #333;
      font-weight: 600;
      color: #fff;
      transform: translateY(-10px);
      transition: transform 0.5s ease-in-out; }
    .portfolio .content-image .portfolio-caption h6 {
      transform: translateY(10px);
      transition: transform 0.5s ease-in-out;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0; }
    .portfolio .content-image .portfolio-caption li {
      display: inline-block;
      margin: 0 5px; }
    .portfolio .content-image .portfolio-caption i {
      width: 30px;
      height: 30px;
      background: #333;
      font-size: 12px;
      line-height: 30px;
      text-align: center;
      color: #fff; }
  .portfolio .content-image .image-overlay {
    background: #5a4fdc;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease;
    margin: auto;
    border-radius: 15px; }
  .portfolio .content-image:hover .image-overlay {
    opacity: 0.7; }
  .portfolio .content-image:hover .portfolio-caption {
    opacity: 1; }
  .portfolio .content-image:hover h4, .portfolio .content-image:hover h6 {
    transform: translateY(0); }

/* testimonial */
.testimonial {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 145px; }
  .testimonial .carousel-item h6 {
    font-size: 13px; }
  .testimonial .carousel-item h5 {
    margin-bottom: 3px; }
  .testimonial .carousel-item i {
    font-size: 40px;
    margin-bottom: 32px;
    color: #333; }
  .testimonial .carousel-indicators {
    bottom: -60px; }
    .testimonial .carousel-indicators li {
      background: #333;
      border-radius: 50%;
      width: 15px;
      height: 14px;
      border: 0;
      margin: 0 10px; }
    .testimonial .carousel-indicators .active {
      background: #5a4fdc; }

/* contact */
.contact-details li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start; }
  .contact-details li i {
    color: #5a4fdc;
    margin-top: 5px; }

/* footer bottom */
.footer-bottom {
  background: #302c42;
  text-align: center; }
  .footer-bottom .copyright {
    padding: 35px 0;
    border-top: 1px solid #888; }

/* footer */
footer {
  background: #302c42;
  padding: 90px 0 80px; }
  footer .navbar-brand {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px; }
    footer .navbar-brand img {
      width: 65px; }
  footer h5 {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 15px; }
  footer li {
    margin-bottom: 8px; }
    footer li a {
      color: #ccc; }
      footer li a i {
        margin-right: 10px; }
  footer .social a i {
    width: 20px; }

/*responsive*/
@media (max-width: 1024px) {
  .home-intro h2 {
    font-size: 90px;
    line-height: 45px; } }

@media (max-width: 980px) {
  .home-intro {
    margin-top: 85px; }
    .home-intro h2 {
      font-size: 60px;
      margin: 35px 0;
      line-height: 30px; }
    .home-intro h6 {
      margin-top: 25px;
      margin-bottom: 25px; }
    .home-intro .content {
      padding-top: 0; }
  .navbar .navbar-nav a {
    color: #333;
    margin: 0 8px; }
  .portfolio .content-image .portfolio-caption {
    top: 30%; } }

@media (max-width: 767px) {
  .home-intro {
    margin-top: 0;
    padding-bottom: 100px !important; }
    .home-intro .content-image {
      margin-left: 0; }
  .navbar-toggler {
    border-radius: 0; }
  .navbar-brand {
    margin-left: 15px; }
  .navbar-nav {
    background: #fff;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 15px 15px;
    border-top: 0;
    outline: none; }
  .navbar-fixed .navbar-nav {
    background: transparent;
    box-shadow: none; }
  .navbar-fixed .navbar-toggler:focus {
    outline: none; }
  .contact form {
    margin-top: 40px; }
  .portfolio .portfolio-filter-menu {
    margin-bottom: 25px; }
  .portfolio .content-image .portfolio-caption {
    top: 35%; }
  .portfolio .portfolio-filter-menu li {
    margin: 5px;
    padding: 10px 10px; }
  footer {
    text-align: center; }
    footer span {
      margin-bottom: 6px;
      display: block; }
    footer ul {
      text-align: center; }
    footer li {
      margin: 0 12px; } }

@media (max-width: 640px) {
  .navbar .navbar-nav {
    background: #fff;
    padding: 14px 0; }
    .navbar .navbar-nav a {
      color: #333; }
  .navbar-fixed .navbar-nav {
    background: transparent;
    padding: 14px !important; } }

@media (max-width: 480px) {
  .navbar .navbar-nav {
    margin: 11px;
    margin-left: 11px !important; }
  .navbar-fixed .navbar-nav {
    padding: 2px; }
  .portfolio .content-image .portfolio-caption {
    top: 40%; }
  footer h5 {
    margin-top: 26px; } }

@media (max-width: 360px) {
  .portfolio .content-image .portfolio-caption {
    top: 35%; } }

/*# sourceMappingURL=../maps/style.css.map */
