/*==========================================================
	[ 1. General Code ]
	[ 2. Typography ]
	[ 3. Global Classes ]
	[ 4. Home Version's ]
	[ 5. Pages ]
	[ 6. Loding Bar ]
	[ 7. ScrollUp ]
==============================================================*/

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





/* josefin-sans-200 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 200;
  src: local(''),
       url('../fonts/josefin-sans-v25-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v25-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-300 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/josefin-sans-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-500 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/josefin-sans-v25-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v25-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-600 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/josefin-sans-v25-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v25-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/josefin-sans-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/josefin-sans-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*
[ 1. General Code ]
================ */
body{
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a6a6a6;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
		overflow-x: hidden;

}

html {
    font-family: 'Poppins', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
	background:#fff;
}


img {
	max-width:100%;
}
.fix {
	overflow:hidden;
}

a{
	font-family: 'Poppins', sans-serif;
}
.section-padding{
	padding:100px 0;
}
.mb-100{
	margin-bottom:100px;
}
.mb-110{
	margin-bottom:110px;
}
.mr-30{
	margin-right:30px;
}
.ml-10{
	margin-left:-10px;
}
.pb-30{
	padding-bottom:30px;
}
.pt-30{
	padding-top:30px;
}
.pr-20{
	padding-right:20px;
}

/*
[ 2. Typography ]
==========================*/
p{
	font-family: 'Poppins', sans-serif;
	color: #8e8e8e;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 15px;
	font-family: 'Josefin Sans', sans-serif;
}
h1 {
    font-size: 36px;
		text-transform: uppercase;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 13px;
}
a:focus, a:hover{
	text-decoration:none;
	outline:none;
}



/*
[ 3. Header ]
==========================*/
.header {
	background: #232526;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	margin: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.header-space {
  height: 118px;
	background: #232526;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* Sticky Stickyf
-----------------*/
.header.is-sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
	padding: 10px 0;
}
.is-sticky .logo {
  height: 50px;
  padding: 0;
  width: 150px;
	top: 30px;
}
.is-sticky .main-menu {
    padding: 10px 0 0;
}
.is-sticky .side-menu {
  top: -3px;
}

.logo img {
	margin-top: 8px;
}

.logo {
  padding: 30px 0;
	width: 150px;
  transition: all 0.4s ease 0s;
}
.main-menu {
  padding-top: 40px;
}
.main-menu ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    display: inline-block;
}
.main-menu ul li a {
  border-radius: 20px;
  color: #fff;
  padding: 3px 20px;
  font-size: 16px;
  display:block;
}
.main-menu ul li.current a,
.main-menu ul li a:hover{
	background: gray;
	text-decoration:none;
}
/*
[ 4. Slider ]
==========================*/
.slider-section{
	background: #232526;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	margin: 0;
	position:relative;
	height: 500px;
}
.slider {
  position: relative;
  z-index: 1;
  overflow:hidden;
}
#single-slider{
	z-index:2;
}
.slider-dot > ul {
  bottom: 0;
  left: 50%;
  list-style: outside none none;
  margin: 0 0 0 -28px;
  padding: 0;
  position: absolute;
  text-align: center;
}
.slick-dots > li {
    display: inline-block;
    margin-bottom: 38px;
}

.slider-text {
  float: left;
  margin-top: 125px;
}
.slider-text h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.slider-text h1 {
    color: #fff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
		margin-bottom: 20px;
}
.slider-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.btn {
	background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
  padding: 10px 25px;
}

.btn-outline {
	background: linear-gradient(to right, transparent, transparent) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
	border: 1px solid #fff;
}

.btn-black {
	border: 1px solid #000;
	color: black;
}

.btn:hover {
	background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  transition: all 0.5s ease 0s;
}
.phone {
  float: right;
  margin-right: -55px;
  padding-bottom: 15px;
}
.curve {
  position: absolute;
  top: 0;
  width: 100%;
  left:0;
}
.dot {
  background: none repeat scroll 0 0 #06AEFE;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  content: "";
  cursor: pointer;
  height: 20px;
  left: 23%;
  position: absolute;
  top: 84%;
  width: 20px;
  z-index: 99;
}
.dot-hover {
  background: none repeat scroll 0 0 #fff;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 120px;
}
.dot-hover:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -9px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  width: 10px;
  margin-left: -10px;
}

.dot:hover .dot-hover {
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.dot.dot2 {
  left: 38%;
  top: 15%;
}
.dot.dot3 {
  left: 50%;
  top: 80%;
}
.dot.dot4 {
    left: 63%;
    top: 2%;
}
.dot.dot5 {
    left: 76%;
    top: 75%;
	z-index:-2;
}
/*
[ 5. featured ]
==========================*/
.feature-area {
    padding: 100px 0 60px;
}
.feature-post{
	margin-bottom: 40px;
}
.icon {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    color: #06AEFE;
    display: inline-block;
    font-size: 30px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    width: 68px;
	float:left;
	margin-right:20px;
}
.icon-text > p {
    color: #757575;
    font-size: 14px;
    overflow: hidden;
}
.icon-text h3 {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.feature-post:hover .icon{
	background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	transition:.3s;
}
.apps-area {
	background:#f7f7f7;
	padding-top:100px;
	padding-bottom: 70px;
}
.donate-area {
	background:#f7f7f7;
	padding-bottom:100px;
}
.box-shape.text-center > h1 {
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
}
.box-shape {
  margin-bottom:60px;
}
.apps-color{
	color:#06AEFE;
}
.ziehharmonika.apps-tab {
  margin-top: 35px;
}
.ziehharmonika.apps-tab > h3 {
	font-family: 'Poppins', sans-serif;
	background: none repeat scroll 0 0 #fff;
	color: #353535;
	font-size: 14px;
	font-weight: 600;
	height: 42px;
	line-height: 10px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.apps-tab .active {
	background: #232526 !important;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526) !important;  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
}
.ziehharmonika.apps-tab > div {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 20px 0;
    padding: 0;
}

.apps-text > h1 {
    color: #353535;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.apps-text > p {
    color: #757575;
    font-size: 14px;
}
.apps-rate-area {
  background: url("../img/bg-shape.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  padding: 58px 0 ;
}
.apps-rate{
	margin-bottom: 30px;
}
.apps-rate.text-center > p {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
}
.apps-rate.text-center > h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.apps-feature-area{
	padding-top:100px;
}
.apps-feature-post {
  background: url("../img/line-shape.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding: 85px 0 100px;
}
.apps-design > h3 {
    color: #303030;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.apps-design > p {
    color: #757575;
}
.apps-design {
    float: left;
    width: 285px;
}

.apps-icon {
  display: inline-block;
}
.apps-icon i {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    color: #06AEFE;
    display: inline-block;
    font-size: 30px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    width: 68px;
	float:left;
	margin-left:30px;
}
.apps-feature-left,
.apps-feature-right{
	display:flex;
}
.apps-feature-right .apps-icon i{
	margin-left: 0;
}
.apps-feature-left .apps-design {
	float: left;
}
.apps-feature-left .apps-icon {
	float: left;
}
.apps-feature-left:hover .apps-icon i{
	background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	transition:.3s;
}
.apps-feature-left:hover .apps-design > h3{
	color:#06AEFE;
	transition:.3s;
}
.apk-left{
	margin-left:-85px;
}
.side-right {
  float: left;
  margin-right: 30px;
}
.apps-design-right > h3 {
    color: #303030;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.apps-design-right > p {
    color: #757575;
}
.apps-design-right {
  display: inline-block;
  overflow: hidden;
  width: 285px;
}
.apk-right {
    margin-right: -85px;
    padding-left: 85px;
}
.apps-feature-right:hover .apps-icon i{
	background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	transition:.3s;
}
.apps-feature-right:hover .apps-design-right > h3{
	color:#06AEFE;
	transition:.3s;
}

.download-area {
  background: url("../img/bg-download.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  padding: 93px 0;
}
.overlay {
    position: relative;
	z-index:0;
}
.overlay:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-image: linear-gradient(to right, #06AEFE, #0acffe);
	z-index:-1;
	opacity: .8;

}
.screenshot-area{
	padding:100px 0;
}
.screenshot {
  margin: -15px;
}
.screenshot-area .swiper-container {
  padding: 29px;
}
.screenshot-img {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.slide-screen-2 {
  padding: 83px 0;
}
.mobile-frame {
  background: url("../img/slider-img-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 106%;
  left: 37%;
  position: absolute;
  top: 19%;
  width: 26%;
}
.video-text a:hover {
  text-decoration: none;
}
.download-area {
  background: url("../img/bg-download.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  padding: 93px 0;
}
.download-area .box-shape.text-center > h1{
	color: #fff;
}
.d-button {
    text-align: center;
}
.download-button {
    border: 2px solid #fff;
    border-radius: 40px;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    padding: 10px 25px;
}
.download-button i {
    color: #fff;
    float: left;
    margin-right: 13px;
    margin-top: 10px;
	font-size:24px
}
.download-button > p {
  color: #fff;
  float: right;
  text-align: left;
}
.download-button span {
  font-size: 18px;
  font-weight: 600;
}
.download-button:hover {
  background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 97% 100%/132% 100% rgba(0, 0, 0, 0);
  border: 2px solid transparent;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.5s ease 0s;
}
/* small slider */

.single-member{
	position:relative;
}
.single-member {
    text-align: center;
}
.member-img {
    position: relative;
	display:inline-block;
}
.team-member {
    margin: -30px 0;
}
.team-member .slick-list {
    padding: 30px 0;
}
.overlay-white:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    transform: scale(.5);
}
.member-text {
  color: #252525;
  display: block;
  left: 0;
  opacity: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 70px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
}
.member-text > p {
  color: #252525;
  margin-bottom: 12px;
  overflow: hidden;
}
.member-text > h3 {
    margin-bottom: 8px;
}
.member-text > h5 {
    margin-bottom: 15px;
}

.single-member:hover .member-text {
    opacity: 1;
}
.single-member:hover .overlay-white:before {
    opacity: 1;
    transform: scale(1);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.member-social-media i {
  border: 1px solid #eee;
  border-radius: 50%;
  color: #06AEFE;
  display: inline-block;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
  width: 38px;
}
.member-social-media i:hover {
    background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}
.team-member .prev {
  background: none repeat scroll 0 0 #06AEFE;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  margin-top: -35px;
  padding-left: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 1;
}
.next{
  background: none repeat scroll 0 0 #06AEFE;
  border-radius: 50%;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  right: -40px;
  line-height: 40px;
  margin-top: -35px;
  padding-right: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 1;
  color: #fff;
}
.next:hover {
  padding-left: 6px;
  transition: all 0.3s ease 0s;
}
.prev:hover {
  padding-right: 6px;
  transition: all 0.3s ease 0s;
}
.review-area {
  background: none repeat scroll 0 0 #f7f7f7;
  padding: 100px 0;
}
.review-post {
  background: none repeat scroll 0 0 #fafafa;
  margin: 20px 60px;
  padding: 5px 0;
  box-shadow: 0 0 20px #ddd;

}
.review-slider .slick-list {
  padding-top: 0px;
}
.review i {
    color: #66e2c3;
}
.review-img > img {
  margin-bottom: 35px;
	height: 28px;
  display: inline-block;
}
.review-post > p {
    margin-bottom: 40px;
}
.review > h4 {
    margin-top: 15px;
	color: #222;
	font-size: 14px;
}
.review-img{
	margin-bottom: 15px;
	padding: 23px 50px 15px;
}
.review-slider .prev {
  background: none repeat scroll 0 0 #06AEFE;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  left: -2%;
  line-height: 40px;
  padding-left: 6px;
  position: absolute;
  text-align: center;
  top: 51%;
  width: 40px;
  z-index: 1;
}
.review-slider .next {
  background: none repeat scroll 0 0 #06AEFE;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding-right: 6px;
  position: absolute;
  right: -2%;
  text-align: center;
  top: 62%;
  width: 40px;
  z-index: 1;
}
.center-block{
	float: inherit!important;
}
.pricing-area {
  padding: 100px 0 70px;
}
.single-pricing {
  background-image: url("../img/pricing-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 1px solid #ececea;
  position: relative;
  transition: .3s ease;
  padding-bottom:30px;
  margin-bottom:30px;
}
.single-pricing:hover{
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.main-price sup {
  color: #06AEFE;
  font-size: 24px;
}
.main-price > p {
    color: #06AEFE;
    font-size: 60px;
	font-family: 'Josefin Sans', sans-serif;
}
.main-price sub {
    color: #757575;
    font-size: 14px;
}
.main-price {
	font-family: 'Josefin Sans', sans-serif;
    padding: 40px 0 50px;
}
.category{
	text-align: center;
	position: relative;
	z-index: 100;
}
.category:before{
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	background: #ececea;
	left: 0;
	top: 18px;
	z-index: -1;
}
.category p {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ececea;
	border-radius: 20px;
	display: block;
	height: 40px;
	line-height: 38px;
	text-transform: uppercase;
	width: 148px;
	color: #252525;
	font-weight: 600;
	display: inline-block;
}
.footer-area {
  background: url("../img/footer-bg.jpg") no-repeat scroll center bottom #f7f7f7;
  padding-bottom: 50px;
  padding-top: 70px;
}

.footer {
  margin-left: -30px;
  margin-right: -30px;
}
.newsletter h1 {
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newsletter.text-center {
  position: relative;
}
.newsletter.text-center form{
	width: 100%;
}
.email-letter {
    border: 0 none;
    border-radius: 40px;
    color: #858585;
    font-size: 18px;
    height: 70px;
    padding-left: 40px;
    width: 100%;
}
.newsletter button {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  border-radius: 40px;
  color: #858585;
  font-size: 48px;
  height: 70px;
  position: absolute;
  right: 15px;
  top: 0;
}
form {
    display: inline-block;
    position: relative;
}
.contact-text h2 {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
}
.contact-area {
    margin-top: 68px;
    padding: 60px;
    position: relative;
    z-index: 0;
		-webkit-box-shadow: 0px 7px 85px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 85px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 85px -15px rgba(0,0,0,0.75);
}
.contact-area:after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contact-area .form-control:focus{
	box-shadow: inherit;
	border-color: #06AEFE;
}
.contact-left > p {
    color: #606060;
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-left > input {
    border: 1px solid #e5e5e5;
    color: #858585;
    height: 32px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
}
.contact-message > input {
  border: 1px solid #e5e5e5;
  color: #858585;
  height: 78px;
  padding-left: 10px;
  width: 538px;
}
.contact-subject > input {
	border: 1px solid #e5e5e5;
  color: #858585;
  height: 32px;
  padding-left: 10px;
  width: 538px;
}
.contact-form {
  margin-right: -15px;
}
.contact-text {
    overflow: hidden;
}
.contact-message > p{
	color: #606060;
    font-size: 14px;
    margin-bottom: 8px;
}
.single-button a {
    border: 2px solid #06AEFE;
    color: #06AEFE;
}
.single-button {
    margin-top: 20px;
}

.full-contact {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e5e5e5;
  margin-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
.contact-text-right h2 {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-details i {
  border: 1px solid #efefef;
  border-radius: 50%;
  color: #06AEFE;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  margin-right: 20px;
  margin-top: 4px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.contact-details:hover i {
  background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  transition: all 0.3s ease 0s;
  border: 0;
}
.contact-details > p {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
}
.contact-details {
    margin-bottom: 20px;
    overflow: hidden;
}
.footer-social-media {
    margin-top: 60px;
}
.footer-social-media ul{
	list-style-type: none;
}
.footer-social-media ul li{
	display: inline-block;
}
.footer-social-media a {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  color: #06AEFE;
  display: inline-block;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  margin-right: 30px;
  width: 48px;
  transition:.3s;
}
.footer-social-media a:hover {
  background: linear-gradient(to right, #06AEFE, #0acffe) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}
.copy-right > p {
  color: white;
  font-size: 17px;
  margin-top: 30px;

}
.copy-right a {
    color: #06AEFE;
}


/*====================================================================
							Home Page 2
======================================================================*/



.side-menu {
  background: rgba(255, 255, 255, 0.30);
  border: 0 none;
  box-sizing: border-box;
  height: 58px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 58px;
}
.menu-hide {
  opacity:0;
  transition:.5s;
}
.main-menu.active-menu{
  opacity:1;
}
.side-menu span {
  background: none repeat scroll 0 0 #fff;
  display: block;
  height: 3px;
  position: absolute;
  right: 16px;
  top: 27px;
  width: 22px;
  transition:.5s;
}
.side-menu span:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 25px;
  transition:.5s;
}
.side-menu span:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 17px;
  transition:.5s;
}

.side-menu.toggle-is span{
  background:transparent;
}
.side-menu.toggle-is span:before{
  top:0;
  transform:rotate(45deg);
}
.side-menu.toggle-is span:after{
  top:0;
  width:25px;
  transform:rotate(-45deg);
}
.menu-right {
  margin-right: 50px !important;
}
.menu-right li a:hover {
  background: none repeat scroll 0 0 #fb726b !important;
}
.btn-2:hover {
  background: linear-gradient(to right, #e32e73, #fb746a) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  border: 2px solid transparent;
}
.phone-next {
  margin-right: -235px;
  padding-bottom: 0;
}
.gradient-sec{
	background: linear-gradient(to right, #e32e73 , #fb746a);
}
.btn-next:hover {
  background: linear-gradient(to right, #e32e73 , #fb746a);
  border:1px solid #f0556e;
}

.slider-text-2{
	margin-top:200px;
}
.feature-section-2 {
    position: relative;
    z-index: 9;
}
.feature-post-2 {
    background: none repeat scroll 0 0 #fff;
    bottom: -14px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    left: 30px;
    margin-right: 20px;
    padding: 30px;
    position: absolute;
}
.apps-right > h2 {
  color: #353535;
  font-size: 30px;
  font-family: "Poppins",sans-serif;
}

.hover-color:hover .apps-icon i{
	background:linear-gradient(to right, rgba(220, 97, 150, 0.65), rgba(240, 157, 143, 0.65)) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	transition:.3s;
}
.hover-color:hover .apps-design > h3{
	color:#df2374;
	transition:.3s;
}
.hover-color:hover .apps-icon i{
	background:linear-gradient(to right, #e33072 , #f96e6b);
	color: #fff;
	transition:.3s;
}
.hover-color:hover .apps-design-right > h3{
	color:#df2374;
	transition:.3s;
}
.hover-color .apps-icon i{
	color:#df2374;
	box-shadow: 0px 0px 30px 0px rgba(223, 35, 116, 0.2);
}
.hover-color img {
  margin-top: -45px;
}
.button-color:hover{
	background:linear-gradient(to right, rgba(220, 97, 150, 0.65), rgba(240, 157, 143, 0.65)) repeat scroll 97% 100%/132% 100% rgba(0, 0, 0, 0);
}
.team-member-2 .prev{
	background:#df2374;
}
.team-member-2 .next{
	background:#df2374;
}
.member-social-media-2 i:hover{
	background:linear-gradient(to right, #e33072 , #f96e6b);
}
.member-social-media-2 i{
	color:#df2374;
}

.single-pricing-2{
	background: url("../img/pricing-pink-bg.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.main-price.main-price-2 sup {
    color: #df2374;
}
.main-price.main-price-2 span {
    color: #df2374;
}
.pricing-footer.pricing-footer-2 h5 {
    color: #df2374;
}

.overlay-pink {
  position: relative;
  z-index: 0;
}
.overlay-pink:before {
  background:linear-gradient(to right, rgba(220, 97, 150, 0.65), rgba(240, 157, 143, 0.65)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.footer-area-2 {
  background: url("../img/footer-img-2.jpg") no-repeat scroll center bottom #f7f7f7;
  padding-bottom: 50px;
  padding-top: 60px;
}
.copy-white p{
	color:#ffffff;
}
.newsletter-2 h1 {
  color: #ffffff;
}
.social-pink i:hover{
	background:linear-gradient(to right, #e33072 , #f96e6b);
}
.social-pink i{
	color:#df2374;
}
.contact-details-2:hover i {
  background:linear-gradient(to right, #e33072 , #f96e6b);
  border: 0 none;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.contact-details-2 i{
	color:#df2374;
}
.single-button-2 a {
  border: 2px solid #df2374;
  color: #df2374;
}
/*====================================================================
							Home Page 3
======================================================================*/

.gradient-3{
	background: linear-gradient(to right, #674abe , #b976e0);
}
.menu-right-3 li a:hover {
  background: none repeat scroll 0 0 #b876e0 !important;
}

.feature-area-3{
	margin-top:100px;
}
.feature-post-3{
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	padding:30px;
}
.feature-post-3:hover .icon{
	background: linear-gradient(to right, #674abe , #b976e0);
}
.icon-3{
	color:#5e48ba;
}
.button-color-3:hover{
	background:linear-gradient(to right, rgba(103, 74, 189, 0.65), rgba(185, 118, 224, 0.65)) repeat scroll 97% 100%/132% 100% rgba(0, 0, 0, 0);
	border:2px solid transparent;
}
.apps-feature-bottom:hover .icon{
	background: linear-gradient(to right, #674abe , #b976e0);
	color: #fff;
	transition:.3s;
}
.apps-feature-bottom .icon{
	color:#5e48ba;
}
.apps-area-3 {
  background: none repeat scroll 0 0 #f7f7f7;
  padding-top: 100px;
}
.apps-button {
  margin-top: 50px;
}
.apps-color-3:hover {
  background: linear-gradient(to right, rgba(103, 74, 189, 0.65), rgba(185, 118, 224, 0.65)) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  color: #fff;
}
.apps-color-3:hover i{
	color:#fff;
}
.apps-color-3:hover p{
	color:#fff;
}
.apps-button a{
  border: 2px solid #5e48ba;
}
.apps-button p{
  color:#5e48ba;
}
.apps-button i {
  color: #5e48ba;
}
.team-member-3 .prev{
	background:#5e48ba;
}
.team-member-3 .next{
	background:#5e48ba;
}
.member-social-media-3 i:hover{
	background:linear-gradient(to right, #674abe , #b976e0);
}
.member-social-media-3 i{
	color:#6954bf;
}
.review-3 i{
	color:#5e48ba;
}
.single-pricing-3 {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 0 none;
}
.category-3 > p {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0;
  text-transform: uppercase;
}
.main-price-3 {
  border: 0 none;
  padding: 25px 0 20px;
}
.main-price.main-price-3 sup {
    color: #5e48ba;
}
.main-price.main-price-3 span {
    color: #5e48ba;
}
.pricing-footer.pricing-footer-3 h5 {
    color: #5e48ba;
}
.blue-magenta{
	color:#5e48ba;
	font-weight:600;
}
.subscribe-area {
  background: linear-gradient(to right, #674abe, #b976e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 100px 0;
}
.blog-area {
  padding-top: 100px;
  position: relative;
}
.single-blog {
    background: none repeat scroll 0 0 #f7f7f7;
}
.blog-text {
    padding: 20px;
}
.blog-text h4 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
}
.blog-text > p {
    color: #757575;
    font-size: 14px;
	padding-bottom:20px;
}
.blog-date {
  background: none repeat scroll 0 0 #5e48ba;
  bottom: -10px;
  color: #fff;
  display: block;
  font-weight: 600;
  left: 35px;
  line-height: 18px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 50px;
}
.author {
    margin-right: 10px;
    text-align: right;
}
.blog-footer {
    background: none repeat scroll 0 0 #fff;
    padding: 10px 0;
}
.user-link {
    margin-right: 25px;
    text-align: right;
}
.blog-group {
    padding-bottom: 40px;
}
.user-comments {
    margin-left: 15px;
}
.single-blog:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.page-number {
  text-align: center;
}
.page-number li a {
  color: #858585;
  font-size: 18px;
  margin-right: 10px;
}
.contact-details-3 i {
  color: #5e48ba;
}
.contact-details-3:hover i {
  background: linear-gradient(to right, #674abe, #b976e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.single-button-3 a {
  border: 2px solid #5e48ba;
  color: #5e48ba;
}
.social-media-3 i {
  color: #5e48ba;
}
.social-media-3 i:hover {
  background: linear-gradient(to right, #674abe, #b976e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
}
.overlay-3 {
  position: relative;
  z-index: 0;
}
.overlay-3:before {
  background:linear-gradient(to right, rgba(103, 74, 189, 0.65), rgba(185, 118, 224, 0.65)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}



/*====================================================================
							Blog 1
======================================================================*/
/*
[ Blog Header ]
==========================*/
.header-blog {
  background: url("../img/blog-header-bg-1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.overlay-blog {
    position: relative;
    z-index: 0;
}
.overlay-blog:before {
    background: none repeat scroll 0 0 rgba(39, 45, 58, 0.75);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.header-text > h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    margin: 90px 0;
	font-family: 'Josefin Sans', sans-serif;
}
.header-text > p {
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
}
.header-text span {
    color: #06AEFE;
}
/*
[ Blog Content ]
==========================*/
.blog-content {
  margin-bottom: 50px;
}
.post-author {
  text-align: center;
}

/*
[ Blog Footer ]
==========================*/
.blog-footer-area {
  background: url("../img/blog-footer-bg.jpg") no-repeat scroll center bottom #f7f7f7;
  padding-bottom: 50px;
}


/*====================================================================
							Blog 2
======================================================================*/

.blog-area-2{
	margin-top:100px;
}
.post-author-2 {
  margin-left: 55px;
}
.keyword-box input {
  background: none repeat scroll 0 0 #f7f7f7;
  border: medium none;
  font-size: 12px;
  padding: 5px;
  width: 300px;
  padding-left: 15px;
  color: #858585;
}
.keyword-box {
    position: relative;
}
.keyword-box button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    position: absolute;
    right: 4px;
    top: 5px;
}
.blog-catagory {
    background: none repeat scroll 0 0 #f7f7f7;
    margin-top: 25px;
    width: 300px;
}

.all-tags {
  background: none repeat scroll 0 0 #f7f7f7;
  margin: 28px 0;
  padding: 20px;
  width: 300px;
}
.popular-single-post {
  margin-bottom: 20px;
  overflow: hidden;
}
.all-tags > h2 {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.all-tags > ul {
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
}
.all-tags li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 20px;
  margin-right: 24px;
}
.all-tags a {
  color: #606060;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
.all-tags a:hover {
    color: #06AEFE;
}
.popular-post > h2 {
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.popular-post {
  background: none repeat scroll 0 0 #f7f7f7;
  padding: 20px;
  width: 300px;
}
.popular-img {
  float: left;
  margin-right: 15px;
}
.popular-text {
    overflow: hidden;
}
.popular-text > a > h2 {
    color: #303030;
    font-size: 14px;
}
.insta-img {
    background: none repeat scroll 0 0 #f7f7f7;
    margin-top: 30px;
    padding: 20px;
    width: 300px;
}
.insta-img > h2 {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.insta-single-img {
    margin-top: 25px;
}
.insta-single-img > a > img {
    margin-bottom: 20px;
    margin-right: 10px;
}
/*====================================================================
							Blog-4
======================================================================*/
.blog-group-full{
	margin-top:50px;
}
.blog-user {
  background: none repeat scroll 0 0 #fff;
  padding: 10px 0;
}
.blog-full-text {
  padding-left: 20px;
  padding-top: 35px;
}
.text-range {
  background: none repeat scroll 0 0 #fff;
  padding: 30px;
}
.blog-user-bottom {
  background: none repeat scroll 0 0 #fff;
  padding: 10px 0;
  overflow:hidden;
}
.blog-social-media {
  float: left;
  padding-left: 15px;
}
.blog-social-media > ul {
    margin: 0;
    padding: 0;
}
.blog-social-media li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 10px;
}
.blog-social-media a {
    color: #c4c4c4;
}
.blog-social-media a:hover {
    color: #06AEFE;
}
.recent-post {
  float: right;
  margin-right: 20px;
}
.blog-side-menu {
  padding: 20px;
  position:relative;
}
.blog-side-menu h3 {
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
	color:#303030;
}
.blog-side-menu > ul {
  margin: 0;
  padding: 0;
}
.blog-side-menu li {
	list-style-type: none;
}
.blog-side-menu ul ul li a {
	color: #757575;
	text-decoration: none;
	font-size: 12px;
	display: block;
	transition: all 0.15s;
}
.blog-side-menu ul ul {
  display: none;
  padding-bottom: 10px;
  padding-left: 25px;
}
.blog-side-menu li.active ul {
	display: block;
}

.blog-side-menu span:before {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 1px;
    position: absolute;
    right: 45px;
    top: 27px;
    transform: rotate(35deg);
    width: 8px;
}
.blog-side-menu span:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 1px;
    position: absolute;
    right: 39px;
    top: 27px;
    transform: rotate(-35deg);
    width: 8px;
}

.img-size-single {
	max-width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0 !important;
}

.img-comp-container {
	position: relative;
	margin-top: 60px;
	height: 323px;
}
.img-comp-img {
	position: absolute;
	width: auto;
	height: auto;
	overflow:hidden;
	-webkit-box-shadow: -1px 4px 40px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 40px -7px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 40px -7px rgba(0,0,0,0.75);
}
.img-shadow {
	-webkit-box-shadow: -1px 4px 40px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 40px -7px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 40px -7px rgba(0,0,0,0.75);
}
.img-comp-img img {
	display:block;
	vertical-align:middle;
}
.img-comp-slider {
	position: absolute;
	z-index:9;
	cursor: ew-resize;
	/*set the appearance of the slider:*/
	width: 40px;
	height: 40px;
	background-color: #06AEFE;
	opacity: 0.7;
	border-radius: 50%;
}
.img-size {
	width: 500px;
	height: 323px;
	max-width: none;
}

.profile {
	height: 100px;
	width: 100px;
	background-color: gray;
	background-image: url("../img/profile.jpg");
	background-size: cover;
	background-position: center;
}

.dark {
	background: #232526;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526);
}

.customer {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
}

.customer > a > div {
	height: 100px;
	width: 210px;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.45);
	background-color: #fff;
	border-radius: 5px;
	z-index: 0;
	margin: 10px;
	text-align: center;
	/* -webkit-transition: box-shadow: 1s, -moz-box-shadow: 1s, -webkit-box-shadow: 1s;
  transition: box-shadow: 1s, -moz-box-shadow: 1s, -webkit-box-shadow: 1s; */
}

.customer > a > div:hover {
	/* position: absolute;
	width: 440px; */

	/* margin-top: -75px;
	margin-left: -10px; */
	-webkit-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.75);
}


.customer img {
	max-width: 170px;
	max-height: 35px;
	vertical-align: middle;
}

.customer .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.animate {
	 transition: 2.0s;
	 border-radius: 1px;
	 -webkit-box-shadow: 0px 0px 55px -5px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 55px -5px rgba(0,0,0,0.9);
box-shadow: 0px 0px 55px -5px rgba(0,0,0,0.9);
}

#cookie_directive_container .navbar {
	height: 80px;
	padding-top: 20px;
	background-color: rgba(30, 32, 32, 0.85);
}

#cookie_directive_container .credit {
	padding-top: 10px;
	color: #fff
}

.one.triggeredCSS    {transform : translate3d(600px,10px,0);}
.two.triggeredCSS     {transform : translate3d(-0px,160px,0);}
/* .three.triggeredCSS {transform : translate3d(0px,0px,0);} */
.three.triggeredCSS {transform : scale(1.1);}

.hidden-dark {
	display: none;
}
.hidden-light {
	display: block;
}

.hidden_no_analytic {
	display: none;
}








/*====================================================================
							[ END ]
======================================================================*/
