/*=== MEDIA QUERY ===*/
/** --------------------------------------------------
Author       : Dreambuzz
Template Name: Velbox- Startup Agency Template 
Author URI : themeturn.com
Description: Velbox,Startup Agency Template,it, onepage,clean,bootstrap4, responsive,modern,agency,landing template.
Version      : 1.0
* -------------------------------------------------  */
/*-----------------------------
 CSS INDEXING
* --------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.BUTTONS STYLE
* 04.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -BACKGROUND
* 05.FEATURES CSS STYLE
* 06.SERVICE CSS STYLE
* 07.ABOUT CSS STYLE
* 08.PRICING CSS STYLE
* 09.TESTIMONIAL STYLE
* 10.LATEST BLOG CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #6c757d;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, sans-serif;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #222;
  font-weight: 600;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
  line-height: 1.2;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #662E93;
}

/*--------------------
Common Styles
-----------------*/

.iconPl {
color: #662e93;
font-size: 18px;
}

.iconPlP {
color: #fff;
font-size: 18px;
}

.section-heading {
  margin-bottom: 80px;
}

.section {
  position: relative;
  padding: 4.125rem 0;
}

@media (min-width: 768px) {
  .section {
    padding: 4.5rem 0;
  }
}

.section-top {
  padding-top: 8.125rem;
}

.section-bottom {
  padding-bottom: 8.125rem;
}

@media (min-width: 768px) {
  .section-top {
    padding-top: 10.3125rem;
  }
}

.bg-amarelo {
  background: #662E93;
}

.text-amarelo {
  color: #662E93 !important;
}

.bg-grey {
  background: #F4F7FC;
}

.text-right {
  float: right !important;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-size: 15px;
  font-weight: 300;
  position: relative;
  text-transform: capitalize;
  padding: .85rem 2rem;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  letter-spacing: .5px;
  border-radius: 50px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
}

.btn:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  background: #662E93;
  border-color: #662E93;
  color: #fff;
}

.btn-main:hover {
  color: #fff;
}

.btn-white {
  background: transparent !important;
  color: #070707;
  border-color: #070707;
}

.btn-white:hover {
  background: #070707 !important;
  color: #662E93;
}

.btn-border-tp {
  border-color: #662E93;
  background: transparent;
  color: #fff;
}

.btn-border-tp:hover {
  background: #662E93;
  color: #fff !important;
}

.btn-main-2 {
  border-color: #fff;
  color: #fff !important;
}

.btn-main-3 {
  border-color: #070707;
  color: #070707 !important;
}

.btn-main-2-color{
    background: #662E93 !important;
}

.btn-main-fcolor{
    color: #fff !important;
}

.btn-main-fcolor:hover{
    color: #070707 !important;
    border-color: transparent;
}

/*------------------------
 BACKGROUND
----------------------------*/
.gradient-bg {
  background-image: linear-gradient(25deg, #662E93 0%, #21c87a 100%);
  background-repeat: repeat-x;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.bg-cover,
.bg-overlay,
.bg-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-overlay:before {
  content: "";
  opacity: .55;
  background-color: #212529;
}

.bg-primary {
  background: #662E93 !important;
}

a {
  color: #6c757d;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #662E93;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.text-color-2 {
  color: #662E93;
}

/*--------------------------
PAGE BANNER
--------------------------*/
.page-banner-area {
  padding: 96px 0px 90px;
  position: relative;
}

.overlay {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.form-control {
  border-radius: 0px;
  height: 45px;
}

/*-------------------
   MENU
----------------------*/
.header-padding {
  padding: 0px 130px;
}

.main-navigation {
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-navigation .btn {
  padding: .65rem 1rem;
  background: transparent;
}

.main-navigation .btn:hover {
  background: #662E93;
}

.nav-item {
  padding: 6px 6px;
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 300;
  font-size: 15px;
  /*text-transform: capitalize;*/
}

.nav-item.active {
  position: relative;
}

.nav-item.active:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background: #662E93;
  right: 0px;
  margin: 0 auto;
}

.nav-item.active .nav-link {
  color: #fff;
}

.navbar {
  position: relative;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
  background-color: #070707;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  margin-top: 9px;
  /*box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);*/
  border: 0px;
  padding: 0px;
  position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-bar.fixed-header .main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(20, 27, 40, 0.9);
  border-color: transparent;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu {
  opacity: 0;
  width: 370px;
}
@media (max-width: 480px) {
  .dropdown-menu {
  opacity: 0;
  width: 320px;
}
}

.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
          animation: .2s forwards b;
}

@-webkit-keyframes b {
  to {
    opacity: 1;
  }
}

@keyframes b {
  to {
    opacity: 1;
  }
}

.dropdown-item {
  font-size: 15px;
  font-weight: 500;
  padding: 10px !important;
  width: 95%;
  transition: background-color .1s;
}

.dropdown-item:hover {
  color: #662E93;
  text-decoration: none;
  background-color: #070707;
}

.navbar-collapse.collapse.show {
  background: transparent;
  border-radius: 10px;
}

@media (max-width: 480px) {
  .nav-item.dropdown .dropdown-menu {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .nav-item.dropdown .dropdown-menu {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .nav-item.dropdown .dropdown-menu {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
  }
}

.header-white {
  background: #070707;
  z-index: 999999;
}

/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 2rem 0;
}

.py-8 {
  padding: 8.5rem 0;
}

/*-------------------------
 HOME -2 
-----------------------------*/
.maquina {
  padding: 30px;
}

.banner {
  position: relative;
  background: url("/images/bg/home.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  /*background: #383967;*/
  padding-bottom: 130px;
}

.banner-criacao-de-site {
  position: relative;
  background: url("/images/bg/about-shape.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  /*background: #383967;*/
  padding-bottom: 130px;
}


.banner-conta-digital {
  position: relative;
  background: url("/images/bg/cambio.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 60px;
}

.banner-saude {
  position: relative;
  background: url("/images/bg/saude.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 60px;
}

.banner-recarga {
  position: relative;
  background: url("/images/bg/recarga.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 60px;
}

.banner-boleto {
  position: relative;
  background: url("/images/bg/boleto.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 60px;
}

.banner-cartao {
  position: relative;
  background: url("/images/bg/cartao.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 60px;
}

.banner-pix {
  position: relative;
  background: url("/images/bg/pix.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-app {
  position: relative;
  background: url("/images/bg/app.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.banner-app h1{
  font-size: 36px;
  font-weight: 100;
}

.main-banner-maquina {
  padding: 50px 0px;
}

.main-banner-maquina p {
  margin-bottom: 40px;
}

.main-banner-maquina .display-4 {
  margin-top: 45px;
  font-weight: 700;
}

.main-banner {
  padding: 100px 0px;
}

.main-banner p {
  margin-bottom: 40px;
}

.text-white{
  color: #fff;
}

.border-bottom {
  border-bottom: 1px solid #2a2a2a;
}

.text-right-menu{
  float: right;
  margin-top: 5px;
}

.display-4 {
  font-size: 3.0rem;
}

.main-banner .display-4 {
  margin-top: 45px;
  font-weight: 700;
}

.banner-img {
  padding-top: 70px;
}

@media (max-width: 480px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 400px) {
  .display-4 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

.flutuar{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.flutuar:hover{
	-webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
}

.bg-3 {
  position: relative;
  background: url("../images/banner/service.jpg") no-repeat 50% 50%;
  background-size: cover;
}

#banner-4 {
  position: relative;
  background: url("../images/banner/banner-2.jpg") no-repeat;
  background-size: cover;
}

.section-subtitle {
  font-size: 15px;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 25px;
  background-color: #662E93;
}

.about-block .process {
  margin-right: 30px;
}

.about-block .number {
  width: 50px;
  height: 50px;
  background: #662E93;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}

.text-lg {
  font-size: 48px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -2px;
}

.feature {
  margin-top: -120px;
  position: relative;
  z-index: 9999;
}

.feature-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9999;
}

.feature-item {
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.feature-item p {
  margin-bottom: 0px;
}

.feature-item h4 {
  position: relative;
}

.feature-item h4:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 57px;
  background: #662E93;
  width: 30px;
  height: 2px;
  transition: all .45s ease;
}

.feature-item:before {
  background: #662E93;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all .45s ease;
}

.feature-item:hover:before {
  width: 100%;
}

.feature-item h4, .feature-item p, .feature-item i {
  transition: all .45s ease;
}

.feature-item:hover h4,
.feature-item:hover p,
.feature-item:hover i {
  color: #fff !important;
}

.feature-item:hover h4:before {
  background: rgba(255, 255, 255, 0.5);
}

.video-section {
  position: relative;
}

.video-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: .8;
}

.video-section .video-play {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-section .video-play i {
  font-size: 40px;
  width: 120px;
  height: 120px;
  background: #662E93;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 40px;
}

.cta-baas {
  background: url("../images/banner/baas.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.cta-2 {
  background: url("../images/banner/service.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.cta-4 {
  background: url("../images/banner/webhook.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.cta-3 {
  background: url("../images/banner/seguro-caucao.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.cta-content {
  padding: 65px;
  border-radius: 15px;
}
@media (max-width: 480px) {
  .cta-content {
    padding: 25px;
  }
}

.cta-content h2, .cta-content p {
  color: #fff;
}

.cta-content p {
  margin-bottom: 35px;
}

.cta {
  position: relative;
  background: url("../images/banner/service.jpg") no-repeat;
  background-size: cover;
}

.cta-dev {
  position: relative;
  background: url("../images/banner/dev.jpg") no-repeat;
  background-size: cover;
}

.cta:before {
  background: #662E93;
  opacity: .9;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.counter-block span {
  color: #662E93;
  font-size: 70px;
  line-height: 1.4;
}

.page-banner-area {
  position: relative;
  background: url("/images/bg/peoples.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
}

.iconH {
  margin-right: 10px;
  color: #662E93;
  font-weight: 700;
}

.textH {
  font-size: 14px;
  color: #222222;
}

.newMenu{
  margin: 10px;
  border-radius: 10px;
  background-color: #eee;
  color: #2a2a2a;
  font-weight: 300;
}

.imgMenu {
  margin: 10px;
  border-radius: 10px;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 400px) {
  .feature-item h4:before {
    display: none;
  }
  .service-item-block {
    display: block !important;
  }
  .service-item-block .icon {
    margin-bottom: 20px;
  }
  .about-block {
    display: block !important;
  }
  .about-block .process {
    margin-bottom: 20px;
  }
  .test-author-thumb {
    display: block !important;
  }
  .test-author-thumb .img-block {
    margin-bottom: 10px;
  }
  .cta-content {
    padding: 30px;
  }
  .footer-socials a {
    margin-bottom: 5px;
  }
  .footer-btm-menu a {
    margin-left: 0px;
    margin-left: 25px;
  }
  .pricing-box {
    padding: 20px 20px !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .test-author-thumb {
    display: block !important;
  }
  .test-author-thumb .img-block {
    margin-bottom: 10px;
  }
}

.service-block {
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 40px 20px;
  position: relative;
}

.service-block .content {
  margin-top: 20px;
}

.service-block i {
  color: #662E93;
}

.service-block:before {
  background: #662E93;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all .45s ease;
}

.service-block:hover:before {
  width: 100%;
}

.service-block h4, .service-block p, .service-block i {
  transition: all .45s ease;
}

.service-block:hover h4,
.service-block:hover p,
.service-block:hover i {
  color: #fff !important;
}

.service-conta-digital {
  position: relative;
  background: url("/images/bg/conta-digital.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-maquina {
  position: relative;
  background: url("/images/bg/maquina.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-whitelabel {
  position: relative;
  background: url("/images/bg/whitelabel.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-baas {
  position: relative;
  background: url("/images/bg/baas-bg.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}


.service-escrow {
  position: relative;
  background: url("/images/bg/escrow.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-garantida {
  position: relative;
  background: url("/images/bg/seguro-fianca.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-rc {
  position: relative;
  background: url("/images/bg/home-rc.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-conta-digital-pj {
  position: relative;
  background: url("/images/bg/conta-digital-pj.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-2 {
  position: relative;
  background: url("/images/bg/about-shape.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-2 .section-heading {
  margin-bottom: 50px;
}

.service-item-block {
  padding: 30px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #fff;
}

.service-item-block i {
  color: #662E93;
  margin-bottom: 10px;
}

.service-item-block:hover {
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
}

.service-img {
  margin-top: -20px;
}

.primary-bg {
  background: #662E93;
}

.secondary-bg {
  background: #070707;
}

.pricing-box {
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all .45s ease;
}

.pricing-box .price h2 {
  font-size: 70px;
}

.pricing-box .price-features {
  margin: 30px 0px;
}

.pricing-box .price-features li {
  padding: 1px 0px;
}

.pricing-box .featured {
  position: absolute;
  right: 0px;
  top: 30px;
  background: #662E93;
  display: inline-block;
  padding: 4px 19px;
  color: #fff;
  border-radius: 20px 0px 0px 20px;
  font-weight: 600;
  transition: all .45s ease;
}

.pricing-box .btn {
  transition: all .45s ease;
}

.pricing-box:hover {
  border: 1px solid #662E93;
}

.pricing-box:hover .featured {
  background: #662E93;
}

.pricing-box:hover .btn {
  background: #662E93;
  border-color: #662E93;
}

.card.blog-item {
  border: 0px;
}

.card.blog-item .card-footer {
  background: transparent;
}

.card.blog-item .read-more {
  font-size: 14px;
  color: #662E93;
  font-weight: 600;
}

.card.blog-item .section-subtitle {
  color: #222;
}

.blog-item {
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  background: #fff;
  border-radius: 3px;
}

.blog-item .blog-item-content {
  padding: 30px;
  border-top: 5px solid transparent;
  transition: all 600ms;
}

.blog-item:hover .blog-item-content {
  border-top: 5px solid #662E93;
  cursor: pointer;
}

.blog-item:hover h4 > a {
  color: #662E93;
}

.blog-item .card-footer {
  padding: 10px  30px;
}

.text-color {
  color: #662E93;
}

.post-navigation a {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
}

.post-navigation a:hover {
  background: #662E93;
  color: #fff;
  border-color: #662E93;
}

.post-navigation a.active {
  background: #662E93;
  color: #fff;
  border-color: #662E93;
}

.sidebar-widget {
  background: #F4F7FC;
  padding: 30px;
}

.sidebar-widget h5 {
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background: #662E93;
}

.sidebar-widget.category ul li {
  padding: 10px 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-widget.category ul li:last-child {
  border-bottom: 0px;
}

.sidebar-widget.tags a {
  display: inline-block;
  padding: 5px 12px;
  text-transform: capitalize;
  margin-bottom: 4px;
  background: #fff;
}

blockquote {
  font-size: 20px;
  padding: 40px;
  border-left: 3px solid #662E93;
  background: #eee;
}

.single-tags li a {
  display: inline-block;
  padding: 5px 14px;
  text-transform: capitalize;
  margin-bottom: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
.test-item {
  padding: 40px;
  position: relative;
  background: #fff;
  transition: all .7s ease;
  margin: 0px 5px;
  margin-bottom: 40px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.test-item:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 90%;
  background: #662E93;
  bottom: -30px;
  border-radius: 15px;
  margin: 0 auto;
  z-index: -1;
}

.test-item i {
  font-size: 60px;
  opacity: .6;
  position: absolute;
  right: 40px;
  bottom: 20px;
  color: #662E93;
}

.test-item:hover {
  cursor: pointer;
}

.test-author-thumb .img-block {
  margin-top: -8px;
}

.test-author-thumb img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  border: 5px solid #eee;
}

.testimonial-item-content {
  margin-top: 20px;
}

/*----------------------
 TETSIMONIAL-2
-------------------------*/
.testimonial .content img {
  margin: 0 auto 30px;
  border: 3px solid #fff;
}

.img-md {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.test-block {
  background: #fff;
  margin: 0px 1px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 40px;
}

.test-block h2 {
  text-transform: capitalize;
  color: #662E93;
}

/*---------------------------
CONTACT PAGE
-----------------------------*/
.contact-info-block {
  border: 1px solid #eee;
  padding: 40px 20px;
}

.contact-info-block h4 {
  margin-bottom: 0px;
}

.contact-info-block i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
  color: #662E93;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  background: #fff;
  height: 60px;
  padding-left: 15px;
}

.form-control:focus, .form-control:hover {
  border-color: #662E93;
  box-shadow: none;
}

/* --------------
    MAP
-----------------*/
#map {
  height: 400px;
  width: 100%;
}

/*----------------------
 FOOTER
-----------------------*/
.lh-35 {
  line-height: 35px;
}

.footer {
  padding: 80px 0px 20px 0px;
}

.footer-links a {
  line-height: 38px;
  font-size: 15px;
  text-transform: capitalize;
  color: #6c757d;
}

.footer-links a:hover {
  color: #662E93;
}

.footer-links i {
  width: 25px;
}

.footer-copy {
  font-size: 16px;
}

.current-year {
  color: #662E93 !important;
}

.footer-btm-menu a {
  margin-left: 25px;
  color: #222;
  font-weight: 600;
}

.footer-btm-menu a:hover {
  color: #662E93;
}

.footer-socials a {
  color: #662E93;
  width: 40px;
  height: 40px;
  background: #F4F7FC;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  border-radius: 3px;
}

.footer-socials a:hover {
  color: #662E93;
  background: #222;
}

.text-black {
  color: #070707 !important;
}

/*-----------------------------
 SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
  position: fixed;
  content: "";
  right: 30px;
  bottom: 50px;
  z-index: 999;
  background: #662E93;
  color: #fff !important;
  border-radius: 100%;
  opacity: 0;
}

.scroll-to-top i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  display: block;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover, .scroll-to-top:focus {
  text-decoration: none;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

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