
/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'HelveticaRoman', sans-serif;
    color: #4e4e4e;
    /*text-shadow: 0px 0px 2px rgba(190,170,206,0.4);*/
    line-height: 22px;
    text-align:left;
}
.me{
    border-radius: 3px;
    background:white;
    padding:7px;
    border:1px solid #ccc;
    max-width:50%;
}
.devices{
    border-radius: 3px;
    background:white;
    padding:7px;
    border:1px solid #ccc;
    max-width:100%;
    margin:25px auto;
}

/* people */
.w3-black, .w3-hover-black:hover{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(87,87,87,1) 35%, rgba(232,232,232,1) 100%)!important;
    border-bottom:1px solid white;
    box-shadow: 0!important;
}
.w3-container, .w3-panel {
    padding: 25px!important;
}
.w3-container h4{
    color: hsl(273, 59%, 58%) !important;
}



h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 600;
    font-family: 'HelveticaBold', sans-serif;

}
b,strong{
    font-weight: 600;
    font-family: 'HelveticaBold', sans-serif;
}
i, em {
    font-family: 'HelveticaItalic';
    font-style:italic;
}

p.center, .center{
    text-align:center;
}

h1 {
    font-size: 36px;
/*    color: #fff;*/
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

img{
    max-width: 100%;
}

h4 {
    font-size: 16px;
}

a {
    color: hsl(273, 59%, 58%);;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: hsl(273, 59%, 58%);;
}

.red{color:#fb4b68!important;}
.orange{color:#fd850f!important;}
.gold{color:#fdd90f!important;}
.green{color:#35b96a!important;}
.blue{color:#0fb7fd!important;}
.teal{color:#0ad9b9!important;}
.white{color:#fff!important;}
.violet{color:#ab81ce!important;}
.black{color:#000!important;}



hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    padding: 8px 20px;
    background: hsl(273, 59%, 58%);
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: hsl(273, 59%, 58%);;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

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

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding: 30px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page-title{
    padding: 60px 0;
}

.page-title h1{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 64px;
    animation: glow 3s ease-in-out infinite alternate;
}
.error h1{
    color: #fff;
    animation: glow 3s ease-in-out infinite alternate;
}


@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #000000, 0 0 3px #000000, 0 0 3px #ff0000, 0 0 3px #e60000, 0 0 3px #f67373, 0 0 3px #e60000, 0 0 30px #c0c0c0;
  }
  
  to {
    text-shadow: 0 0 20px #080505, 0 0 3px #ff4da6, 0 0 3px #ff4da0, 0 0 3px #ff4da6, 0 0 3px #ff4da6, 0 0 3px #ff4da6, 0 0 30px #ff4da6;
  }
}


/*************************
*******Header******
**************************/

img.logo{
    width:70px;
    height:70px;
}

#header .search {
    display: inline-block;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #191919;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.top-number {
    color: #fff;
}

.top-number p {
    margin: 0
}

.social {
    text-align: right;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: #ab81ce;
    color: #fff;
}

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #151515;
    padding: 0 0;
}

.navbar-nav {
    margin-top: 12px;
}

ul.navbar-nav{
    padding-top:5px;
    max-height:30px;
    margin-left:50px;
    padding-right:30px;
    margin-bottom:20px;
}

.navbar-nav>li {
    margin-left: 20px;
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    font-weight: 400;
    letter-spacing:.5;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    font-weight: 400;
    letter-spacing:.5;
    text-transform: uppercase;
    background: linear-gradient(to right,  #78e4ff, #ff48fa );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #111;
    color: #78e4ff;
}


.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background: linear-gradient(to right,  #78e4ff, #ff48fa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .90);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: -15px;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
    background: linear-gradient( to right, #bba6fd,  #bba6fd );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
    overflow:hidden;
}

/*************************
******* Splash Page ******
**************************/

#splash-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#splash-slider .carousel .carousel-content {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

#splash-slider .carousel .slide-margin {
    margin-top: 140px;
}

#splash-slider .carousel h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff;
}

#splash-slider .carousel .btn-slide {
    padding: 0 30px;
    line-height: 42px;
    background:transparent;
    color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #ab51ff;
    
}
#splash-slider .carousel .btn-slide {
    padding: 0 50px;
    line-height: 42px;
    background:transparent;
    /*background-image: linear-gradient(#0a76e4, #8651ff,#ab51ff);*/
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(#000, #222), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
}


#splash-slider .carousel .btn-slide2.white {
    padding: 0 50px;
    line-height: 42px;
    background:transparent;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    
    border: 2px solid rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
    opacity:.25;
}

#splash-slider .carousel .btn-slide2.white:hover,#splash-slider .carousel .btn-slide:hover {
    padding: 0 50px;
    line-height: 42px;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    
    border: 2px solid #666;
    background: #666;
    opacity:.25;
}

#splash-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}

#splash-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    
    	background: linear-gradient(-45deg, #000, #000, #ab51ff, #0a76e4);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
    
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 1100px;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    animation 15s;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	75% {
		background-position: 100% 100%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#splash-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#splash-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#splash-slider .prev,
#splash-slider .next {
    position: absolute;
    top: 50%;
    background: -webkit-linear-gradient(#78e4ff,  #ff48fa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    color: #fff;
    font-size:18px;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 25px;
    z-index: 5;
    border:1px solid #000;
}

#splash-slider .prev:hover,
#splash-slider .next:hover {
    border:1px solid #000;
    background: -webkit-linear-gradient(#fff,  #fefefe );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#splash-slider .prev {
    left: 10px;
}

#splash-slider .next {
    right: 10px;
}

#splash-slider .carousel-indicators {
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 80px;
}

#splash-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 5px;
    position: relative;
    border: 1px solid #fff;
}

#splash-slider .carousel-indicators li.active {
  background-image: linear-gradient(#78e4ff,  #ff48fa);
}

#splash-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#splash-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#splash-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#splash-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.btn-slide {
    padding: 0 50px;
    line-height: 32px;
    background:transparent;
    /*background-image: linear-gradient(#0a76e4, #8651ff,#ab51ff);*/
    color: #000;
    border-radius: 30px;
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
    letter-spacing:1px;
    font-weight:700;
    text-transform:uppercase;
    margin-right: 10px;
    
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(#000, #222), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

/*************************
*******Home Page******
**************************/

#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

#main-slider .carousel .slide-margin {
    margin-top: 140px;
}

#main-slider .carousel h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff;
}

#main-slider .carousel .btn-slide {
    padding: 0 30px;
    line-height: 42px;
    background:transparent;
    color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #ab51ff;
    
}
#main-slider .carousel .btn-slide {
    padding: 0 50px;
    line-height: 42px;
    background:transparent;
    /*background-image: linear-gradient(#0a76e4, #8651ff,#ab51ff);*/
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(#000, #222), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
}


#main-slider .carousel .btn-slide2.white {
    padding: 0 50px;
    line-height: 42px;
    background:transparent;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    
    border: 2px solid rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
    opacity:.25;
}

#main-slider .carousel .btn-slide2.white:hover,#main-slider .carousel .btn-slide:hover {
    padding: 0 50px;
    line-height: 42px;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    
    border: 2px solid #666;
    background: #666;
    opacity:.25;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 430px;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background: -webkit-linear-gradient(#78e4ff,  #ff48fa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    color: #fff;
    font-size:18px;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 25px;
    z-index: 5;
    border:1px solid #000;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    border:1px solid #000;
    background: -webkit-linear-gradient(#fff,  #fefefe );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators {
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 80px;
}

#main-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 5px;
    position: relative;
    border: 1px solid #fff;
}

#main-slider .carousel-indicators li.active {
  background-image: linear-gradient(#78e4ff,  #ff48fa);
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}
.line0{
   height:1px;
   padding:0;
   margin:0;
  background-image: linear-gradient(to right, #78e4ff,  #ff48fa);
}
.line{
   height:10px;
   padding:0;
   margin:0;
  background-image: linear-gradient(to right, #78e4ff,  #ff48fa);
}



#feature {
    padding-bottom: 40px;
    background-image: linear-gradient(#000, #2d2d2d);
    
}

#feature h2{
    text-align:center;
    background: -webkit-linear-gradient(#78e4ff,  #ff48fa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

    
}
#feature h2.title{
    text-align:center;
    color:#999;
    background: -webkit-linear-gradient(#ccc, #999, #777,#000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#feature h2.home{
  font-size:58px;
font-weight:300;
}
#feature h2.aventi{
    background: -webkit-linear-gradient(#78e4ff,  #04befa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
#feature h2.ivive{
    background: -webkit-linear-gradient(#c7a5ff,  #b180ff );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
#feature h2.eviva{
        background: -webkit-linear-gradient( #f753f9, #e66dfa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


#feature .btn-slide.aventi {
    padding: 10px 50px;
    background:transparent;
    color: #78e4ff;
    border-radius: 30px;
    font-size: 11px;
    display:block;
    width:180px;
    margin: 40px auto 0 auto;
    font-weight:700;
    opacity:.8;
    text-transform:uppercase;
    text-align:center;
  border: solid 2px transparent;
  background-image: linear-gradient(#000, #222), linear-gradient(101deg, #78e4ff, #04befa);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #222 inset;
}
#feature .btn-slide.ivive {
    padding: 10px 50px;
    background:transparent;
    color: #b180ff;
    border-radius: 30px;
    font-size: 11px;
    display:block;
    width:180px;
    margin: 40px auto 0 auto;
    font-weight:700;
    opacity:.8;
    text-transform:uppercase;
    text-align:center;
  border: solid 2px transparent;
  background-image: linear-gradient(#000, #222), linear-gradient(101deg, #c7a5ff,  #b180ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #222 inset;
}
#feature .btn-slide.eviva {
    padding: 10px 50px;
    background:transparent;
    color: #e66dfa;
    border-radius: 30px;
    font-size: 11px;
    display:block;
    width:180px;
    margin: 40px auto 0 auto;
    font-weight:700;
    opacity:.8;
    text-transform:uppercase;
    text-align:center;
  border: solid 2px transparent;
  background-image: linear-gradient(#000, #222), linear-gradient(101deg, #f753f9, #e66dfa);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #222 inset;
}


#feature .btn-slide:hover {
    padding: 10px 50px;
    background:transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 11px;
    display:block;
    width:180px;
    margin: 40px auto 0 auto;
    font-weight:700;
    opacity:.8;
    text-transform:uppercase;
    text-align:center;
  border: solid 2px transparent;
  background-image: linear-gradient(#000, #222), linear-gradient(101deg, #fff, #eee);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #222 inset;
}


#feature p{
    text-align:center;
    color:#999;
}
.features .feature-wrap {
    margin-bottom: 35px;
}

.features .feature-wrap .icon {
    width: 122px;
    height: 68px;
    text-align: center;
    color: #D0D0D0;
    border: 0px;
    -webkit-transition: .4s;
    transition: .4s;
    margin:0 auto 35px auto;
    padding-bottom:25px;
    font-size:160px;
    opacity:.15;
}

#feature .icon .aventi{
    background: -webkit-linear-gradient(#78e4ff,  #04befa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
#feature .icon .ivive{
    background: -webkit-linear-gradient(#c7a5ff,  #b180ff );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
#feature .icon .eviva{
        background: -webkit-linear-gradient( #f753f9, #e66dfa );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.features .feature-wrap h2 {
    font-size: 24px;
    color: #333;
    margin: 0;
    margin-bottom: 24px;
}

.features .feature-wrap p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #707070;
}









#recent-works {
    background-color: #fff;
}

#recent-works .table{
    background-color: #fff;
    padding:10px;
    margin:-10px auto -10px auto;
}
#recent-works h2{
    text-align:center;
    background: -webkit-linear-gradient(#c7a5ff, hsl(270, 79%, 58%) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

 /*   background: -webkit-linear-gradient(#000, #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  margin-top:15px;
}
#recent-works .btn-slide {
    padding: 0 50px;
    line-height: 42px;
    background:transparent;
    /*background-image: linear-gradient(#0a76e4, #8651ff,#ab51ff);*/
    color: #000;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 12px;
    letter-spacing:1;
    font-weight:700;
    text-transform:uppercase;
    margin-right: 10px;
    
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(#000, #222), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}
#recent-works .btn-slide:hover {

    background-image: linear-gradient(#000, #222), linear-gradient(101deg,  #999, #777,#000);

}


#recent-works .single-work {
    padding: 0;
}

#recent-works {
    padding-bottom: 70px;
}

.recent-work-wrap {
    position: relative;
    overflow: hidden;
    text-align:center;
}

.recent-work-wrap img {
    width:300px;
    height:350px;
    margin:0 auto;
}
.recent-work-wrap2 img {
    width:260px;
    height:auto;
    margin:0 auto;
}
.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}
.recent-work-wrap2 .recent-work-inner2 {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 70%;
    border-radius: 0;
    margin-bottom: 0;
}
.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recent-work-wrap .overlay .preview {
    color: #fff;
    height: 50px;
    width: 50px;
  background-image: linear-gradient(to right, #78e4ff,  #ff48fa);
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}







#services{
    background-color: #000;
}

.services-wrap {
    padding: 40px 30px;
    background: #060606;
    border-radius: 10px;
    margin: 0 0 40px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
	box-shadow: 0px 0px 12px 0px #e184f3;
}

.services-wrap p:last-child {
    margin: 0;
}

.services-wrap:hover {
    background-color: #FAFAFA;
    color:black;
}

.services-wrap h3 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #fff;
    font-weight: 700;
    background: -webkit-linear-gradient(#c7a5ff, hsl(270, 79%, 58%) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-wrap .pull-left {
    margin-right: 40px;
    margin-top: 15px;
}

.service-item h2{
    background: -webkit-linear-gradient(wheat, hsl(270, 79%, 58%) );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}








#middle {
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#middle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .3
}

#middle .btn-slide {
    padding: 0 50px;
    line-height: 42px;
    background:transparent;
    /*background-image: linear-gradient(#0a76e4, #8651ff,#ab51ff);*/
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    font-size: 12px;
    letter-spacing:1;
    font-weight:700;
    text-transform:uppercase;
    margin-right: 10px;
    
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(#000, #222), linear-gradient(101deg, #78e4ff, #ff48fa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
}
#middle .btn-slide:hover {

    background-image: linear-gradient(#000, #222), linear-gradient(101deg,  #999, #777,#000);

}




#middle h2 {
    font-size: 48px;
    color: #ffffff;
}

#middle .skill {
    margin-bottom: 60px;
}

.progress-wrap {
    position: relative;
    padding: 10px 35px;
}

.progress-wrap h3 {
    color: #ffffff;
    text-align: left;
}

.progress .color1,
.progress .color1 .bar-width,
.progress .color1 .bar-width::after {
    background: #7fddfe;
}

.progress .color2,
.progress .color2 .bar-width,
.progress .color2 .bar-width::after {
    background: #aab8fe;
}

.progress .color3,
.progress .color3 .bar-width,
.progress .color3 .bar-width::after {
    background: #d487fc;
}

.progress .color4,
.progress .color4 .bar-width,
.progress .color4 .bar-width::after {
    background: #f653fa;
}

.progress,
.progress-bar {
    height: 10px;
    line-height: 10px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    overflow: visible;
    text-align: right;
}

span.bar-width::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: -32.5px;
    border-radius: 50%;
    right: 5px;
    border: 4px solid #fff;
}

.progress {
    position: relative;
}

.progress .bar-width {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    top: -40px;
    border-radius: 2px;
    margin-left: -30px;
}

.progress .progress-bar .bar-width {
    background-color: #fff;
    color: #707070;
}

.progress span {
    position: relative;
}

.progress .progress-bar span:before {
    content: " ";
    position: absolute;
    width: auto;
    height: auto;
    border-width: 8px 5px;
    border-style: solid;
    bottom: -15px;
    right: 8px;
    border-top-color: #ffffff !important;
    color: #222;
}

.progress .color1 span:before {
    border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
    border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
    border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before {
    border-color: #db3615 transparent transparent transparent;
}

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading,
.panel {
    background-color: #e6e6e6;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #858586;
}

.panel-body {
    padding: 20px 20px 10px;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title>a {
    color: #4e4e4e;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

.panel-heading.active .panel-title>a {
    color: #fff;
}

a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: hsl(270, 79%, 58%);
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: hsl(270, 79%, 58%);
    color: #fff;
}

.nav-tabs>li {
    margin-bottom: 0px;
    border: 1px solid transparent;
}

#content .nav-tabs>li.active>a,
#content .nav-tabs>li.active>a:hover,
#content .nav-tabs>li.active>a:focus {
    color: hsl(270, 79%, 58%);
    background-color: #F9FAFB;
    border: 1px solid #E9EFF4;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

#content .tab-pane{
}

.video-box{
    position: relative;
}

.video-box a.video-icon{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: hsl(270, 79%, 58%);
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    border: 2px solid #fff;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li>a {
    color: #666;
    border-radius: 0;
    border: 1px solid transparent;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 30px;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs li:last-child {
    border-bottom: 0 none;
}

.nav-stacked>li+li {
    margin-top: 0;
}


.tab-wrap {
    margin-bottom: 0px;
}


.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: 4px;
}

.testimonial h2 {
    margin-top: 0;
}

.testimonial-inner {
    color: #858586;
    font-size: 14px;
}

.testimonial-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative;
}

.testimonial-inner .pull-left:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    border: 1px solid #e7e7e7;
    right: -5px;
    border-left: 0 none;
    border-bottom: 0 none;
}

#partner {
    background-image: url(../imgs/bg1.jpg);
    background-size: cover;
    background-position: center center;
}

#partner {
    color: #fff;
    text-align: center;
}

#partner h2,
#partner h3 {
    color: #fff;
}

.partners ul li a img{
    margin: 0 auto;
}

.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.partners ul li {
    display: inline-block;
    float: left;
    width: 20%;
}

#conatcat-info {
    background: #fff url(../images/contact.png) no-repeat 90% 0;
    padding: 30px 0;
}

.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2 {
    margin-top: 0;
    color: #000;
}

.contact-info {
    color: #000;
}

/*testimonial slider*/

#testimonial{
    background-color: #FAFAFA;
}
.testimonial-slider.owl-carousel .owl-item img{
    width: auto;
    display: inline-block;
}

.testimonial-slider{
    text-align: center;
}

.testimonial-slider .single-slide{
    background-color: #fff;
    padding: 45px 35px;
    color: #707070;
    font-size: 16px;
    line-height: 26px;
}

.testimonial-slider .single-slide .slide-img{
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
}
.testimonial-slider .content h4{
    margin: 20px 0 0;
}
.testimonial-slider .content img{
    margin-bottom: 20px;
}
.testimonial-slider .owl-dots{
    margin: 50px 0 0;
}
.testimonial-slider .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #222;
}
.testimonial-slider .owl-dot.active{
 
  background-image: linear-gradient(#78e4ff,  #ff48fa);
}

/*************************
********* About Us Page CSS ******
**************************/

#about-us{
    padding:15px;
}
.about-img{
    padding-right: 70px;
}

.about-content{
    color: #989898;
    font-size: 16px;
    line-height: 17px;
    margin-top: 50px;
}

.about-content h2{
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
}

#team-area{
    background-color: #FAFAFA;
}

.single-team img{
    width: 100%;
}

.single-team{
    margin-bottom: 30px;
}
.single-team .inner{
    background: #fff;
    text-align: center;    
    color: #989898;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    overflow: hidden;
}

.single-team .inner:hover{
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.single-team .team-content{
    padding: 30px 0;
}
.single-team h4{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}
.single-team .team-social{
    margin-top: 15px;
}
.single-team .team-social a{
    color: #989898;
    padding: 5px;
    margin: 0 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-team .team-social a:hover{
    color: hsl(273, 59%, 58%);;
}



/***********************
****Service page css****
***********************/

.services {
    padding: 0;
}

.get-started {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 60px;
}

.get-started h2 {
    padding-top: 30px;
    margin-bottom: 20px;
}

.request {
    bottom: -15px;
    left: 50%;
    position: absolute;
    margin-left: -110px;
}

.request h4 {
    position: absolute;
    width: 220px;
    position: relative;
}

.request h4 a {
    background: hsl(273, 59%, 58%);;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    padding: 5px 15px;
}

.request h4:after {
    border-color: hsl(273, 59%, 58%); transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    z-index: -99999;
}

.request h4:before {
    border-color: hsl(273, 59%, 58%); transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    z-index: -99999;
}

.clients-area {
    padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    height: 182px;
    padding: 3px;
    width: 182px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
    margin-top: 55px;
    font-weight: 300;
    padding: 0 40px;
}

.clients-comments h4 {
    font-weight: 300;
    margin-top: 15px;
}

.clients-comments h4 span {
    font-weight: 700;
    font-style: oblique;
}


.text-left {
    color: #bbb;
    font-size: 12px;
    margin-top: 15px;
}


/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
    margin-top: 115px;
    padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}

.portfolio-filter>li {
    display: inline-block;
}



.portfolio-items>li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item {
    margin: 0;
    padding: 0;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/
section.pricing{
    background-color: #FAFAFA;
}
.single-pricing{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #E4EBF0;
    padding: 50px;
    text-align: center;
    margin: 50px 0;
}

.single-pricing span{
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.single-pricing h1{
    font-weight: 700;
    font-size: 80px;
    position: relative;
    display: inline-block;
    padding: 0 50px 0 15px;
}

.single-pricing h1 span{
    position: absolute;
    top: 10px;
    font-size: 26px;
    left: 0;
    text-transform: lowercase;
}

.single-pricing h1 span:last-child{
    right: 0;
    top: auto;
    bottom: 10px;
    left: auto;
}

.single-pricing ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: left;
    color: #989898;
    margin-bottom: 50px;
    margin-top: 30px;
}
.single-pricing ul li i{
    margin-right: 7px;
}

.single-pricing a{
    line-height: 45px;
    padding: 0 30px;
    min-width: 140px;
    text-align: center;
    border: 1px solid #D0D7DD;
    display: inline-block;
    font-weight: 700;
    border-radius: 4px;
}

.single-pricing.featured{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-pricing.featured a{
    background-color: hsl(273, 59%, 58%);;
    color: #fff;
}

/*************************
********* Contact Us CSS ******
**************************/


#contact-page {
    padding-top: 0;
}

#contact-page .contact-form .form-group label {
    color: #989898;
    font-size: 16px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.form-group .form-control {
    padding: 0 12px;
    border-color: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
}

.form-group textarea.form-control{
    height: 235px;
}

.form-group button{
    font-size: 15px;
    padding: 15px 30px;
}
.btn-primary {
    padding: 8px 20px;
    background: #9a56d3;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

textarea#message {
    resize: none;
    padding: 10px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}

.large-title{
    text-align: center;
    margin-bottom: 70px;
    margin-top: 50px;
}

.large-title h2{
    font-size: 48px;
    font-weight: 700;
    color: #222;
}


.large-title p{
    font-size: 16px;
    line-height: 26px;
    color: #989898;
    font-weight: 300;
}


/*********************
****blog page css*****
**********************/

.widget {
    margin-bottom: 30px;
    padding-left: 0;
}

aside .widget {
    background: #fff;
    padding: 25px;
}

.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 700;
}

.popular_post ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.popular_post ul li:not(:last-child){
    margin-bottom: 50px;
}


.popular_post ul li p{
    margin-top: 14px;
    color: #5c5c5c;
    font-size: 16px;
}

.blog_category {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog_category li {
    float: none;
    margin-bottom: 20px;
}

.blog_category li a {
    background: #f5f5f5;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    padding: 5px 15px;
}

.blog_category li a:hover {
    background: hsl(273, 59%, 58%);;
    color: #fff;
}

.badge:before {
    border-color: transparent transparent transparent hsl(273, 59%, 58%);;
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    z-index: -99999;
}

.badge {
    background-color: hsl(273, 59%, 58%);;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    left: 60px;
    top: -18px;
    font-weight: normal;
}

.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.blog_archieve li a {
    color: #989898;
    padding: 18px 0;
    display: block;
    font-weight: 300;
}

.blog_archieve li:first-child {
    padding-top: 0;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}

ul.faq {
    list-style: none;
    margin: 0;
}

ul.faq li {
    margin-top: 30px;
}

ul.faq li:first-child {
    margin-top: 0;
}

ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #34495e;
    color: #fff;
    font-size: 24px;
}

ul.faq li>div {
    margin-left: 70px;
}

ul.faq li>div h3 {
    margin-top: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*blog*/


#blog{
    background-color: #FAFAFA;

}

.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}

.blog .blog-item .img-blog {
    border-radius: 5px;
    margin-bottom: 0;
}


.blog .blog-item .blog-content {
    padding: 25px;
}

.blog .blog-item .blog_cat {
    margin-bottom:25px;
    display: inline-block;
    font-weight: 600;
}

.blog .blog-item .blog-content h2 {
    margin-top: 0;
    font-size: 22px;
}


.blog .blog-item .blog-content h2 a{
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}

.blog .blog-item .blog-content a.readmore{
    color: #989898;
    -webkit-transition: .4s;
    transition: .4s;
}

.blog .blog-item .blog-content a.readmore:hover,
.blog .blog-item .blog-content h2 a:hover{
    color: #FF3E24;
}

.readmore {
    margin-top: 0;
}

.blog .blog-item .blog-content h2{
    line-height: 33px;
} 
.blog .blog-item .blog-content h3 {
    color: #989898;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog .blog-item .blog-content h4 {
    font-size: 14px;
}

.post-tags {}

.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}

.blog .blog-item .entry-meta>span {
    background: #f5f5f5;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}

.publish_date {
    background: hsl(273, 59%, 58%);;
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.blog .blog-item .entry-meta>span {
    color: #ccc;
}

.blog .blog-item .entry-meta>span a {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 300;
    color: #888;
}

ul.pagination{
    margin-top: 40px;
}
ul.pagination>li>a {
    border-radius: 5px;
    font-size: 16px;
    height: 32px;
    width: 32px;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    background-color: transparent;
}

ul.pagination>li>a i {
    margin-left: 5px;
    margin-right: 5px;
}

ul.pagination>li.active>a,
ul.pagination>li:hover>a {
    background-color: hsl(273, 59%, 58%); ;
    color: #fff;
}

ul.pagination>li:first-child > a, 
ul.pagination>li:last-child > a{
    background-color: transparent;
    color: #989898;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
}

ul.pagination>li:first-child > a:hover, 
ul.pagination>li:last-child > a:hover{
    background-color: transparent;
    color: hsl(273, 59%, 58%);;
}


ul.pagination>li:first-child > a{
    background-color: transparent;
    color: #989898;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
}
 
ul.pagination>li:last-child > a{
    background-color: transparent;
    color: #989898;
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
}


.widget.search form{
    position: relative;
}

.widget.search form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    border: none;
    line-height: 48px;
    margin: 0;
    padding: 0 15px;
    font-size: 20px;
    background-color: transparent;
}
.widget.search form button i{
    color: hsl(273, 59%, 58%);;
}

.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
    background: #f5f5f5;
    color: #888;
    border: 0;
    border-radius: 4px;
    padding: 8px 15px;
}

.tag-cloud li a:hover {
    background: hsl(273, 59%, 58%);;
    color: #fff;
}

ul.sidebar-gallery{
    margin: -15px;
}
.sidebar-gallery li {
    display: inline-block;
    margin: 15px 0;
    width: 50%;
    float: left;
}

.sidebar-gallery li a {
    border-radius: 4px;
    display: block;
    padding: 0 15px
}


.sidebar-gallery li a  img{
    width: 100%;
}

.widget.social_icon{
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget.social_icon a{
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #D8D8D8;
    color: #6D7784;
    font-size: 18px;
    border-radius: 3px;
}

.widget.social_icon a:hover{
    background-color: hsl(273, 59%, 58%);;
    color: #fff;
}


/**********************
**blog single page css*
**********************/


.post-meta{
    overflow: hidden;
    margin-top: 20px;
}
.post-meta p{
    display: inline-block;
    margin-right: 15px;
    color: #989898;
}
.post-meta p i{
    color: hsl(273, 59%, 58%);;
}
.post-meta p a{
    color: #989898;
    -webkit-transition: .4s;
    transition: .4s;
}
.post-meta p a:hover{
    color: hsl(273, 59%, 58%);;
}
.post-meta p a.fa{
    padding: 0 6px;
}

.message_heading {
    margin-bottom: 50px;
    margin-top: 60px;
}

.inner-meta .tags{
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.inner-meta .tags li{
    display: inline-block;
}
.inner-meta .tags li a{
    background-color: #F3F5F7;
    padding: 3px 8px;
    color: #989898;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
}

.inner-meta .social-btns a{
    background-color: hsl(273, 59%, 58%);;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 10px;
}
.inner-meta .social-btns a i{
    margin-right: 6px;
}

.inner-meta .social-btns .facebook-bg{
    background-color: #3B5998;
}
.inner-meta .social-btns .tweet-bg{
    background-color: #1DA1F2;
}

/*comments*/

.comments{
    margin-top: 40px;
}

.comments .single-comment{
    position: relative;
}

.comments .single-comment.reply{
    padding-left: 80px;
}

.comments .single-comment:first-of-type{
    margin-top: 40px;
}

.comments .single-comment .comment-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.comments .single-comment.reply .comment-img{
    left: 100px;
    width: 50px;
    height: 50px;
}

.comments .single-comment .comment-content{
    margin-left: 100px;
    background-color: #FAFAFA;
    border: 1px solid #F3F5F7;
    margin-bottom: 60px;
    padding: 30px;
    border-radius: 4px;
    color: #989898;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.comment-count{
    position: absolute;
    right: 0;
    bottom: -35px;
    font-size: 12px;
}

.comment-count a{
    color: #989898;
    margin-left: 15px;
}

.comment-count a i{
    margin-right: 4px;
}

.comment-count a:last-child i{
    color: hsl(273, 59%, 58%);;
}

.comments .single-comment .comment-content h5{
    font-size: 14px;
    color: #333333;
    margin: 0 0 15px;
}

.comments .single-comment .comment-content p:last-child{
    margin: 0;
}


.comments .single-comment .comment-content.comment-form{
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 5px;
}
.comment-form form textarea{
    width: 100%;
    height: 200px;
    resize: none;
    background-color: #FAFAFA;
    border: 1px solid #F3F5F7;
}

.comment-form form input[type="submit"]{
    color: #fff;
    border: none;
    line-height: 42px;
    padding: 0 35px;
    background-color: hsl(273, 59%, 58%);;
    border-radius: 3px;
    margin-left: auto;
    margin-top: 15px;
    display: block;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 250px;
    line-height: 190px;
    margin-top: 0;
    margin-bottom: 40px;
}

#error p {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
}

#error{
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

.shortcode-item h2 {
    color: #4E4E4E;
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 600
}


/***********************
********* Footer ******
************************/
.footer-logo{
    display: inline-block;
}
#bottom .social-links{
    margin-top:10px;
    padding:15px 15px 10px 15px;
    border:0px solid #474747;
    border-radius:10px;
}
#bottom .social-links a{
    color:#ffffff;
    margin-right:15px;
    font-size:24px;
}
#bottom .social-links a:hover{
    background: -webkit-linear-gradient(#78e4ff,  #ff48fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bottom {
    background: #151515;
    border-bottom: 0px solid hsl(273, 59%, 58%);
    font-size: 14px;
}

#bottom h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: hsl(273, 59%, 58%);
    font-weight: 700;    background: -webkit-linear-gradient(#78e4ff,  #ff48fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 4px 0;
}

#bottom ul li a {
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
}

#bottom ul li a:hover {
    color: hsl(273, 59%, 58%);;
}

#bottom .widget {
    margin-bottom: 0;
    padding-left: 15px;
}







#footer {
    padding-top: 30px;
    padding-bottom: 15px; /* bring back to 30 when more to add */
    color: #999;
    background: #fff;
    font-weight: 300;
    font-size:11px;
    line-height:17px;
}
#footer .footer-links{
    padding-top:0px;
    margin-top:0px;
    
}

#footer a {
    color: #999;
}

#footer a:hover {
    color: hsl(273, 59%, 58%);;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px;
}

.footer {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #eee;
    height: auto;
}

.footer_left {
    padding: 10px;
}
.footer-logo{
    margin-right:25px;
    padding-bottom:15px;
}
.footer .copyright{
    padding-top:10px;
}




.myButton {
	box-shadow: 0px 0px 17px 0px #e184f3;
	background-color:transparent;
	border-radius:28px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	padding:16px 81px;
	text-decoration:none;
    letter-spacing: 2px;
	text-shadow:0px 1px 0px #9b14b3;
    animation: glow2 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow2 {
  from {
    text-shadow: 0 0 10px #000000, 0 0 3px #fff, 0 0 3px #e184f3, 0 0 3px #e184f3, 0 0 3px #e184f3, 0 0 3px #e184f3, 0 0 3px #e184f3;
    box-shadow: 0 0 10px #fff, 0 0 3px #fff, 0 0 3px #e184f3, 0 0 3px #e184f3, 0 0 3px #e184f3, 0 0 3px #e184f3, 0 0 3px #e184f3;
 }
  
  to {
    text-shadow: 0 0 20px #080505, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3;
    box-shadow: 0 0 20px #fff, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3, 0 0 3px #9b14b3;
  }
}
.myButton:hover {
	background-color:transparent;
    color:#222;
}
.myButton:active {
	position:relative;
	top:1px;
}


a:hover {
    color: hsl(0, 100%, 37%);/*#ff48fa*/
}