
/*===============
Css Indexing
=================
* Base CSS

=================*/

/*=============
Base CSS 
==============*/
.logo-text {
    font-size: 110px !important;
    font-weight: 700;
    color: #a530d5 !important;
}
/* .logo-text span {
    color: #a530d5;
} */

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
    color:#373737;
    font-family: 'Poppins', sans-serif;;
}
body {
   font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
a:hover { 
    text-decoration: none 
}
.main-menu {
    background-color: #43474D;
}
.boxed-btn:focus{
    outline: none;
    text-decoration: none;
}
.button-group {
    margin: -5px;
    margin-bottom: 50px;
}
.boxed-btn {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px;
    background: #a530d5;
}
.boxed-btn:nth-child(even) {
    background: #232323;
}
.boxed-btn:hover {
    color: #fff;
}
.header-area{
    padding: 187px 0 200px 0;
    position: relative;
    z-index: 1;
}
.header-area:after{
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .75;
}
.header-bg{
    background: url(../img/banner.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.page-showcase {
    background: #fff;
    padding: 115px 0 70px 0;
}
.header-area h2 {
    font-size: 50px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}
img.header-logo {
    margin-bottom: 10px;
    width: 300px;
}
.header-area p {
    font-size: 18px;
    color: #f5f5f5;
    line-height: 28px;
    max-width: 700px;
    margin: 0 auto;
}
.showcase-thumb {
    position: relative;
}
.showcase-thumb:after{
    background: #000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    opacity: .6;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.showcase-thumb a {
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: .5s;
    background-color: #6a38da;
}
.showcase-thumb a:hover{
    opacity: .8;
}
.showcase-thumb:hover{
    box-shadow: 0 0 45px 0 #e4dfdf;
}
.showcase-thumb:hover:after{
    visibility: visible;
    opacity: .6;
}
.showcase-thumb:hover .hover{
    opacity: 1;
    visibility: visible;
    transform: scale(1.2);
    z-index: 2;
}
.single-showcase {
    margin-bottom: 30px;
}

.single-showcase h1 {
    color: #fff;
    padding: 20px;
    font-size: 24px;
    
}
.footer-section {
    background: #141414;
    color: #e5e5e5;
    padding: 20px;
    font-size: 14px;
}
.social-links.text-right a {
    background-color: #141414;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}
a.logo img {
    margin-top: 15px;
}

.main-menu .boxed-btn {
    margin-top: 11px;
    margin-bottom: 14px;
}
.showcase-thumb .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}
.showcase-thumb .hover h4{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px
}
.single-showcase{
    box-shadow: 0 0 15px 0 #e4dfdf;
}
.gray-bg{
    background-color: #fbfbfb;
}
/*-----------------------
    Section Title
----------------------*/
.section-title{
    margin-bottom: 80px;
}
.section-title .title{
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
}
.section-title .subtitle{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a530d5;
    display: block;
    margin-bottom: 10px;
}
/*--------------------
    Header Area
-------------------*/
.header-area .btn-wrapper .boxed-btn:hover {
    background-color: #a530d5;
    color: #fff;
    border-color: #a530d5;
}
.header-area .btn-wrapper .boxed-btn{
    margin: 0 10px;
    width: 170px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,1);
    color: #ffffff;
    transition: .3s ease-in;
}
.header-area .btn-wrapper .boxed-btn:last-child{
    width: 190px;
}
.header-area .btn-wrapper{
    margin-top: 40px;
}
/*---------------------------
    Particles css
-------------------------*/
canvas {
    display: block;
    vertical-align: bottom;
  } /* ---- particles.js container ---- */
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    left: 0;
    top: 0;
  } /* ---- stats.js ---- */
  .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  .js-count-particles {
    font-size: 1.1em;
  }
  #stats,
  .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
  }
  #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  .count-particles {
    border-radius: 0 0 3px 3px;
  }
  /*-----------------------------
    Inner Pages
  -----------------------------*/
.section-title.extra{
    margin-bottom: 68px;
}
  .inner-page-area{
      padding: 114px 0 70px 0;
  }
  .feature-list-area{
      padding: 115px 0 90px 0;
  }
  .single-feature-list{
      text-align: center;
      border: 2px solid #e5e5e5;
      border-radius: 6px;
      margin-bottom: 30px;  
      padding: 40px 40px 40px 40px;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
      transition: .3s ease-in;
  }
  .single-feature-list:hover{
    box-shadow: 0 0 45px rgba(0,0,0,0.2);
  }
  .single-feature-list:hover .content .title{
      color: #a530d5;
  }
  .single-feature-list .icon{
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 15px;
  }
  .single-feature-list .title{
      font-size: 26px;
      font-weight: 700;
      line-height: 36px;
      transition: .3s ease-in;
  }
  .icon.img {
    margin-bottom: 9px;
}
.single-feature-list .icon img{
    filter: grayscale(100%);
}
.single-feature-list {
    min-height: 220px;
}
.home-version .showcase-thumb {
    max-height: 650px;
    overflow: hidden;
}
.all-page .showcase-thumb {
    max-height: 400px;
    overflow: hidden;
}
.showcase-thumb a.hover-btn {
    background-color: #a530d5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.showcase-thumb img {
    width: 100%;
    height: 100%;
}








