/* ------------------------------------------------
  Project:   Sassaht - SaaS, Startup & WebApp Prebuilt Template
  Author:    ThemeHt
------------------------------------------------ */
/*--------------------------- Color variations ----------------------*/
/*--------------------------- background Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* ------------------------
    Header
------------------------*/
.logo img {
  height: 70px; }

#header-wrap.fixed-header .logo img {
  height: 65px; }

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1200; }

#header-wrap {
  padding: 10px 0;
  position: relative; }
  #header-wrap.fixed-header {
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff; }

/*--navigation--*/
.navbar {
  padding: 0; }

.navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
  background: #ffffff;
  top: 120%;
  border: none;
  margin-top: 0; }

.navbar-brand {
  margin-right: 0; }

.nav-item.dropdown .dropdown-menu a {
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
  position: relative;
  background: none;
  color: #122126;
  font-size: 14px;
  font-weight: 400; }
  .nav-item.dropdown .dropdown-menu a:hover {
    color: #03d665; }

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important; }
  .navbar-nav .dropdown > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff; }
  .navbar-nav .dropdown[data-toggle=hover]:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .navbar-nav .dropdown-submenu[data-toggle=hover]:hover .dropdown-menu {
    top: 0; }

  .ml-auto.mr-auto .dropdown-menu {
    left: 0;
    right: auto; }
  .ml-auto .dropdown-menu {
    right: 0;
    left: auto; }
    .ml-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
      right: 100%;
      left: auto; }
  .ml-auto.mr-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
    right: auto;
    left: 100%; }

  .nav-link.dropdown-toggle::after {
    border: none;
    border: solid #122126;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    background: none !important;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 0.3em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  .full-width {
    position: static; }

  .navbar-nav .nav-item.dropdown.full-width .dropdown-menu {
    padding: 10px;
    max-width: inherit !important;
    min-width: inherit !important;
    width: 100%; }

  .full-width ul li {
    width: calc(100%/3);
    float: left; }

  .navbar-nav .dropdown.full-width[data-toggle=hover]:hover > .dropdown-menu {
    top: 90%; }
  .navbar-nav .nav-link {
    line-height: 70px; }
  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: none;
    border-left: .3em solid;
    position: absolute;
    right: 1em;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

  .header-2 .navbar-nav .nav-link {
    color: #ffffff; }
    .header-2 .navbar-nav .nav-link:hover {
      color: #ffffff; }
  .header-2 .navbar-nav .nav-item .nav-link.active {
    color: #ffffff; }
  .header-2 .nav-link.dropdown-toggle::after {
    border-color: #ffffff; } }
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0; } }
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: 0; }
.navbar-nav .dropdown-submenu {
  display: block;
  position: relative; }

.navbar-brand {
  margin-right: 0; }

.navbar-nav .nav-item {
  margin: 0 15px; }
.navbar-nav .nav-link {
  color: #122126;
  font-weight: 600;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative; }
  .navbar-nav .nav-link:hover {
    color: #03d665; }
.navbar-nav .nav-item .nav-link.active {
  color: #03d665; }

.header-2 #header-wrap {
  border-bottom: 5px solid transparent; }
  .header-2 #header-wrap.fixed-header {
    background: #03d665;
    border-bottom: 5px solid #ffffff; }

.header-call h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 10px; }
.header-call a:hover {
  color: #7329c2; }

.header-2 .header-call h5 {
  color: #ffffff; }
.header-2 .header-call a {
  color: #ffffff; }
  .header-2 .header-call a:hover {
    text-decoration: underline !important;
    text-decoration-style: wavy !important; }

.header-3 .navbar {
  padding: 10px;
  background: #ffffff;
  border-radius: 7px; }
.header-3 #header-wrap.fixed-header .navbar {
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none; }

/* ------------------------
    Footer
------------------------*/
.footer {
  padding: 80px 0;
  position: relative; }

.primary-footer {
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: #ffffff; }

.secondary-footer {
  color: #636160;
  font-weight: normal; }

.footer-logo img {
  height: 70px; }

.footer-cntct {
  padding: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1); }

.media-icon.list-inline li {
  display: inline-block; }
.media-icon li {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400; }
  .media-icon li:last-child {
    margin-bottom: 0; }
  .media-icon li i {
    font-size: 30px;
    color: #ffffff;
    vertical-align: middle;
    line-height: 30px; }
  .media-icon li a {
    color: #ffffff; }
    .media-icon li a:hover {
      color: #03d665; }

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize; }
  .footer-list li:last-child {
    margin-bottom: 0; }
  .footer-list li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff; }
.footer-list .list-inline li {
  display: inline-block;
  margin: 0 10px; }

.copyright span {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.03);
  padding: 5px;
  border-radius: 5px; }
  .copyright span a {
    color: #ffffff; }

/* ------------------------------------------------
  Project:   Sassaht - SaaS, Startup & WebApp Prebuilt Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Custom Margin
  6. Custom Padding  
  7. Padding
  8. Margin
  9. Pre Loader
  10. Row Eq Height
  11. Background Overlay
  12. Scroll to Top
  13. Subscribe Form
  14. Header
  15. Footer
  16. Page Title
  17. Side Menu

 
/* ------------------------
    General
------------------------*/
a {
  outline: medium none !important;
  color: #03d665; }
  a:focus {
    text-decoration: none !important;
    color: #03d665;
    text-decoration: none !important; }
  a:hover {
    color: #03d665;
    text-decoration: none !important; }

button, input {
  outline: medium none !important;
  color: #03d665; }

*::-moz-selection, ::-moz-selection, ::selection {
  background: #03d665;
  color: #ffffff;
  text-shadow: none; }

/* ------------------------
    Transition
------------------------*/
a, i {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.btn {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .btn span {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

button {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.btn::before, .btn::after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.testimonial.style-1 .testimonial-img:before {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.btn span::before, .btn span::after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

img, span, .btn-iconic::before, .dropdown-item, .team-member.style-1 .team-images, .social-icons li:hover a, .owl-item {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.featured-item {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .featured-item.style-3:before, .featured-item.style-3:after {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.featured-icon, .featured-item .featured-icon i, .price-table {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.post {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .post .post-image::before, .post .post-image::after {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .post .post-desc {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.team-description, .team-social-icon {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.team-member.style-3:before, .team-member.style-3:after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.timeline-content:before, .timeline-content:after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

/* ------------------------
    Transform translate
------------------------*/
/*--translate-X--*/
.transform-x, .step-num, .testimonial.style-2 .testimonial-quote {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/*--translate-Y--*/
.transform-y, .align-center, .image-column, .effect-img, .post.style-2 .post-categories, .widget-searchbox .search-btn, .bg-img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*--translate-XY--*/
.clear-loader, .video-btn-pos, .team-member.style-1 .team-social-icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus, .navbar-nav .dropdown-menu .nav-link:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px); }

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow, .dropdown-menu, #header-wrap.fixed-header, .navbar-nav ul, .header-3 .navbar, .btn, .post .post-image {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

#mc-form input[type="email"], .featured-item:hover {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.post {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }
  .post.style-3 .post-image, .post.style-3:hover {
    -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }
  .post.style-4 .post-desc {
    -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.post-queto, .media-holder .media-body, .comment-reply a, .clients-logo {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.featured-item.style-5, .featured-item.style-4 {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.video-box, .portfolio-item, .popup-img, .portfolio-item:hover .portfolio-title {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.portfolio-filter button.is-checked, .portfolio-filter button:hover {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.contact-inner, .contact-media i, .job-list, .client-logo, .contact-media.style-2 li, .step-icon, .price-table, .post-categories li, .post.style-3 .post-desc {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.counter.style-2, .counter.style-4 {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.testimonial.style-1 .testimonial-img:before {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }
.testimonial.style-2, .testimonial.style-3 {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }
  .testimonial.style-2 .testimonial-img img, .testimonial.style-3 .testimonial-img img {
    -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }
.testimonial.style-1 .testimonial-quote {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.team-member.style-1 .team-images, .team-member.style-2, .team-member.style-4 .team-images {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.team-cntct {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }
  .team-cntct .team-icon li i {
    -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.featured-item.style-3, .featured-item.style-5:hover {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.job-search {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

.price-table:hover, .price-table.active {
  -webkit-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -moz-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -o-box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); }

/* ------------------------
    Custom Margin
------------------------*/
.custom-mt-5 {
  z-index: 99;
  position: relative;
  margin-top: -50px; }

.custom-mt-7 {
  z-index: 99;
  position: relative;
  margin-top: -70px; }

.custom-mt-10 {
  z-index: 99;
  position: relative;
  margin-top: -100px; }

.custom-mt-12 {
  z-index: 99;
  position: relative;
  margin-top: -120px; }

.custom-mt-15 {
  z-index: 99;
  position: relative;
  margin-top: -150px; }

.custom-mt-20 {
  z-index: 99;
  position: relative;
  margin-top: -200px; }

.custom-mt-25 {
  z-index: 99;
  position: relative;
  margin-top: -250px; }

.custom-mt-30 {
  z-index: 99;
  position: relative;
  margin-top: -300px; }

/* ------------------------
    Custom Padding
------------------------*/
.custom-pt-1 {
  padding-top: 180px; }

.custom-pb-1 {
  padding-bottom: 180px; }

.custom-pt-2 {
  padding-top: 250px; }

.custom-pb-2 {
  padding-bottom: 250px; }

/* ------------------------
    Padding
------------------------*/
.px-10 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.px-15 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.px-20 {
  padding-left: 200px !important;
  padding-right: 200px !important; }

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py-15 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-20 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.pl-10 {
  padding-left: 100px !important; }

.pr-10 {
  padding-right: 100px !important; }

.pt-8 {
  padding-top: 80px !important; }

.pt-10 {
  padding-top: 100px !important; }

.pt-15 {
  padding-top: 150px !important; }

.pt-20 {
  padding-top: 200px !important; }

.pb-10 {
  padding-bottom: 100px !important; }

.pb-15 {
  padding-bottom: 150px !important; }

.pb-17 {
  padding-bottom: 170px !important; }

.pb-20 {
  padding-bottom: 200px !important; }

/* ------------------------
    Margin
------------------------*/
.mt-8 {
  margin-top: 80px !important; }

.mt-10 {
  margin-top: 100px !important; }

.mt-15 {
  margin-top: 150px !important; }

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my-15 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-20 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999; }

.clear-loader {
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%; }

.loader {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border: 5px solid transparent;
  border-top-color: #7329c2;
  border-bottom-color: #7329c2;
  border-radius: 50%;
  -webkit-animation: loading 5s ease-in-out 0s infinite;
  -moz-animation: loading 5s ease-in-out 0s infinite;
  -o-animation: loading 5s ease-in-out 0s infinite;
  animation: loading 5s ease-in-out 0s infinite; }

.loader-div {
  display: block;
  margin: 50px auto;
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-right-color: #03d665;
  border-left-color: #03d665;
  border-radius: 50%;
  line-height: 90px;
  color: #122126;
  -webkit-animation: loading1 5s ease-in-out 0s infinite;
  -moz-animation: loading1 5s ease-in-out 0s infinite;
  -o-animation: loading1 5s ease-in-out 0s infinite;
  animation: loading1 5s ease-in-out 0s infinite; }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  25% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    transform: scale(0.5, 0.5);
    border-top-color: #03d665;
    border-bottom-color: #03d665; }
  75% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1; } }
@keyframes loading1 {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  25% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  50% {
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2); }
  75% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
/* ------------------------
    Row Eq Height
------------------------*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .row-eq-height > [class*='col-'] > div {
    height: 100%; }
  .row-eq-height .align-item-middle > div {
    height: auto; }

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
  position: relative;
  z-index: 0; }
  [data-overlay]:before {
    position: absolute;
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

.slide-overlay:before {
  position: absolute;
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

[data-overlay].white-overlay:before {
  background-color: #ffffff; }
[data-overlay].theme-overlay:before {
  background-color: #03d665; }
[data-overlay].grediant-overlay:before {
  background: #03d665;
  background: linear-gradient(58deg, #03d665 15%, #7329c2 100%); }

[data-overlay="1"]:before {
  opacity: 0.1; }

[data-overlay="2"]:before {
  opacity: 0.2; }

[data-overlay="3"]:before {
  opacity: 0.3; }

[data-overlay="4"]:before {
  opacity: 0.4; }

[data-overlay="5"]:before {
  opacity: 0.5; }

[data-overlay="6"]:before {
  opacity: 0.6; }

[data-overlay="7"]:before {
  opacity: 0.7; }

[data-overlay="8"]:before {
  opacity: 0.8; }

[data-overlay="9"]:before {
  opacity: 0.9; }

[data-overlay="10"]:before {
  opacity: 1; }

[data-overlay="0"]:before {
  opacity: 0; }

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }
  .scroll-top a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -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;
    font-size: 32px;
    color: #ffffff;
    background: #03d665; }
    .scroll-top a:visited {
      display: block;
      height: 60px;
      width: 60px;
      line-height: 60px;
      text-align: center;
      border-radius: 7px;
      -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      -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;
      font-size: 32px;
      color: #ffffff;
      background: #03d665; }
    .scroll-top a:hover, .scroll-top a:focus {
      color: #03d665;
      background: #ffffff; }
  .scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form {
  margin: 0;
  padding: 0;
  position: relative;
  border: 3px solid rgba(3, 214, 101, 0.1);
  border-radius: 5px;
  padding: 15px; }

#mc-form {
  width: 100%;
  position: relative; }
  #mc-form input[type="email"] {
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 7px;
    color: #122126;
    font-size: 14px;
    padding: 0 20px;
    height: 60px; }
    #mc-form input[type="email"]::-webkit-input-placeholder, #mc-form input[type="email"]::-moz-placeholder, #mc-form input[type="email"]:-ms-input-placeholder {
      color: #122126; }
    #mc-form input[type="email"].placeholder {
      color: #122126 !important; }
  #mc-form .btn {
    padding: 0 50px;
    height: 60px;
    border-radius: 7px;
    margin-left: 20px;
    overflow: inherit;
    text-transform: uppercase;
    letter-spacing: 1px; }

.subscribe-form.style-2 {
  border: none;
  background: #03d665;
  background: linear-gradient(58deg, #03d665 15%, #7329c2 100%); }
  .subscribe-form.style-2 #mc-form input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff; }
    .subscribe-form.style-2 #mc-form input[type="email"]::-webkit-input-placeholder, .subscribe-form.style-2 #mc-form input[type="email"]::-moz-placeholder, .subscribe-form.style-2 #mc-form input[type="email"]:-ms-input-placeholder {
      color: #ffffff; }
    .subscribe-form.style-2 #mc-form input[type="email"].placeholder {
      color: #ffffff !important; }

/* ------------------------
    Page Title
------------------------*/
.page-title {
  display: block;
  position: relative;
  padding: 200px 0 150px; }
  .page-title h1 {
    font-size: 50px;
    color: #122126;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px; }
  .page-title p {
    margin-bottom: 0;
    color: #122126; }

.breadcrumb {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  color: #122126;
  font-weight: 700; }

.breadcrumb-item {
  display: inline-block; }
  .breadcrumb-item a {
    color: #122126; }
  .breadcrumb-item.active, .breadcrumb-item a:hover {
    color: #03d665; }

.page-title-pattern {
  bottom: 0;
  position: absolute;
  height: 120%;
  width: 100%;
  opacity: 0.1; }

/* ------------------------
    Side Menu
------------------------*/
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 5px 0 0px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0px 5px 0 0px rgba(153, 153, 153, 0.5);
  -o-box-shadow: 0px 5px 0 0px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 5px 0 0px rgba(153, 153, 153, 0.5);
  z-index: 9999; }
  #sidebar.active {
    left: 0; }

#dismiss {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff; }

#sidebar .sidebar-header {
  padding: 60px 20px 20px;
  background: #7329c2; }
#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: #636160; }
  #sidebar ul li a:hover {
    color: #03d665;
    background: #ffffff; }
#sidebar ul li.active > a {
  color: #ffffff;
  background: #7329c2; }
#sidebar a[aria-expanded="true"], #sidebar ul li:hover > a {
  color: #ffffff;
  background: #7329c2; }

a[data-toggle="collapse"] {
  position: relative;
  color: #ffffff; }

#sidebar ul li.active a[data-toggle="collapse"] {
  position: relative;
  color: #ffffff; }
#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
#sidebar ul li ul {
  margin-left: 10px; }
  #sidebar ul li ul li a {
    font-size: 14px; }

#sidebarCollapse {
  color: #ffffff; }

/* ------------------------------------------------
  Project:   Sassaht - SaaS, Startup & WebApp Prebuilt Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. Section Title
  2. Accordion
  3. Social
  4. Team
  5. Tab
  6. Counter
  7. Blog - Post
  8. Testimonials
  9. Featured Box
  10. Button
  11. Price Table  
  12. Portfolio  
  13. Progress Bar


/* ------------------------
    Section Title
------------------------*/
.title {
  position: relative;
  color: #122126;
  margin-bottom: 0; }

.dark-bg .title {
  color: #ffffff; }

.theme-bg .title, .theme-bg .section-title h6 {
  color: #ffffff; }

.section-title h6 {
  padding: 15px 0 15px 15px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px; }
.section-title h2 {
  margin-bottom: 15px; }
.section-title p {
  margin-bottom: 0; }

.title span {
  font-weight: 600; }

.theme-bg .title span {
  color: #ffffff; }

.title-bdr {
  position: relative;
  width: 150px;
  margin-bottom: 40px; }

.text-center .title-bdr {
  margin-left: auto;
  margin-right: auto; }

.left-bdr, .right-bdr {
  height: 6px;
  width: 60px;
  background-color: #03d665;
  border-radius: 10px;
  position: absolute; }

.left-bdr {
  left: 0px;
  animation: left 2s infinite; }

.right-bdr {
  right: 0px;
  animation: right 2s infinite; }

@keyframes left {
  0%, 50%, 100% {
    width: 60px; }
  25% {
    width: 120px; }
  75% {
    width: 10px; } }
@keyframes right {
  0%, 50%, 100% {
    width: 60px; }
  25% {
    width: 10px; }
  75% {
    width: 120px; } }
.theme-bg .left-bdr, .theme-bg .right-bdr {
  background-color: rgba(255, 255, 255, 0.5); }

.banner-pulse {
  position: absolute;
  top: -50px;
  right: -50px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 200px;
  height: 200px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 10px;
  border-radius: 50%;
  animation: banner-pulse 2s linear infinite; }

@keyframes banner-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2); }
  40% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0); }
  80% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0); } }
.hero-title {
  font-size: 120px;
  font-weight: 800;
  line-height: 90px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Niramit', sans-serif; }
  .hero-title span {
    font-weight: 400;
    font-size: 85px; }

/* ------------------------
    Accordion
------------------------*/
.accordion .card {
  border: 2px solid #eeeefe !important;
  margin-bottom: 20px;
  overflow: inherit; }
  .accordion .card:last-child {
    margin-bottom: 0; }
.accordion > .card .card-header {
  margin-bottom: 0; }
.accordion .card-header {
  background: none;
  border: none;
  position: relative;
  padding: 0; }
  .accordion .card-header a {
    padding: 20px 20px 20px 70px;
    background: #ffffff;
    font-weight: 400;
    font-size: 18px;
    color: #122126;
    text-transform: capitalize;
    display: inline-block;
    width: 100%; }
.accordion .card.active a, .accordion .card a:hover {
  background: none;
  color: #03d665; }
.accordion .card-body {
  padding: 30px;
  padding-top: 0;
  line-height: 2; }
.accordion .card-header a span {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  left: 30px; }
  .accordion .card-header a span:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    content: "\f180";
    font-family: 'LineAwesome';
    font-size: 30px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.accordion .card-header a[aria-expanded="true"] span:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.accordion .card.active a span:before, .accordion .card a:hover span:before {
  content: "\f183"; }

.dark-bg .accordion .card {
  background: rgba(0, 0, 0, 0.2); }
.dark-bg .accordion .card-header a {
  color: rgba(255, 255, 255, 0.5); }
.dark-bg .accordion .card.active a, .dark-bg .accordion .card a:hover {
  color: #03d665; }

/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0; }

.text-center.social-icons ul {
  display: inline-block; }

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0; }
  .social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #122126;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.text-white .social-icons li a {
  color: #ffffff; }

.social-icons.fullwidth li a {
  width: auto;
  height: auto;
  line-height: 20px;
  padding: 10px 15px; }
.social-icons li:hover a {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }
.social-icons.social-colored a, .social-icons.social-hover a:hover {
  color: #ffffff;
  border: 0; }
.social-icons.social-colored .social-rss a, .social-icons.social-hover .social-rss a:hover {
  background-color: #faa33d; }
.social-icons.social-colored .social-facebook a, .social-icons.social-hover .social-facebook a:hover {
  background-color: #5d82d1; }
.social-icons.social-colored .social-twitter a, .social-icons.social-hover .social-twitter a:hover {
  background-color: #40bff5; }
.social-icons.social-colored .social-vimeo a, .social-icons.social-hover .social-vimeo a:hover {
  background-color: #35c6ea; }
.social-icons.social-colored .social-myspace a, .social-icons.social-hover .social-myspace a:hover {
  background-color: #008dde; }
.social-icons.social-colored .social-youtube a, .social-icons.social-hover .social-youtube a:hover {
  background-color: #ef4e41; }
.social-icons.social-colored .social-instagram a, .social-icons.social-hover .social-instagram a:hover {
  background-color: #548bb6; }
.social-icons.social-colored .social-gplus a, .social-icons.social-hover .social-gplus a:hover {
  background-color: #db5442; }
.social-icons.social-colored .social-stumbleupon a, .social-icons.social-hover .social-stumbleupon a:hover {
  background-color: #ff5c30; }
.social-icons.social-colored .social-lastfm a, .social-icons.social-hover .social-lastfm a:hover {
  background-color: #f34320; }
.social-icons.social-colored .social-pinterest a, .social-icons.social-hover .social-pinterest a:hover {
  background-color: #e13138; }
.social-icons.social-colored .social-google a, .social-icons.social-hover .social-google a:hover {
  background-color: #eb5e4c; }
.social-icons.social-colored .social-evernote a, .social-icons.social-hover .social-evernote a:hover {
  background-color: #9acf4f; }
.social-icons.social-colored .social-dribbble a, .social-icons.social-hover .social-dribbble a:hover {
  background-color: #f7659c; }
.social-icons.social-colored .social-skype a, .social-icons.social-hover .social-skype a:hover {
  background-color: #13c1f3; }
.social-icons.social-colored .social-forrst a, .social-icons.social-hover .social-forrst a:hover {
  background-color: #45ad76; }
.social-icons.social-colored .social-linkedin a, .social-icons.social-hover .social-linkedin a:hover {
  background-color: #238cc8; }
.social-icons.social-colored .social-wordpress a, .social-icons.social-hover .social-wordpress a:hover {
  background-color: #2592c3; }
.social-icons.social-colored .social-grooveshark a, .social-icons.social-hover .social-grooveshark a:hover {
  background-color: #ffb21d; }
.social-icons.social-colored .social-delicious a, .social-icons.social-hover .social-delicious a:hover {
  background-color: #377bda; }
.social-icons.social-colored .social-behance a, .social-icons.social-hover .social-behance a:hover {
  background-color: #1879fd; }
.social-icons.social-colored .social-dropbox a, .social-icons.social-hover .social-dropbox a:hover {
  background-color: #17a3eb; }
.social-icons.social-colored .social-soundcloud a, .social-icons.social-hover .social-soundcloud a:hover {
  background-color: #ff7e30; }
.social-icons.social-colored .social-deviantart a, .social-icons.social-hover .social-deviantart a:hover {
  background-color: #6a8a7b; }
.social-icons.social-colored .social-yahoo a, .social-icons.social-hover .social-yahoo a:hover {
  background-color: #ab47ac; }
.social-icons.social-colored .social-flickr a, .social-icons.social-hover .social-flickr a:hover {
  background-color: #ff48a3; }
.social-icons.social-colored .social-digg a, .social-icons.social-hover .social-digg a:hover {
  background-color: #75788d; }
.social-icons.social-colored .social-blogger a, .social-icons.social-hover .social-blogger a:hover {
  background-color: #ff9233; }
.social-icons.social-colored .social-tumblr a, .social-icons.social-hover .social-tumblr a:hover {
  background-color: #426d9b; }
.social-icons.social-colored .social-quora a, .social-icons.social-hover .social-quora a:hover {
  background-color: #ea3d23; }
.social-icons.social-colored .social-github a, .social-icons.social-hover .social-github a:hover {
  background-color: #3f91cb; }
.social-icons.social-colored .social-amazon a, .social-icons.social-hover .social-amazon a:hover {
  background-color: #ff8e2e; }
.social-icons.social-colored .social-xing a, .social-icons.social-hover .social-xing a:hover {
  background-color: #1a8e8c; }
.social-icons.social-colored .social-wikipedia a, .social-icons.social-hover .social-wikipedia a:hover {
  background-color: #b3b5b8; }
.social-icons.social-colored .social-android a, .social-icons.social-hover .social-android a:hover {
  background-color: #A4C639; }
.social-icons.social-colored .social-apple a, .social-icons.social-hover .social-apple a:hover {
  background-color: #999999; }
.social-icons.social-border li a {
  border: 1px solid #efefef;
  background: transparent; }
.social-icons.circle li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/*** Colored ***/
/*** Border ***/
/*** Circle ***/
/* ------------------------
    Team
------------------------*/
.team-member {
  position: relative; }

.owl-carousel .team-member {
  margin: 30px 15px; }

.team-images {
  overflow: hidden;
  position: relative; }

.team-member .team-description {
  background: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 9; }
  .team-member .team-description span {
    color: #122126;
    font-weight: 400; }
  .team-member .team-description h5 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 400;
    color: #03d665; }

.team-social-icon {
  margin-top: 15px; }

.team-member .team-social-icon ul {
  display: inline-block; }
  .team-member .team-social-icon ul li {
    list-style-type: none;
    position: relative; }
.team-member img {
  width: 100%; }
.team-member p {
  margin: 15px 0; }
.team-member.style-1 .team-images {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto; }
.team-member.style-1:hover .team-images {
  border-radius: 7px; }
.team-member.style-1 .team-social-icon {
  margin: 0;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 500; }
  .team-member.style-1 .team-social-icon ul li {
    width: 50%;
    margin: 5px 0;
    float: left;
    text-align: center; }
.team-member.style-1:hover .team-social-icon {
  opacity: 1; }
.team-member.style-1 .team-link {
  display: block;
  margin: 0 0 -14px;
  opacity: 0;
  -webkit-transition: margin 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: margin 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: margin 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: margin 0.2s ease 0s, opacity 0.2s ease 0s; }
.team-member:hover .team-link, .team-member.active .team-link {
  margin: 12px 0 0;
  opacity: 1; }

.team-link a {
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #03d665;
  background: linear-gradient(58deg, #03d665 35%, #7329c2 100%);
  color: #ffffff;
  font-size: 30px; }

.team-member.style-2 {
  border-radius: 7px;
  overflow: hidden; }
  .team-member.style-2 .team-description h5 {
    margin: 10px 0 0; }
.team-member.style-3 .team-description h5 {
  margin: 10px 0 0; }
.team-member.style-2 .team-link {
  position: absolute;
  margin: 0;
  right: 25px;
  top: -25px; }
  .team-member.style-2 .team-link a:hover {
    color: #122126; }
.team-member.style-3 .team-description {
  margin-top: -50px;
  width: 90%;
  border-radius: 7px; }
.team-member.style-3 .team-social-icon ul li {
  margin: 0 15px 0 0; }
  .team-member.style-3 .team-social-icon ul li a {
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 16px; }
    .team-member.style-3 .team-social-icon ul li a:hover {
      color: #03d665; }
.team-member.style-4 {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid;
  border-image: linear-gradient(45deg, #03d665, #7329c2) 1;
  padding: 30px; }
  .team-member.style-4 .team-images {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 15px;
    border: 10px solid #ffffff; }

.team-cntct {
  background: #ffffff;
  padding: 30px; }
  .team-cntct .team-icon li a {
    color: #122126; }
    .team-cntct .team-icon li a:hover {
      color: #03d665; }
  .team-cntct .team-icon li i {
    display: inline-block;
    border-radius: 7px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #03d665;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px; }

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
  border: none;
  display: inline-block; }
  .tab .nav-tabs .nav-link {
    background: #ffffff;
    border-radius: 7px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #122126;
    position: relative;
    display: inline-block;
    border: none;
    padding: 15px 30px; }
    .tab .nav-tabs .nav-link:last-child {
      margin-right: 0; }
    .tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover {
      background: #03d665;
      color: #ffffff; }
  .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
    background: #03d665;
    color: #ffffff; }
.tab .tab-content {
  padding: 30px; }
.tab .nav-tabs {
  display: table;
  width: 100%;
  text-align: center; }

.custom-tab .tab-content {
  padding-top: 100px; }

/* ------------------------
    Counter
------------------------*/
.counter {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  padding: 30px; }
  .counter span {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #122126;
    display: inline-block;
    margin: 30px 0 20px; }
    .counter span + span {
      font-weight: normal;
      font-size: 30px;
      color: #7f7f7f;
      margin-bottom: 0; }
  .counter h5 {
    display: block;
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin: 0; }
  .counter.style-2 {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 0;
    display: inline-block; }
    .counter.style-2 .counter-desc {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .counter.style-2 span {
      margin: 0 0 10px;
      color: #03d665; }
    .counter.style-2 h5 {
      font-size: 18px;
      color: #122126; }
  .counter.style-3 {
    background: none;
    overflow: inherit; }
    .counter.style-3 span {
      margin: 0 0 10px;
      color: #03d665; }
    .counter.style-3 h5 {
      font-size: 18px;
      color: #122126; }
    .counter.style-3 .counter-icon {
      margin-bottom: 15px; }
    .counter.style-3:before {
      width: 100%;
      height: 100%;
      background: #ffffff;
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
      -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      -webkit-animation: morphing 10s infinite;
      -moz-animation: morphing 10s infinite;
      -o-animation: morphing 10s infinite;
      animation: morphing 10s infinite;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
  .counter.style-4 {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px; }
    .counter.style-4 span {
      margin: 0 0 10px; }
    .counter.style-4 .counter-icon {
      margin-right: 15px; }

/* ------------------------
    Blog - Post
------------------------*/
.post {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }

.owl-carousel .post {
  margin: 0 15px; }

.post .post-image {
  overflow: hidden;
  position: relative; }
.post .post-desc {
  padding: 30px;
  background: #ffffff; }
  .post .post-desc h4 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400; }
    .post .post-desc h4 a {
      color: #122126;
      display: inline-block; }
      .post .post-desc h4 a:hover {
        color: #03d665; }
  .post .post-desc p {
    margin: 15px 0;
    font-size: 14px;
    color: #828893; }

.post-meta ul li {
  background: rgba(3, 214, 101, 0.1);
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  list-style-type: none;
  position: relative; }
  .post-meta ul li:last-child {
    margin-right: 0; }
  .post-meta ul li i {
    color: #03d665; }

.post-title {
  position: relative;
  margin-top: 20px; }

.post-categories li {
  background: rgba(115, 41, 194, 0.1);
  border-radius: 30px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 20px;
  color: #122126; }

.post.style-2 .post-categories {
  position: absolute;
  top: 0;
  left: 30px; }
  .post.style-2 .post-categories li {
    background: #ffffff; }
.post.style-2 .post-desc {
  position: relative; }
.post.style-2 .post-meta {
  margin-top: 20px; }
.post.style-3 {
  overflow: inherit;
  margin-bottom: 50px;
  text-align: center; }
  .post.style-3 .post-desc {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 90%;
    border-radius: 7px; }
.post.style-4 .post-categories li {
  background: #ffffff; }
.post.style-4 .post-desc {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  z-index: 99; }
.post.style-4:hover .post-desc {
  bottom: 15px;
  transform: translateY(0);
  opacity: 1; }
.post.style-4 .post-image:before {
  content: "";
  background: #03d665;
  background: linear-gradient(58deg, #03d665 35%, #7329c2 100%);
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
.post.style-4:hover .post-image::before {
  opacity: 0.9; }
.post.style-4 .post-desc h4 a {
  color: #ffffff; }
  .post.style-4 .post-desc h4 a:hover {
    color: #7329c2; }
.post.style-4 .post-meta {
  margin-top: 20px; }
  .post.style-4 .post-meta ul li {
    background: rgba(115, 41, 194, 0.1);
    color: #ffffff; }
    .post.style-4 .post-meta ul li i {
      color: #7329c2; }

.video-post {
  padding-top: 56.9444%;
  position: relative;
  width: 100%; }
  .video-post iframe, .video-post object, .video-post embed {
    pointer-events: auto;
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.left-side .post {
  box-shadow: none; }

.post-queto {
  background: #ffffff;
  color: #122126;
  padding: 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  border-radius: 7px; }

.media-holder .media {
  position: relative; }

.media.inner {
  margin: 50px 0;
  border-radius: 7px; }

.media-holder .media img {
  border-radius: 7px;
  width: 100px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
  -moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
  -o-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
  box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2); }
.media-holder .media-body {
  background: #ffffff;
  padding: 30px;
  border-radius: 7px; }
  .media-holder .media-body h6 {
    color: #122126;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle; }

.comment-date {
  display: block;
  color: #7329c2;
  margin-top: 10px;
  text-transform: uppercase; }

.comment-reply {
  margin-top: 30px; }
  .comment-reply a {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    color: #122126;
    font-weight: 600;
    display: inline-block; }
    .comment-reply a:hover {
      color: #03d665; }

.media-holder .media-body p {
  margin: 15px 0 0; }

.media.inner .comment-reply {
  top: 30px;
  right: 30px; }

.pagination {
  display: inline-block; }
  .pagination > li {
    margin: 0 6px;
    display: inline-block; }
    .pagination > li > a, .pagination > li > span {
      width: 50px;
      height: 50px;
      line-height: 50px;
      padding: 0;
      text-align: center;
      color: #122126;
      font-weight: 600;
      border-radius: 50% !important;
      border-color: #efefef; }
    .pagination > li.active .page-link {
      box-shadow: none;
      background: #03d665;
      color: #ffffff;
      border-color: #03d665; }

.page-link:hover, .page-link:focus {
  box-shadow: none;
  background: #03d665;
  color: #ffffff;
  border-color: #03d665; }

/*Widget-Title*/
.widget-title {
  margin-top: 50px;
  font-weight: 600;
  color: #7329c2;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.widget-about h4 {
  font-weight: 600;
  color: #7329c2; }

/*Widget-Search*/
.widget-searchbox {
  position: relative;
  width: 100%; }

.form-inline .form-control {
  border: 2px solid #03d665;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.widget-searchbox .search-btn {
  background: none;
  border: none;
  color: #03d665;
  font-size: 14px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer; }

/*Recent Post*/
.widget .recent-post-thumb {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  width: 75px;
  border-radius: 7px;
  overflow: hidden; }
.widget .recent-post-desc {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px; }
  .widget .recent-post-desc a {
    display: block;
    margin-top: 10px;
    color: #122126;
    font-weight: 600; }
    .widget .recent-post-desc a:hover {
      color: #03d665; }
.widget .widget-categories li {
  display: block;
  margin-bottom: 10px;
  position: relative; }
  .widget .widget-categories li a {
    text-transform: capitalize;
    color: #122126;
    font-weight: 600; }
.widget .widget-categories a span {
  color: #7329c2; }
.widget .widget-categories li a:hover {
  color: #03d665;
  padding-left: 5px; }

/*widget-Categories*/
.widget-categories li i {
  position: absolute;
  right: 0;
  color: #7329c2; }

/*widget-tags*/
.widget .widget-tags li, .post-tags li {
  display: inline-block;
  margin: 5px 5px 15px 0; }
  .widget .widget-tags li a, .post-tags li a {
    background: #fafaff;
    border-radius: 7px;
    color: #122126;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    font-weight: normal; }
    .widget .widget-tags li a:hover, .post-tags li a:hover {
      background: #03d665;
      color: #ffffff; }

/*post-tags*/
/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative;
  padding: 30px 30px 30px 0; }

.owl-carousel .testimonial {
  margin: 15px; }

.testimonial-content {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0; }
  .testimonial-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 0;
    color: #122126;
    position: relative; }

.testimonial .testimonial-caption label {
  margin-bottom: 0;
  font-weight: 600;
  color: #7329c2;
  display: block; }
.testimonial .testimonial-caption h5 {
  color: #03d665;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px; }

.testimonial-caption {
  position: relative;
  margin-top: 20px;
  display: inline-block; }

.testimonial .testimonial-img img {
  border-radius: 50%; }

.testimonial-carousel .controls {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: relative; }
  .testimonial-carousel .controls li {
    position: relative;
    margin: 0 2%;
    border-radius: 50%;
    width: 46%;
    -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2); }
    .testimonial-carousel .controls li a {
      position: relative;
      z-index: 9;
      overflow: hidden;
      border-radius: 50%;
      display: inline-block;
      width: 100%;
      height: 100%; }
    .testimonial-carousel .controls li:last-child {
      float: none;
      margin: 0 auto; }
    .testimonial-carousel .controls li img {
      width: 100%;
      height: 100%; }

.testimonial.style-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 150px 0 100px; }
  .testimonial.style-1 .testimonial-img {
    border-radius: 50%;
    margin: 15px 80px 15px 50px;
    position: relative; }
    .testimonial.style-1 .testimonial-img img {
      border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
      -webkit-animation: anti-rotation 8s infinite linear;
      -moz-animation: anti-rotation 8s infinite linear;
      -o-animation: anti-rotation 8s infinite linear;
      animation: anti-rotation 8s infinite linear;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s; }
    .testimonial.style-1 .testimonial-img:before {
      animation: orbit 6.87s linear infinite;
      content: "";
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
      background: #ffffff;
      height: 100%;
      width: 100%;
      position: absolute;
      left: -10px;
      top: -10px;
      z-index: -9; }
  .testimonial.style-1 .testimonial-content {
    padding-right: 50px;
    padding-top: 40px; }
    .testimonial.style-1 .testimonial-content p {
      background: rgba(3, 214, 101, 0.1);
      padding: 50px 15px 15px;
      border-radius: 7px; }
  .testimonial.style-1 .testimonial-quote {
    color: #ffe2e1;
    font-size: 50px;
    background: #ffffff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 9; }

.testimonial-1 .carousel-inner {
  z-index: 9; }

.testimonial-carousel.testimonial-1 .controls {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }
  .testimonial-carousel.testimonial-1 .controls li {
    -webkit-transform-origin: 70% 70%;
    -moz-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    -o-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
    -webkit-animation-name: zoom-fade;
    -moz-animation-name: zoom-fade;
    -o-animation-name: zoom-fade;
    animation-name: zoom-fade;
    -webkit-animation-duration: 5000ms;
    -moz-animation-duration: 5000ms;
    -o-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    position: absolute;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    z-index: 99;
    opacity: 0.6;
    width: 100px;
    height: 100px;
    margin: inherit;
    float: none; }
    .testimonial-carousel.testimonial-1 .controls li.active {
      opacity: 1;
      -webkit-animation: inherit;
      -moz-animation: inherit;
      -o-animation: inherit;
      animation: inherit; }

.testimonial-1 .controls li:nth-child(1) {
  left: 40%;
  top: 0%; }
.testimonial-1 .controls li:nth-child(2) {
  right: 10%;
  top: 0%; }
.testimonial-1 .controls li:nth-child(3) {
  right: 10%;
  bottom: 10%; }

.testimonial.style-2 {
  background: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-right: 50px;
  border-radius: 7px; }
  .testimonial.style-2 .testimonial-img {
    width: 40%; }
    .testimonial.style-2 .testimonial-img img {
      border-radius: 7px;
      box-shadow: none; }
  .testimonial.style-2 .testimonial-content {
    text-align: center;
    padding: 50px 100px 10px;
    width: 60%; }
  .testimonial.style-2::before {
    content: "";
    background: rgba(3, 214, 101, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    border-radius: 7px; }
  .testimonial.style-2 .testimonial-quote {
    color: rgba(115, 41, 194, 0.1);
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 50%; }
.testimonial.style-3 {
  background: #ffffff;
  text-align: center;
  border-radius: 7px;
  padding: 50px 0 0;
  overflow: hidden; }
  .testimonial.style-3 .testimonial-caption {
    margin-top: 0; }
  .testimonial.style-3 .testimonial-img {
    position: relative;
    z-index: 9;
    margin-top: 15px; }
    .testimonial.style-3 .testimonial-img img {
      border: 5px solid #ffffff;
      border-radius: 50%;
      position: relative;
      -webkit-transform-origin: 70% 70%;
      -moz-transform-origin: 70% 70%;
      -ms-transform-origin: 70% 70%;
      -o-transform-origin: 70% 70%;
      transform-origin: 70% 70%;
      -webkit-animation-name: zoom-fade;
      -moz-animation-name: zoom-fade;
      -o-animation-name: zoom-fade;
      animation-name: zoom-fade;
      -webkit-animation-duration: 5000ms;
      -moz-animation-duration: 5000ms;
      -o-animation-duration: 5000ms;
      animation-duration: 5000ms;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      animation-timing-function: linear; }
  .testimonial.style-3 p {
    color: #ffffff; }
  .testimonial.style-3 .testimonial-content {
    margin-top: -50px;
    padding: 80px 30px 50px;
    background: #03d665;
    background: linear-gradient(180deg, #03d665 25%, #7329c2 100%); }

/* ------------------------
    Featured Box
------------------------*/
.featured-item {
  padding: 40px 30px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  z-index: 9; }

.owl-carousel .featured-item {
  margin: 20px; }

.featured-item .featured-icon {
  display: inline-block;
  position: relative; }

.featured-desc p {
  margin-bottom: 0; }

.featured-title h5 {
  margin: 30px 0 20px;
  text-transform: capitalize;
  font-size: 20px; }

.dark-bg .featured-title h5, .dark-bg .featured-desc {
  color: #ffffff; }

.theme-bg .featured-title h5, .theme-bg .featured-desc, .theme-bg .featured-icon i {
  color: #ffffff; }

.featured-item .featured-icon i {
  color: #03d665;
  display: inline-block;
  font-size: 50px;
  line-height: 40px; }
.featured-item.style-2 {
  padding: 50px;
  background: #ffffff;
  overflow: inherit; }
  .featured-item.style-2:hover {
    background: #0d092c !important;
    color: #ffffff; }
    .featured-item.style-2:hover h5 {
      color: #ffffff; }
  .featured-item.style-2::before, .featured-item.style-2::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    width: 2em;
    height: 2em;
    transition: all 0.8s ease-in-out;
    border-color: #0d092c;
    z-index: -1; }
  .featured-item.style-2::before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px; }
  .featured-item.style-2::after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0; }
  .featured-item.style-2:hover::before, .featured-item.style-2:hover::after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-radius: 7px; }

.bd-color-1 {
  stroke: #03d665; }

.bd-color-2 {
  stroke: #7329c2; }

.featured-item.style-3 {
  padding-left: 90px;
  background: #ffffff; }
  .featured-item.style-3 .featured-icon {
    position: absolute;
    left: 30px;
    top: 40px; }
  .featured-item.style-3 .featured-title h5 {
    margin-top: 0; }
  .featured-item.style-3:hover {
    background: #7329c2;
    color: #ffffff; }
    .featured-item.style-3:hover h5, .featured-item.style-3:hover i {
      color: #ffffff; }
  .featured-item.style-3::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.05);
    z-index: 1; }
  .featured-item.style-3::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .featured-item.style-3:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -70px);
    -moz-transform: translate(0px, -70px);
    -ms-transform: translate(0px, -70px);
    -o-transform: translate(0px, -70px);
    transform: translate(0px, -70px); }
  .featured-item.style-3:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -50px);
    -moz-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    -o-transform: translate(0px, -50px);
    transform: translate(0px, -50px); }

.dark-bg .featured-item.style-3 {
  background: none;
  box-shadow: none; }
  .dark-bg .featured-item.style-3:hover {
    background: #7329c2; }

.featured-item.style-4 {
  background: #ffffff; }
  .featured-item.style-4:before {
    -webkit-animation: featured-morphing 10s infinite;
    -moz-animation: featured-morphing 10s infinite;
    -o-animation: featured-morphing 10s infinite;
    animation: featured-morphing 10s infinite;
    content: "";
    position: absolute;
    left: -25%;
    bottom: -20%;
    background: rgba(255, 255, 255, 0.08);
    height: 60%;
    width: 150%; }
  .featured-item.style-4 .featured-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center; }
    .featured-item.style-4 .featured-icon i {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .featured-item.style-4 .featured-icon:before, .featured-item.style-4 .featured-icon:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0 solid rgba(255, 255, 255, 0.05);
      border-radius: 100%;
      -webkit-animation: da-pulse 1.5s ease-in-out 0s infinite;
      -moz-animation: da-pulse 1.5s ease-in-out 0s infinite;
      -o-animation: da-pulse 1.5s ease-in-out 0s infinite;
      animation: da-pulse 1.5s ease-in-out 0s infinite; }
    .featured-item.style-4 .featured-icon:before {
      background: rgba(3, 214, 101, 0.2);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .featured-item.style-4 .featured-icon:after {
      border-color: rgba(3, 214, 101, 0.05);
      border-width: 5px;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px; }
  .featured-item.style-4:hover {
    background: #03d665;
    color: #ffffff; }
    .featured-item.style-4:hover .featured-icon:before {
      background: rgba(255, 255, 255, 0.2); }
    .featured-item.style-4:hover .featured-icon:after {
      border-color: rgba(255, 255, 255, 0.05); }
    .featured-item.style-4:hover .featured-icon i {
      color: #ffffff; }
    .featured-item.style-4:hover h5 {
      color: #ffffff; }
.featured-item.style-5 {
  overflow: inherit;
  padding-top: 50px;
  background: #ffffff;
  margin-top: 50px;
  text-align: center; }
  .featured-item.style-5 .featured-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: -50px;
    margin-left: -50px;
    line-height: 130px;
    text-align: center; }
    .featured-item.style-5 .featured-icon i {
      color: #ffffff; }
    .featured-item.style-5 .featured-icon:before {
      width: 100%;
      height: 100%;
      background: #03d665;
      background: linear-gradient(58deg, #03d665 15%, #7329c2 100%);
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
      -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
      -webkit-animation: morphing 10s infinite;
      -moz-animation: morphing 10s infinite;
      -o-animation: morphing 10s infinite;
      animation: morphing 10s infinite;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }

/* ------------------------
    Button
------------------------*/
.btn {
  padding: 12px 25px;
  font-weight: 600;
  background: none;
  color: #122126;
  overflow: hidden;
  border-radius: 7px;
  border: none;
  position: relative;
  z-index: 9; }

.btn-sm {
  padding: 10px 20px; }

.dark-bg .btn, .theme-bg .btn {
  color: #ffffff; }

.btn.focus, .btn:focus {
  box-shadow: none; }
.btn:hover {
  color: #ffffff; }
.btn.btn-theme {
  background: #03d665;
  color: #ffffff; }
  .btn.btn-theme:hover {
    background: #7329c2; }
.btn.btn-dark {
  background: #0d092c;
  color: #ffffff; }
.btn.btn-border {
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-shadow: none; }

.dark-bg .btn.btn-border, .theme-bg .btn.btn-border {
  border: 2px solid rgba(255, 255, 255, 0.2); }

.btn.btn-circle {
  border-radius: 30px; }
.btn.btn-white {
  background: #ffffff;
  color: #122126; }
  .btn.btn-white.btn-border {
    border-color: #ffffff;
    background: none;
    color: #ffffff; }
  .btn.btn-white:hover {
    background: #ffffff;
    color: #ffffff; }
.btn + .btn {
  margin-left: 10px; }

.btn-simple {
  color: #122126;
  padding: 0;
  background: none !important;
  box-shadow: none;
  display: inline-block; }

.btn.btn-simple::before {
  padding: 0; }

.dark-bg .btn-simple, .theme-bg .btn-simple {
  color: #ffffff; }

.btn-simple:hover {
  color: #7329c2;
  box-shadow: none;
  background: none; }

.theme-bg .btn-simple:hover {
  color: #122126; }

.btn-iconic {
  position: relative;
  font-size: 30px;
  display: inline-block;
  padding-left: 0; }
  .btn-iconic::before {
    content: "";
    background: #7329c2;
    border-radius: 2px;
    height: 20px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: -1; }
  .btn-iconic:hover {
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px; }
    .btn-iconic:hover:before {
      width: 100%; }

.btn::before, .btn::after {
  content: '';
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #7329c2;
  z-index: -1; }
.btn span::before, .btn span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #7329c2;
  z-index: -1; }
.btn span::before {
  top: auto;
  bottom: 0; }
.btn span::after {
  top: auto;
  bottom: 0;
  left: 75%; }
.btn span::before {
  left: 25%; }
.btn::before {
  left: 0; }
.btn::after {
  left: 50%; }
.btn:hover::before, .btn:hover::after {
  height: 100%; }
.btn:hover span::before, .btn:hover span::after {
  height: 100%; }

/* ------------------------
    Price Table
------------------------*/
.price-table {
  padding: 50px 30px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  text-align: center; }

.price-title {
  text-transform: capitalize;
  font-weight: 400;
  color: #122126;
  margin-bottom: 20px; }

.price-header {
  position: relative;
  z-index: 9; }

.price-value {
  display: inline-block;
  margin-bottom: 20px; }
  .price-value h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #03d665;
    margin-bottom: 0;
    position: relative;
    display: inline-block; }
    .price-value h2 span {
      font-weight: normal; }
  .price-value > span {
    margin: 5px 0;
    display: block;
    color: #7329c2; }

.price-list ul li {
  position: relative;
  display: block;
  margin-bottom: 20px; }
.price-list li i {
  color: #03d665;
  line-height: 20px;
  font-size: 20px; }

.price-table.active {
  padding: 80px 30px;
  z-index: 9; }
.price-table.style-2 {
  text-align: left;
  padding: 50px 30px; }
  .price-table.style-2:hover, .price-table.style-2.active {
    background: #03d665; }
  .price-table.style-2 .price-title {
    color: #03d665;
    margin-bottom: 30px; }
  .price-table.style-2 .price-value {
    position: absolute;
    right: -50px;
    top: -80px;
    margin-bottom: 0; }
    .price-table.style-2 .price-value h2 {
      color: #122126;
      height: 130px;
      width: 130px;
      border-radius: 50%;
      text-align: center;
      line-height: 150px;
      font-size: 34px; }
.price-table.style-4 .price-value h2 {
  color: #122126;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-size: 34px; }
.price-table.style-2 .price-value h2:before, .price-table.style-2 .price-value h2:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 solid rgba(115, 41, 194, 0.05);
  border-radius: 100%;
  -webkit-animation: da-pulse 1.5s ease-in-out 0s infinite;
  -moz-animation: da-pulse 1.5s ease-in-out 0s infinite;
  -o-animation: da-pulse 1.5s ease-in-out 0s infinite;
  animation: da-pulse 1.5s ease-in-out 0s infinite; }
.price-table.style-2 .price-value h2:before {
  background: rgba(115, 41, 194, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.price-table.style-2 .price-value h2:after {
  border-color: rgba(115, 41, 194, 0.05);
  border-width: 5px;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px; }
.price-table.style-2:hover li, .price-table.style-2.active li, .price-table.style-2:hover .price-title, .price-table.style-2.active .price-title, .price-table.style-2:hover i, .price-table.style-2.active i, .price-table.style-2:hover .price-value h2, .price-table.style-2.active .price-value h2 {
  color: #ffffff; }
.price-table.style-3 {
  text-align: left;
  padding: 0;
  padding-bottom: 50px; }
  .price-table.style-3:hover, .price-table.style-3.active {
    background: #03d665; }
  .price-table.style-3 .price-title {
    margin-bottom: 0; }
  .price-table.style-3 .price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border-bottom: 2px solid #fafdfd; }
  .price-table.style-3 .price-value {
    margin-bottom: 0; }
  .price-table.style-3:hover li, .price-table.style-3.active li, .price-table.style-3:hover i, .price-table.style-3.active i {
    color: #ffffff; }
  .price-table.style-3 .price-list {
    margin: 30px 30px 0; }
  .price-table.style-3 .btn {
    margin-left: 30px; }
.price-table.style-4 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .price-table.style-4 .price-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .price-table.style-4 .price-list {
    width: 50%; }
    .price-table.style-4 .price-list ul li {
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 1%;
      width: 48%; }
      .price-table.style-4 .price-list ul li:nth-child(2n+2) {
        margin-bottom: 0;
        margin-right: 0; }
      .price-table.style-4 .price-list ul li:nth-child(3) {
        margin-bottom: 0; }
  .price-table.style-4 .price-title, .price-table.style-4 .price-value {
    margin-bottom: 0; }
  .price-table.style-4 .price-title {
    margin-right: 50px; }
  .price-table.style-4 .price-value h2 {
    line-height: 130px; }
    .price-table.style-4 .price-value h2:before {
      width: 100%;
      height: 100%;
      background: #ffffff;
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
      -webkit-box-shadow: 5px 5px 8px #03d665;
      -moz-box-shadow: 5px 5px 8px #03d665;
      -o-box-shadow: 5px 5px 8px #03d665;
      box-shadow: 5px 5px 8px #03d665;
      -webkit-animation: morphing 10s infinite;
      -moz-animation: morphing 10s infinite;
      -o-animation: morphing 10s infinite;
      animation: morphing 10s infinite;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }

/* ------------------------
    Portfolio
------------------------*/
.portfolio-filter {
  display: inline-block;
  margin: 0 auto 50px;
  text-align: center; }
  .portfolio-filter button {
    position: relative;
    background: none;
    padding: 8px 30px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #122126;
    float: left;
    text-transform: capitalize; }
    .portfolio-filter button:focus {
      outline: none;
      outline-style: none;
      outline-offset: 0; }
    .portfolio-filter button.is-checked, .portfolio-filter button:hover {
      background: #03d665;
      color: #ffffff; }
    .portfolio-filter button + button {
      margin-left: 20px; }

.isotope .grid-item img {
  width: 100%; }

.theme-bg .portfolio-filter button.is-checked, .theme-bg .portfolio-filter button:hover {
  background: #ffffff;
  color: #03d665; }

.grid .grid-item {
  padding: 10px; }
.grid.columns-2 .grid-item {
  width: 50%; }

.masonry.columns-2 .masonry-brick {
  width: 50%; }

.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick {
  width: 33.333333%; }

.grid.columns-4 .grid-item {
  width: 25%; }

.masonry.columns-4 .masonry-brick {
  width: 25%; }
.masonry .masonry-brick {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative; }

.grid.no-gutters .grid-item {
  padding: 0; }

.masonry.no-gutters .masonry-brick {
  padding: 0;
  margin: 0; }

.portfolio-item {
  overflow: hidden;
  position: relative;
  border-radius: 7px; }

.portfolio-title {
  background: #ffffff;
  padding: 30px;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }
  .portfolio-title h4 {
    margin-bottom: 0;
    margin-top: 10px; }
    .portfolio-title h4 a {
      color: #122126; }
      .portfolio-title h4 a:hover {
        color: #03d665; }
  .portfolio-title span {
    color: #7329c2;
    text-transform: uppercase; }

.portfolio-item:hover .portfolio-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.popup-img {
  display: block;
  font-size: 30px;
  border-radius: 7px;
  color: #122126;
  background: #ffffff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  position: absolute;
  top: 3.9rem;
  right: 3rem;
  z-index: 500; }

.portfolio-item:hover .popup-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.portfolio-meta li {
  position: relative;
  padding-left: 60px; }
  .portfolio-meta li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #03d665;
    font-size: 40px;
    line-height: 40px; }
  .portfolio-meta li span {
    color: #122126;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px; }

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar {
  margin: 20px 0; }
  .ht-progress-bar h4 {
    color: #122126;
    font-weight: 600;
    font-size: 16px; }
  .ht-progress-bar .progress {
    height: 3px;
    background: #eceff8;
    overflow: visible;
    border-radius: 30px;
    align-items: center;
    position: relative; }
    .ht-progress-bar .progress .progress-bar {
      height: 6px;
      background-color: #03d665;
      overflow: visible;
      border-radius: 30px; }
  .ht-progress-bar .progress-parcent {
    position: absolute;
    right: 0;
    top: -35px;
    color: #7329c2;
    font-size: 16px;
    font-weight: 600; }

/*# sourceMappingURL=base.css.map */
