@charset "utf-8";
/* CSS Document */
.stick-contact {
    transform: rotate(90deg);
    position: fixed;
    top: 40%;
	right: -60px;
    z-index: 9;
	-webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s;
	animation-iteration-count: 1;
}
@-webkit-keyframes run {
    from { right: -150px;}
    to{ right: -60px;}
}
.stick-contact a {
	background: #c5353a;
    border: 2px solid #fff;
    display: inline-block;
    padding: 12px 30px;
    min-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.banner-wrap {
	position: relative;
	display: block;
	width: 100%;
	min-height: 830px;
}
#banner_home {
	position: relative;
	display: block;
	width: 100%;
	min-height: 830px;
}
#banner_home .item {
	position: relative;
	display: block;
	width: 100%;
	min-height: 830px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.banner-title {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	padding-top: 12%;
	z-index: 3;
}
.banner-title>h2 {
	font-size: 100px;
	font-weight: bold;
	    display: block;
}
.cta-btn {
	position: relative;
	display: block;
	padding-top: 30px;
}
.cta-btn a {
	border: 2px solid #fff;
	display: inline-block;
	padding: 12px 30px;
	min-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

.cta-btn span { vertical-align: middle; }
.cta-btn svg { vertical-align: middle; fill: #fff; }

.gray .cta-btn a {
  color: #fff;
  border-color: #fff;
}
.gray .cta-btn svg {
  fill: #fff;
}
/* Text animation */

.text-gray {
	position: relative;
	color: #373737;
	word-break: break-word;
	display: inline-block;
	margin: 0px;
	-webkit-text-stroke: 2px #373737;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-fill-color: transparent;
}
.text-gray::after {
	color: #373737;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: inline-block;
	overflow: hidden;
	width: 0%;
	white-space: pre;
	word-break: normal;
	content: attr(data-text);
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.13, 0.55, 0.88);
	transition-timing-function: cubic-bezier(0.39, 0.13, 0.55, 0.88);
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: width;
	transition-property: width;
	will-change: width;
	-webkit-text-fill-color: #373737;
	-webkit-text-stroke: unset;
	background-clip: text;
	-webkit-background-clip: text;
	transition: all 1s ease-in-out;
	animation: text-animation 10s infinite;
}
 @keyframes text-animation {  0% {
 width: 0;
}
 50% {
 width: 100%;
}
 100% {
 width: 100%;
}
}
.text-yellow {
	position: relative;
	color: #ffd800;
	word-break: break-word;
	display: inline-block;
	margin: 0px;
	-webkit-text-stroke: 2px #ffd800;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-fill-color: transparent;
}
.text-yellow::after {
	color: #ffd800;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: inline-block;
	overflow: hidden;
	width: 0%;
	white-space: pre;
	word-break: normal;
	content: attr(data-text);
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.13, 0.55, 0.88);
	transition-timing-function: cubic-bezier(0.39, 0.13, 0.55, 0.88);
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: width;
	transition-property: width;
	will-change: width;
	-webkit-text-fill-color: #ffd800;
	-webkit-text-stroke: unset;
	background-clip: text;
	-webkit-background-clip: text;
	transition: all 1s ease-in-out;
	animation: text-animation 10s infinite;
}
 @keyframes text-animation {  0% {
 width: 0;
}
 50% {
 width: 100%;
}
 100% {
 width: 100%;
}
}
.text-white {
	position: relative;
	color: #fff;
	word-break: break-word;
	display: inline-block;
	margin: 0px;
	-webkit-text-stroke: 2px #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-fill-color: transparent;
}
.text-white::after {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: inline-block;
	overflow: hidden;
	width: 0%;
	white-space: pre;
	word-break: normal;
	content: attr(data-text);
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.13, 0.55, 0.88);
	transition-timing-function: cubic-bezier(0.39, 0.13, 0.55, 0.88);
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: width;
	transition-property: width;
	will-change: width;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: unset;
	background-clip: text;
	-webkit-background-clip: text;
	transition: all 1s ease-in-out;
	animation: text-animation 10s infinite;
}
 @keyframes text-animation {  0% {
 width: 0;
}
 50% {
 width: 100%;
}
 100% {
 width: 100%;
}
}
/* bubbls */

#background-wrap {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}


/* KEYFRAMES */

@-webkit-keyframes animateBubble {  0% {
 margin-top: 1000px;
}
 100% {
 margin-top: -100%;
}
}
 @-moz-keyframes animateBubble {  0% {
 margin-top: 1000px;
}
 100% {
 margin-top: -100%;
}
}
 @keyframes animateBubble {  0% {
 margin-top: 1000px;
}
 100% {
 margin-top: -100%;
}
}
 @-webkit-keyframes sideWays {  0% {
 margin-left: 0px;
}
 100% {
 margin-left: 50px;
}
}
 @-moz-keyframes sideWays {  0% {
 margin-left: 0px;
}
 100% {
 margin-left: 50px;
}
}
 @keyframes sideWays {  0% {
 margin-left: 0px;
}
 100% {
 margin-left: 50px;
}
}
/* ANIMATIONS */

.x1 {
	-webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: -5%;
	top: 5%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}
.x2 {
	-webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 5%;
	top: 80%;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}
.x3 {
	-webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 10%;
	top: 40%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}
.x4 {
	-webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 20%;
	top: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
.x5 {
	-webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 30%;
	top: 50%;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
.x6 {
	-webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 50%;
	top: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}
.x7 {
	-webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 65%;
	top: 70%;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}
.x8 {
	-webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 80%;
	top: 10%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
.x9 {
	-webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 90%;
	top: 50%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}
.x10 {
	-webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 80%;
	top: 80%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
/* OBJECTS */

.bubble {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 150px;
	height: 150px;
	position: absolute;
	background-image:url(../images/cake-vector.png);
	background-size: 100%;
}
.bubble.x1 {
	width: 100px;
	height: 100px;
}
.bubble.x5 {
	/*border: 30px solid #25b29d;*/
	width: 80px;
	height: 80px;
}
.popup-gallery {
	position:relative;
}
.popup-gallery:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.one-s .popup-gallery:after {
    opacity: 0.1;
	background:#ed1c24;
}
.two-s .popup-gallery:after {
    opacity: 0.1;
	background:#ffde17;
}
.three-s .popup-gallery:after {
    opacity: 0.1;
	background:#00a14b;
}
.four-s .popup-gallery:after {
    opacity: 0.4;
	background:#f26522;
}
.five-s .popup-gallery:after {
    opacity: 0.5;
	background:#7f3f98;
}
.six-s .popup-gallery:after {
    opacity: 0.2;
	background:#21409a;
}



.features_item .text_align_right {
    display: inline-block;
    width: 75%;
}

.features_item .text_align_left {
    display: inline-block;
    width: 75%;
}


/*Media Share*/

 @media (max-width:1440px) {
	.banner-title > h2 { font-size: 100px; }
}
 @media (max-width:1170px) {
	.banner-title > h2 { font-size: 60px; }
}
 @media (max-width:1024px) {
	.banner-wrap, #banner_home, #banner_home .item { min-height: 600px; }
	.banner-title { padding-top: 10%; }

	.navbar-default .navbar-brand {
		width: 300px;
		padding: 17px;
	}
	.navbar-default .navbar-brand img {
		width: 100%;
	}
	.stick-contact {display:none;}
	
	.features_item .text_align_right {
		width: 70%;
	}
	.features_item .text_align_left {
		width: 70%;
	}
	
}
 @media (max-width:768px) {
	.banner-title { padding-top: 15%; }
	.bubble {
		height: 100px;
		width: 100px;
	}
	.bubble::after {
		height: 100px;
		width: 100px;
	}
	.banner-wrap, #banner_home, #banner_home .item { min-height: 500px; }
	.banner-title {text-align: center;}
	.cta-btn a {padding: 10px 20px; min-height:48px;}
	.banner-title > h2 { font-size: 40px; display: inline-block; }
	.text-white {
		-webkit-text-stroke: 1px #fff;
	}
	.x1 {
		left: -5%;
		top: -120%;
	}
	.x2 {
		left: 5%;
		top: -80%;
	}
	.x3 {
		left: 10%;
		top: -55%;
	}
	.x4 {
		left: 20%;
		top: -100%;
	}
	.x5 {
		left: 30%;
		top: -75%;
	}
	.x6 {
		left: 50%;
		top: 0%;
	}
	.x7 {
		left: 65%;
		top: 45%;
	}
	.x8 {
		left: 80%;
		top: 10%;
	}
	.x9 {
		left: 90%;
		top: 55%;
	}
	.x10 {
		left: 80%;
		top: 50%;
	}
	.item.services, .item.pricing {
		padding-top: 20px!important;
	}
	.item.content, .item.contact {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	#partners1 .margin-bottom-60 {
		margin-bottom: 0px !important;
	}
	.padding-top-40 {
		padding-top: 0px !important;
	}
	div#about h2 {
		font-size: 24px!important;
	}
}
 @media (max-width:480px) {
	.banner-wrap, #banner_home, #banner_home .item { min-height: 490px; }
	.banner-title { padding-top: 40%; }
	.banner-title > h2 {font-size: 30px;}
}
