@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@200;300;400;500;700&display=swap');

html, body {margin:0px; padding: 0px;}
body {background:#131318; color:#85daf4; font-family: 'Fira Sans', sans-serif; }
* {font-weight: 300; letter-spacing: 1px;}

h1, h2,h3,h4,h5,h6 {margin:0; padding: 0;}
blockquote {
    border-left: 5px solid #72ceea;
    color: #000;
}

.al-bg-c-blue {background-color: #85daf4;}
.al-bg-c-dark {background-color: #131318;}
.al-bg-c-white {background-color: #f0f7f9;}
.al-text-c-blue {color: #85daf4;}
.al-text-c-dark {color: #131318;}
.al-text-c-white {color: #f0f7f9;}

::-moz-selection { /* Code for Firefox */
	background: #85daf4;
	color: #131318;
}
::selection {
	background: #85daf4;
	color: #131318;
}
a {color: #f0f7f9;}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#85daf4;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f0f7f9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #f0f7f9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #f0f7f9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #f0f7f9;
}
::placeholder {
	color: #f0f7f9;
	transition:all .4s;
	font-weight: 300;
}
:hover::placeholder, :focus::placeholder {
	color: #758a90;
}
button {position: relative; background:none; border:none; font-size: 20px;border-bottom: 1px solid #85daf4; padding: 10px; color:#f0f7f9; transition: all .4s;font-weight: 400;}
button:before {content: " "; width: 100%; height: 0px; position: absolute; background: #85daf4; left: 0; bottom: 0; transition: all .4s;z-index: -1;}
button:hover:before, button:active:before, button:focus:before {height: 100%; }
button:hover, button:active, button:focus {outline: none; color: #131318; font-weight: 400;}

textarea {background: none; border:none; outline: none; border-bottom:1px solid; border-right:1px solid; width: 100%; padding: 10px; font-size: 20px;}
.textarea-hover {display:initial; font-weight: normal; padding: 17px 0; /*margin: 5px 20px;*/ position: relative;}
.textarea-hover:after {content: " "; background:#85daf4; width: 0px; height: 3px; position: absolute; bottom:18px; left: 0; transition:all .4s ease-in-out;}
.textarea-hover:hover:after {content: " "; width: 100%; height: 3px;}
.textarea-hover.active:after {content: " "; width: 100%; height: 3px;}

input {background: none;border: none;border-bottom: 1px solid;width: 30%; padding: 10px;font-size: 20px;}
input:focus {outline: none;}
.input-hover {display:initial; font-weight: normal; padding: 17px 0; margin: 5px 10px; position: relative;}
.input-hover:after {content: " "; background:#85daf4; width: 0px; height: 3px; position: absolute; bottom:0; left: 0; transition:all .4s ease-in-out;}
.input-hover:hover:after {content: " "; width: 100%; height: 3px;}
.input-hover.active:after {content: " "; width: 100%; height: 3px;}

.back-light-top {width:100%; background:url('/images/back-light-top.png'); height:30px; position:fixed; top:0px;}
.back-light-bot {width:100%; background:url('/images/back-light-bot.png'); height:30px; position:fixed; bottom:0px;}
.bg-ambient-light {width: 100%; height: 100%; background: url(/images/bg-ambient-light.png); 
					position: fixed; top: 0; left: 0; z-index: -1;
					background-size: cover; background-repeat: no-repeat; background-position: center; opacity: 0;
					animation-duration: 1s; animation-name: bg-ambient-appear;animation-timing-function: ease-in-out;
				-webkit-animation-delay: .5s; animation-delay: .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards; }

@keyframes bg-ambient-appear {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.al-center {text-align: center;}

.al-h-line {
	font-size: 28px;
	color: #f0f7f9;
	margin-bottom: 30px;
	font-weight: 300;
	text-align: center;
}
/*.al-h-line:after {
	content: " ";
	display: block;
	width: 100px;
	height: 1px;
	background: #85daf4;
	margin:0 auto;
	margin-top:15px;
}*/
.al-h-line-left {
	text-align: left;
}
.al-h-line-left:after {
	margin:10px 0 0;
}

.al-moto {color:#85daf4; font-weight: 700;}

.line-sep-container {width: 100%;margin: 20px 0px;position: relative;height: 10px;display: flex;justify-content: center;flex-direction: column;}
.line-sep-container .line {width: 0%; height: 1px; background: #f0f7f9; position: absolute; left: 50%;transition: all .3s ease-in-out;}
.line-sep-container .dot {width: 10px;height: 10px;border-radius: 50%;background: #f0f7f9; position: absolute;transition: all .3s ease-in-out; transform: scale(0);}
.line-sep-container .dot:last-child {right: 0;}

.page-content.activate .line-sep-container .line {width: 100%; left: 0;}
.page-content.activate .line-sep-container .dot {transform: scale(1);}

ul.page-title-menu-list {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 18px;
}
li.page-title-menu-item a {
    padding: 10px;
}

.page-title-menu-list li {opacity: 0; transition: all .2s;}
.activate .page-title-menu-list li {opacity:1;}
.activate .page-title-menu-list li:nth-of-type(1) {transition-delay: .2s;}
.activate .page-title-menu-list li:nth-of-type(2) {transition-delay: .3s;}
.activate .page-title-menu-list li:nth-of-type(3) {transition-delay: .4s;}
.activate .page-title-menu-list li:nth-of-type(4) {transition-delay: .5s;}
.activate .page-title-menu-list li:nth-of-type(5) {transition-delay: .6s;}
.activate .page-title-menu-list li:nth-of-type(6) {transition-delay: .7s;}


/* error message list */
.errormessagelist {
	display: inline-block;
    color: white;
    font-size: 16px;
    background: #8a1111;
    padding: 30px;
    text-align: left;
}

/*
* container 
*/
#page-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#home-page-al {
	height:100%; overflow: hidden;
}
.page-title-menu-list .active > a {color:#85daf4;}

/**
 * AL - LightBox CSS
 */

.al-lightbox-container {width:100%; height:100%; position: absolute; z-index: 100000000; top: 0; left:0;display: none;cursor:zoom-out ; }
.al-lightbox-container.active {display: block;}

.al-lightbox-content {z-index: 100000001; width: 100%; height: 100%;transition:background .3s;background: rgba(18, 18, 23, 0);}
.al-lightbox-content.active {background: rgba(18, 18, 23, 0.85);}

.al-lightbox-img {position: absolute;box-shadow:0px 0px 20px -5px #85daf4; border-radius: 10px;}
.al-lightbox-img-transitions {transition: all .2s;}

.al-lightbox img {transform: scale(1); transition:all .3s; box-shadow: 0 0 10px -2px #85daf4;}
.al-lightbox img:hover {cursor:zoom-in; transform: scale(1.03);}

/*
*---- Header CSS ----*
*/
header {width: 100%; height: 80px; position: fixed; top: 0; left: 0; z-index: 9999;/*overflow:hidden;*/}
header a {color:#f0f7f9; transition: all .2s linear;}
header a:hover, header a:active, header a:focus {background-color:rgba(0,0,0,0) !important; color:#85daf4;}
header .active > a {color:#85daf4;}

.header-top-line, .header-bot-line {height: 1px; width: 0%; margin-top: 15px;
				animation-duration: 1s; animation-name: header-line-anim;animation-timing-function: ease-in-out;
				-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.header-bot-line {position: absolute; bottom: 5px; right: 0;}

.header-top-dot, .header-bot-dot {height: 9px; width: 9px; border-radius: 50px; position: absolute; right: 10%; margin-right: -4px; top: 11px; 
				transform: scale(0);
				animation-duration: .3s; animation-name: header-dot-anim;animation-timing-function: ease-in-out;
				-webkit-animation-delay: .9s; animation-delay: .9s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.header-bot-dot {right:auto; margin-right:0; top:auto; left: 10%; margin-left: -4px; bottom: 1px;}

@keyframes header-line-anim {
	0% {width: 0%;}
	100% {width: 90%;}
}
@keyframes header-dot-anim {
	0% {transform: scale(0);}
	100% {transform: scale(1);}
}

.header-cont {height: 60px; background: rgba(18, 18, 23, 0.85);}
.al-navbar-cont {position: relative;display: flex;justify-content: center;}
.al-navbar-cont ul {position: relative; display:flex;}
.header-cont ul > li > a {font-size: 17px; line-height: 40px; padding: 10px 20px; font-weight: 300;}
.al-desk-navbar .desk-hide {display: none;}

.al-navbar-appear-left, .al-navbar-appear-right {position: absolute; height: 58px; width: 60%; z-index: 9999; background: #131318;
								animation-duration: .8s; animation-name: header-display-menu-items ;animation-timing-function: ease-in-out;
								-webkit-animation-delay: .5s; animation-delay: .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.al-navbar-appear-left {left:0;}
.al-navbar-appear-right {right:0;}

@keyframes header-display-menu-items {
	0% {width: 60%;}
	100% {width: 0%;}
}

#artivelab-logo-menu-svg {margin-top: -32px;}
.home-icon {height: 50px; overflow: hidden;}

.nav-has-sub {position: relative; }
.nav-sub-menu {position: absolute; left: 0;top: 58px;padding: 0px 5px;min-width: 340px;background: rgba(18, 18, 23, 0); max-height: 0px; transition: background .3s linear .2s, max-height 0s linear .5s, padding 0s linear 1s; overflow: hidden;}
.nav-sub-menu ul {left:0;list-style: none;display: flex; flex-direction: column;}
.nav-sub-menu ul .nav-sub-item {padding: 2px 0px; opacity: 0; transition: opacity .1s;}
.nav-sub-menu ul .nav-sub-item a {display: inline-block; width: 100%;}
.nav-sub-menu .line {
    width: 1px;
    height: 0%;
    position: absolute;
    top: 0;
    left: 30px;
    background: #f0f7f9;
    transition: all .5s;
}
.nav-sub-menu a .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f0f7f9;
    border-radius: 50%;
    left: 20px;
    margin-top: 10px;
    transition: all .15s;
    transform: scale(0);
}

header .active > a > span {background: #85daf4 !important;}

.nav-has-sub:hover .nav-sub-menu {max-height: 1000px; padding: 5px 5px; background: rgba(18, 18, 23, 0.90); transition: background .3s linear .4s, max-height 0s linear 0s, padding 0s linear 0s;}

.nav-sub-menu li:nth-child(6) a span {transition-delay: 0s;}
.nav-sub-menu li:nth-child(5) a span {transition-delay: .1s;}
.nav-sub-menu li:nth-child(4) a span {transition-delay: .2s;}
.nav-sub-menu li:nth-child(3) a span {transition-delay: .3s;}
.nav-sub-menu li:nth-child(2) a span {transition-delay: .4s;}
.nav-sub-menu li:nth-child(1) a span {transition-delay: .5s;}
.nav-has-sub:hover .nav-sub-menu a span {transform: scale(1);}
.nav-has-sub:hover .nav-sub-menu li:nth-child(1) a span {transition-delay: .1s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(2) a span {transition-delay: .2s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(3) a span {transition-delay: .3s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(4) a span {transition-delay: .4s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(5) a span {transition-delay: .5s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(6) a span {transition-delay: .6s;}

.nav-sub-menu li:nth-child(6) {transition-delay: 0s;}
.nav-sub-menu li:nth-child(5) {transition-delay: .1s;}
.nav-sub-menu li:nth-child(4) {transition-delay: .2s;}
.nav-sub-menu li:nth-child(3) {transition-delay: .3s;}
.nav-sub-menu li:nth-child(2) {transition-delay: .4s;}
.nav-sub-menu li:nth-child(1) {transition-delay: .5s;}
.nav-has-sub:hover .nav-sub-menu li {opacity: 1;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(1) {transition-delay: .1s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(2) {transition-delay: .2s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(3) {transition-delay: .3s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(4) {transition-delay: .4s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(5) {transition-delay: .5s;}
.nav-has-sub:hover .nav-sub-menu li:nth-child(6) {transition-delay: .6s;}
.nav-has-sub:hover .nav-sub-menu .line {height: 100%;}

/*
*---- /Header CSS  ----*
*/

/**
 * Footer CSS ----*
 */

footer {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

footer .social a {
	padding: 5px;
	font-size: 18px;
}

footer .social a i {transition:all .3s; transform:scale(1);}
footer .social a:hover i {transform:scale(1.4);}

.newlettersignup {
	background:#72ceea;
    margin-bottom: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    color: #131318;
}
.newlettersignup button {
    color: #131318;
    border-color: #131318;
    position: relative;
    z-index: 1;
}
.newlettersignup ::placeholder {
    color: #131318;
}
.newlettersignup .input-hover:after {
	background: #131318;
}

.newlettersignup button:hover:before {
	background: #131318;
	
}
.newlettersignup button:hover {
	color:#fff;
}
.newslettercheckbox input[type="checkbox"] {
	width:auto;
	position:relative;
}

/**
 * /Footer CSS ----*
 */



/*
*---- Home page ----*
*/

#home-page-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
** Slide 01 Home Page
*/

#slide-01 {
	height: 100%;
}
.slide-01-art-cont {display: flex; flex-direction: column; justify-content: center; height: 100%;}
.slide-01-cyrcle-position {margin:0 auto; position: relative; width: 500px; height: 500px;}
.slide-01-cyrcle-blue-img, .slide-01-cyrcle-white-img {position: absolute; top: 0; left: 0; transform: scale(0) rotate(0deg);width: 100%; height: 100%; transform-origin: center;}

.slide-01-cyrcle-blue-img{
	 animation-duration: 1.4s; animation-name: animate-blue-cyrcle-slide-01;animation-timing-function: ease-in-out; -webkit-animation-delay: .8s; animation-delay: .8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}
.slide-01-cyrcle-white-img{
	animation-duration: 1.4s; animation-name: animate-white-cyrcle-slide-01;animation-timing-function: ease-in-out; -webkit-animation-delay: .9s; animation-delay: .9s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}


@keyframes animate-blue-cyrcle-slide-01 {
	0% {transform: scale(0) rotate(0deg);}
	100% {transform: scale(1) rotate(344deg);}
}
@keyframes animate-white-cyrcle-slide-01 {
	0% {transform: scale(0) rotate(0deg);}
	100% {transform: scale(1) rotate(-360deg);}
}

.logo-light-slide-01 {transform: scale(0); width: 100%; height: 100%; margin-top:-40px;
					animation-duration: .6s; animation-name: animate-logo-slide-01 ;animation-timing-function: ease-in-out;
					-webkit-animation-delay: 1.8s; animation-delay: 1.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
@keyframes animate-logo-slide-01 {
	0% {transform: scale(0);}
	100% {transform: scale(1);}
}
.slide-01-art-title {font-weight: 100;text-align: center;position: absolute;top: 350px;font-size: 30px;width: 350px;left: 75px;color: #fff;}
.slide-01-art-title span {color: #72ceea; font-weight: normal;}

/**
 * ---- slide 01 arrow ----*
 */

.slide-01-arrows-cont {position: absolute;bottom:30px; width: 100%; height:60px;}
.arrow-bot-slide-01 {width: 60px; margin: 0 auto; position: relative;}
.arrow-bot-slide-01 svg {position: absolute;bottom: : 0; left: 0;opacity: 0;}
.arrow-bot-slide-01 svg {animation-duration: .5s; animation-name: arrow-bot-appear ;animation-timing-function: ease-in-out;-webkit-animation-fill-mode:forwards; animation-fill-mode:forwards;animation-iteration-count:1;}

#arrow-bot-slide-01-svg-top {-webkit-animation-delay: 2.3s; animation-delay: 2.3s;}
#arrow-bot-slide-01-svg-middle {-webkit-animation-delay: 2.6s; animation-delay: 2.6s;}
#arrow-bot-slide-01-svg-bot {-webkit-animation-delay: 2.9s; animation-delay: 2.9s;}

.arrow-bot-slide-01:hover svg {animation-iteration-count:infinite;animation-duration: 1s; cursor: pointer;}

@keyframes arrow-bot-appear {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/**
 * ---- slide 02 arrow ----*
 */
.slide-02-arrows-cont {position: absolute;bottom:30px; width: 100%; height:60px; display: none; left:0;}
.activate-slide-02 .slide-02-arrows-cont {display:block;}
.arrow-bot-slide-02 {width: 60px; margin: 0 auto; position: relative;}
.arrow-bot-slide-02 svg {position: absolute;bottom: : 0; left: 0;opacity: 0;}
.arrow-bot-slide-02 svg {animation-duration: .5s; animation-name: arrow-bot-appear ;animation-timing-function: ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards; animation-iteration-count:1;}

#arrow-bot-slide-02-svg-top {-webkit-animation-delay: 2.3s; animation-delay: 2.3s;}
#arrow-bot-slide-02-svg-middle {-webkit-animation-delay: 2.6s; animation-delay: 2.6s;}
#arrow-bot-slide-02-svg-bot {-webkit-animation-delay: 2.9s; animation-delay: 2.9s;}

.arrow-bot-slide-02:hover svg {animation-iteration-count:infinite;animation-duration: 1s; cursor: pointer;}

@keyframes arrow-bot-appear {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*
*---- home-page slide indicators ----*
*/


.slide-dots-left-cont {
	position: absolute;
    left: 0px;
    width: auto;
    height: 140px;
    top: 50%;
    margin-top: -70px;
    z-index: 9999;
}
.slide-dot-cont .slide-dot-line {
    width: 30px;
    position: absolute;
    height: 2px;
    left: -100px;
    top: 11px;
    background: #f0f7f9;
    transition: all .4s linear;
}
.slide-dot-cont .slide-dot-outer-cyrcle {
    position: absolute;
    left: 30px;
    width: 26px;
    height: 26px;
    opacity: 0;
    border-radius: 50%;
    border: 2px solid #f0f7f9;
    transition: all .4s linear;
}
.slide-dot-cont {position: relative;}
.second-slide-dot {top:50px;}
.third-slide-dot {top:100px;}

.slide-dot-cont:hover {cursor: pointer;}
.slide-dot-cont.active .slide-dot-line, .slide-dot-cont:hover .slide-dot-line {
	width: 40px;
	background:#85daf4;
}
.slide-dot-cont.active .slide-dot-outer-cyrcle, .slide-dot-cont:hover .slide-dot-outer-cyrcle {
	left:40px;
	width:26px;
	height:26px;
	border: 3px solid #85daf4;
}
.slide-dot-selected {
    background: #85daf4;
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transform: scale(0);
    transition: all .4s linear;
}
.slide-dot-cont.active .slide-dot-selected, .slide-dot-cont:hover .slide-dot-selected {
	transform:scale(1);
}
.slide-dot-cont .slide-dot-line {
	animation-duration: .2s; animation-name: slide-slide-line;animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}
.first-slide-dot .slide-dot-line {-webkit-animation-delay: 1s; animation-delay: 1s;}
.second-slide-dot .slide-dot-line {-webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.third-slide-dot .slide-dot-line {-webkit-animation-delay: 1.4s; animation-delay: 1.4s;}

.slide-dot-cont .slide-dot-outer-cyrcle {
	animation-duration: .2s; animation-name: slide-slide-outer-dot ;animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}
.first-slide-dot .slide-dot-outer-cyrcle {-webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.second-slide-dot .slide-dot-outer-cyrcle {-webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
.third-slide-dot .slide-dot-outer-cyrcle {-webkit-animation-delay: 1.6s; animation-delay: 1.6s;}
@keyframes slide-slide-line {
	0% {left:-100px;}
	100% {left:0px;}
}
@keyframes slide-slide-outer-dot {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*
*---- options-right ----*
*/

.options-right-cont {
	position: fixed;
    right: 0px;
    width: 60px;
    height: 180px;
    top: 50%;
    margin-top: -90px;
    z-index: 9999;
}
.option-cont {
	text-align: center;
    font-size: 25px;
    color: #f0f7f9;
    height: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    background: rgba(19, 19, 24, 0.75);
}
.option-cont:hover {
	cursor: pointer;
}
.option-cont:hover i {color:#84d9f3;}
.option-cont:hover .option-dot-side {transform: scale(1.3); background: #f0f7f9;}
.option-cont:hover .option-line-side, .option-cont:hover .option-line-top  {background: #f0f7f9;}
.option-line-top {
    width: 0px;
    position: absolute;
    height: 2px;
    background: #84d9f3;
    right: 0;
    transition: all .4s linear;
}
.option-line-side {
    position: absolute;
    left: 4px;
    width: 2px;
    height: 0px;
    background: #84d9f3;
    transition: all .4s linear;
}
.option-dot-side {
	background: #84d9f3;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 25px;
    border-radius: 50%;
    transform: scale(1);
    opacity: 0;
    transition: all .4s linear;
}
.option-cont i {
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    opacity: 0;
    transition: all .4s linear;
}
.option-line-top {
	animation-duration: .2s; animation-name: option-line-top-anime;animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}

.option-lang .option-line-top {-webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.option-share .option-line-top {-webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
.option-ticket .option-line-top {-webkit-animation-delay: 1.6s; animation-delay: 1.6s;}
.option-chat .option-line-top {-webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.option-line-side {
	animation-duration: .2s; animation-name: option-line-side-anime;animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}

.option-lang .option-line-side {-webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
.option-share .option-line-side {-webkit-animation-delay: 1.6s; animation-delay: 1.6s;}
.option-ticket .option-line-side {-webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.option-chat .option-line-side {-webkit-animation-delay: 2s; animation-delay: 2s;}
.option-dot-side {
	animation-duration: .2s; animation-name: option-dot-side-anime;animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}

.option-lang .option-dot-side {-webkit-animation-delay: 1.6s; animation-delay: 1.6s;}
.option-share .option-dot-side {-webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.option-ticket .option-dot-side {-webkit-animation-delay: 2s; animation-delay: 2s;}
.option-chat .option-dot-side {-webkit-animation-delay: 2.2s; animation-delay: 2.2s;}
.option-cont i {
	animation-duration: .2s; animation-name: option-icon-anime;animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}

.option-lang i {-webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.option-share i {-webkit-animation-delay: 2s; animation-delay: 2s;}
.option-ticket i {-webkit-animation-delay: 2.2s; animation-delay: 2.2s;}
.option-chat i {-webkit-animation-delay: 2.4s; animation-delay: 2.4s;}

@keyframes option-line-top-anime {
	0% {width: 0px;}
	100% {width: 56px;}
}
@keyframes option-line-side-anime {
	0% {height: 0px;}
	100% {height: 25px;}
}
@keyframes option-dot-side-anime {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes option-icon-anime {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.option-hover-box {
	position: absolute;
	top: 0;
	right: 60px;
	width: 0px;
	transition:all 0s linear;
	transition-delay: .4s;
    background: rgba(19, 19, 24, 0.75);
}
.option-hover-line {
	position: absolute;
	background: #f0f7f9;
	height: 2px;
	width: 0%;
	top: 30px;
	right: 0px;
	transition: all .2s linear;
	transition-delay: .1s;
}
.option-hover-dot {
    height: 0px;
    width: 0px;
    position: absolute;
    background: #f0f7f9;
    border-radius: 50%;
    top: 30px;
    right: 100%;
    transition: all .2s linear;
    transition-delay: 0s;
}
.option-hover-text {
	font-size: 14px;
    padding: 0px 10px;
    margin-right: 5px;
    line-height: 30px;
    display: block;
    text-align: center;
    opacity: 0;
    transition: all .2s linear;
    transition-delay: .1s;
    overflow: hidden;
}

.option-cont:hover .option-hover-box {
	width:110px;
	transition-delay: 0s;
} 

.option-cont:hover .option-hover-line {
	width: 100%;
	transition-delay: 0s;
} 
.option-cont:hover .option-hover-dot {
	width: 9px;
	height: 9px;
	top:27px;
	transition-delay: .2s;
} 
.option-cont:hover .option-hover-text {
	opacity: 1;
} 

/**
 * Slide 1 outro Animation
 */

.slide-01-animate-out .logo-light-slide-01 {
	transform: scale(1);
	animation-duration: .4s; animation-name: animate-logo-slide-01-outro; animation-timing-function: ease-in-out;
	-webkit-animation-delay: .2s; animation-delay: .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}

@keyframes animate-logo-slide-01-outro {
	0% {transform: scale(1);}
	100% {transform: scale(0);}
}

.slide-01-animate-out .slide-01-cyrcle-blue-img{
	transform: scale(1) rotate(344deg);
	animation-duration: .9s; animation-name: animate-blue-cyrcle-slide-01-outro;animation-timing-function: ease-in-out; -webkit-animation-delay: .1s; animation-delay: .1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}
.slide-01-animate-out .slide-01-cyrcle-white-img {
	transform: scale(1) rotate(-360deg);
	animation-duration: .9s; animation-name: animate-white-cyrcle-slide-01-outro;animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; animation-delay: 0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
}

@keyframes animate-blue-cyrcle-slide-01-outro {
	0% {transform: scale(1) rotate(344deg);}
	100% {transform: scale(0) rotate(1deg);}
}
@keyframes animate-white-cyrcle-slide-01-outro {
	0% {transform: scale(1) rotate(-360deg);}
	100% {transform: scale(0) rotate(1deg);}
}

.slide-01-animate-out .arrow-bot-slide-01 svg {animation-duration: .5s; animation-name: arrow-bot-disappear ;animation-timing-function: ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards; animation-iteration-count:1;}

@keyframes arrow-bot-disappear {
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/**
 * Slide 02 
 */

#slide-02 {
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: none;
}

.slide-02-services-cont {display: flex; flex-direction: column; justify-content: center; height: 100%;}
.slide-02-circle-center {width: 200px;height: 200px;border-radius: 50%;margin: 0 auto;text-align: center; z-index: 999; position: relative;transition:background-color 1s;}
.slide-02-circle-center:hover {background-color:rgba(19, 19, 24, 0.55); animation-duration: 1s;animation-name: time-pulse;animation-timing-function: ease-in-out;animation-iteration-count: infinite;}
@keyframes time-pulse {
	0% {
    	box-shadow: 0px 0px 0px;
	}
	20% {
	    box-shadow: 0px 0px 14px;
	}
	70% {
	    box-shadow: 0px 0px 7px;
	}
	100% {
	    box-shadow: 0px 0px 0px;
	}
}
.slide-02-logo-icon {position: relative; top: 5px; transition:opacity 1.5s; opacity: 0; transition-delay: .7s;}
.slide-02-circle {
    position: relative;
    color: #999;
    font-size: 20px;
    text-align: center;
}
.slide-02-circle svg {position: absolute; top: 0; left: 0;}
.slide-02-circle .outer {
    fill: transparent;
    stroke: #72ceea;
    stroke-width: 2px;
    stroke-dasharray: 628;
    transition: stroke-dashoffset 1.5s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190deg);
    stroke-dashoffset: 628 !important;
}
.activate-slide-02 .slide-02-circle .outer {stroke-dashoffset:0 !important;}
.activate-slide-02 .slide-02-logo-icon {opacity: 1;}

.slide-02-services-group {position: absolute;width: 100%; max-width:1000px; text-align: center;}
.slide-02-row {position: relative; height: 164px;}
.slide-02-row-middle {margin:66px 0;}
.slide-02-service-cont {
    width: 360px;
    height: 164px;
    border: 1px solid;
    position: absolute;
    transition: all 1s;
    transition-delay: 0s;
    opacity: 0;
}
.activate-slide-02 .slide-02-service-cont {opacity: 1;}

.slide-02-service-web {right:61.7%;} 
.activate-slide-02 .slide-02-service-web {right: 51.7%; transition-delay: .9s;}
.slide-02-service-hosting {right:61.7%;} 
.activate-slide-02 .slide-02-service-hosting {right: 51.7%; transition-delay: .5s;}
.slide-02-service-mobile {left:61.7%;} 
.activate-slide-02 .slide-02-service-mobile {left: 51.7%; transition-delay: 0s;}
.slide-02-service-support {left:61.7%;} 
.activate-slide-02 .slide-02-service-support {left: 51.7%; transition-delay: .3s;}

.slide-02-service-graphics {right:74.4%;} 
.activate-slide-02 .slide-02-service-graphics {right: 64.4%; transition-delay: .7s;}
.slide-02-service-marketing {left:74.4%;} 
.activate-slide-02 .slide-02-service-marketing {left: 64.4%; transition-delay: .1s;}

.slide-02-service-content {padding: 7px; transition: all 1s;}
.slide-02-service-content h2 {line-height: 40px; margin:0; font-size:20px; font-weight: 300; color:#f0f7f9; letter-spacing: 2px;}
.slide-02-service-content .fa {font-size:35px;line-height: 50px;}
.slide-02-service-content p {color:#f0f7f9;letter-spacing: 1px;}
.slide-02-service-content p {font-size:16px; }

.slide-02-service-cont:hover {animation-duration: 1s;animation-name: time-pulse;animation-timing-function: ease-in-out;animation-iteration-count: infinite;}
.slide-02-service-content:hover {background-color:rgba(19, 19, 24, 0.55);}
.slide-02-service-cont h2, .slide-02-service-cont p, .slide-02-service-cont i {transition:all 1s;}
.slide-02-service-cont:hover h2 {color: #85daf4;}
.slide-02-service-cont:hover i {color:#f0f7f9; transform:rotate(360deg);}

.slide-02-services-lines {position: absolute;width: 500px;height: 500px;left: 50%;margin-left: -250px;}
.slide-02-service-line {width: 500px;margin: 0 auto;top: 50%;position: absolute;margin-top: -250px;}
.slide-02-service-line {stroke-width: 2px;stroke-dasharray: 98;stroke-dashoffset: -98; opacity:0; transition: all .5s}

.activate-slide-02  .slide-02-service-line {stroke-dashoffset: 0; opacity: 1;}
.activate-slide-02  .slide-02-service-line-02 {transition-delay: .1s;}
.activate-slide-02  .slide-02-service-line-04 {transition-delay: .3s;}
.activate-slide-02  .slide-02-service-line-06 {transition-delay: .5s;}
.activate-slide-02  .slide-02-service-line-05 {transition-delay: .7s;}
.activate-slide-02  .slide-02-service-line-03 {transition-delay: .9s;}
.activate-slide-02  .slide-02-service-line-01 {transition-delay: 1.1s;}

/**
 * Slide 03
 */
#slide-03 #homepageContent, #slide-03 #homepageWheel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /* overflow: hidden; */
    text-align: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
#slide-03 hr.short {
    width: 300px;
    border-color: #8af0ff;
}
#slide-03 {
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: none;
}
#slide-03 .sepline {
    width: 100px;
    height: 1px;
    background: #8af0ff;
    box-shadow: 0px 0px 10px 0.3px #8af0ff;
    margin: 10px 0px 10px;
    opacity: 0;
}

#slide-03 .wheelPartTitles .wheelPart1 .sepline {
    width: 170px;
    margin-left: 0px;
    transition: all .3s;
}
#slide-03 .wheelPartTitles .wheelPart1.active .sepline {
    margin-left: 110px;
    opacity: 1;
}
#slide-03 .wheelPartTitles .wheelPart2 .sepline {
    width: 170px;
    margin-left: 120px;
    transition: all .3s;
}
#slide-03 .wheelPartTitles .wheelPart2.active .sepline {
    margin-left: 20px;
    opacity: 1;
}
#slide-03 .wheelPartTitles .wheelPart3 .sepline {
    width: 0px;
    margin-left: 170px;
    transition: all .3s;
}
#slide-03 .wheelPartTitles .wheelPart3.active .sepline {
    width: 170px;
    margin-left: 65px;
    opacity: 1;
}

.slide-03-cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    align-items: center;
    box-sizing: border-box;
    padding-top: 100px;
}
.slide-03-newsletter-cont {text-align: center;}
.slide-03-newsletter h2 {font-size: 28px;color: #f0f7f9;line-height: 75px; transition:all .4s; opacity: 0; -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px); font-weight: 300;}
.activate-slide-03 .slide-03-newsletter h2 {opacity: 1; -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter: blur(0px);}

.slide-03-newsletter .line-seperator {width: 0px;height: 1px;background: #85daf4;display: block;margin: 0 auto; transition: all .4s; transition-delay: .3s;}
.activate-slide-03 .slide-03-newsletter .line-seperator {width: 150px;}

.slide-03-newsletter p {color: #f0f7f9;font-size: 18px;margin-top: 10px;transition:all .4s; opacity: 0; -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px); transition-delay: .5s; margin-bottom:40px;}
.activate-slide-03 .slide-03-newsletter p {opacity: 1; -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter: blur(0px);}
.slide-03-newsletter .input-hover {overflow: hidden;}
.slide-03-newsletter .input-hover input {width: 30%; transition: all .3s; transition-delay: .6s;opacity: 0; -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px); }
.slide-03-newsletter .input-hover:nth-of-type(2) input {transition-delay: .7s;}
.activate-slide-03 .slide-03-newsletter input {opacity: 1; -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter: blur(0px);}

.slide-03-newsletter button {margin-left: 20px;transition: opacity .3s linear .8s, filter .3s linear .8s, -webkit-filter .3s linear .8s, color .4s linear 0s; opacity: 0; -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px);}
.activate-slide-03 .slide-03-newsletter button {opacity: 1; -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter: blur(0px);}

.newslettererrormessages, .newslettersuccess h4 {display: none;}


.slide-03-extra-buttons-cont {margin-top: 80px; display: flex;}
.slide-03-extra-buttons-cont .slide-03-boxes-group h3 {font-size:20px;}
.slide-03-boxes-group { 
	height: 160px;
    width: 160px;
    margin: 0 45px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: all .3s; opacity: 0; -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px); transition-delay: .8s;
}
.slide-03-boxes-group:nth-of-type(2) {transition-delay: .9s;}
.slide-03-boxes-group:nth-of-type(3) {transition-delay: 1s;}
.activate-slide-03 .slide-03-boxes-group {opacity: 1; -webkit-filter: blur(0px);filter: blur(0px);}

.slide-03-box-anim {
    position: absolute;
    width: 0px;
    height: 0px;
    border:1px solid #f0f7f9;
    left: 50%;
    top: 0%;
    transform: rotate(0deg);
    transition:all .3s ease-in-out;
}
.slide-03-bot-line {bottom:0; top:unset;}

.slide-03-right-line {right:0; left:unset;}
.activate-slide-03 .slide-03-boxes-group .slide-03-box-anim {
	width: 100%;
	height: 100%;
	left: 0;
	transform: rotate(45deg);
}

.slide-03-boxes-group:hover .slide-03-box-anim {
	width: 0%;
	height: 0%;
	left: 50%;
	top: 50%;
	border:1px solid transparent;
	transform: rotate(-45deg);
}

.slide-03-boxes-group a {color:#85daf4; transition:all .3s; height:130px; width: 100%; display: flex; flex-direction: column; justify-content: center;}
.slide-03-boxes-group:hover a {color:#f0f7f9; text-decoration: none;}

.slide-03-copyrights {position: absolute;bottom: 40px;left: 50%;margin-left: -140px;width: 280px;color: #f0f7f9; transition: all .3s; opacity: 0; transition-delay: 1s}
.slide-03-copyrights h4 {font-size:13px; font-weight: 300;}
.activate-slide-03 .slide-03-copyrights {opacity: 1;}


.application h3 {
    color: #8af0ff;
    padding-left: 70px;
    margin-top: 10px;
    text-align: left;
}
.application .corner-icon {
    width: 60px;
    height: 48px;
    position: absolute;
    top: 0;
    border-top: 1px solid #eaeced;
    border-right: 1px solid #eaeced;
    font-size: 30px;
    text-align: center;
    padding: 6px;
    border-top-right-radius: 5px;
    color: #8af0ff;
}
.application hr {
    margin-left: 60px;
    margin-top: 11px;
}
.read-more-container {
    text-align: right;
}

.read-more-btn .read-more-txt {
    position: absolute;
    color: #161f32;
    padding-top: 15px;
    width: 100%;
}
.read-more-btn {
    position: relative;
    text-align: center;
}
.read-more-btn svg {
    width: 160px;
    height: 50px;
}
.read-more-btn svg polygon {
    fill: #8af0ff !important;
    transition: fill .4s;
}
.read-more-btn:hover svg polygon {
    fill: #eaeced !important;
}

/**
 * Options Opened
 */

.search-opened {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 14, 18, 0);
    z-index: 9999;
    display: none;
    transition:all .3s;
    transition-delay: 1s;
}
.search-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-close {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-size: 22px;
    transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .8s;
}
.search-close:hover {cursor: pointer;}
.search-close p {transition: all .3s;color: #f0f7f9;}
.search-close:hover p {color: #85daf4;}

.search-opened.active {
	background: rgba(14, 14, 18, 0.95);
	transition-delay: 0s;
}
.search-content h3 {
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .3s;
}
.search-opened.active .search-content h3 {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.search-opened.active .search-close {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.search-opened input {
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .5s;
}
.search-opened button {
	margin-left:30px; width: 60px;
	transition: opacity .3s linear .7s, filter .3s linear .7s, -webkit-filter .3s linear .7s, color .4s linear 0s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px);
}
.search-opened.active .search-content h3,.search-opened.active .search-content input,.search-opened.active .search-content button {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}




/*lang options opened*/
.option-lang-opened {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 14, 18, 0);
    z-index: 9999;
    display: none;
    transition:all .3s;
    transition-delay: 1s;
}
.option-lang-content {
    width: 1000px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:0 auto;
}
.option-lang-content ul {list-style: none; padding: 0px;}

.option-lang-content li {
	font-size: 20px;
    font-weight: 400;
    color: #f0f7f9;
    margin-bottom: 30px;
    transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .2s;
}

.option-lang-opened.active .option-lang-content li {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}

.option-lang-close {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-size: 26px;
    transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .8s;
}
.option-lang-close:hover {cursor: pointer;}
.option-lang-close p {transition: all .3s;color: #f0f7f9;}
.option-lang-close:hover p {color: #85daf4;}

.option-lang-opened.active {
	background: rgba(14, 14, 18, 0.95);
	transition-delay: 0s;
}
.option-lang-content h3 {
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .3s;
}
.option-lang-opened.active .option-lang-content h3 {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.option-lang-opened.active .option-lang-close {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.option-lang-content .input-hover input {
	width: 80%; margin-bottom:34px;
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .5s;
}
.option-lang-content .input-hover:nth-child(2) input {
	transition-delay: .6s;
}
.option-lang-content .input-hover:nth-child(3) input {
	transition-delay: .7s;
}
.option-lang-opened button {
	width: 80%;
	transition: opacity .3s linear .7s, filter .3s linear .7s, -webkit-filter .3s linear .7s, color .4s linear 0s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px);
}
.option-lang-opened.active .option-lang-content h3,.option-lang-opened.active .option-lang-content input,.option-lang-opened.active .option-lang-content button {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}



.option-share-opened {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 14, 18, 0);
    z-index: 9999;
    display: none;
    transition:all .3s;
    transition-delay: 1s;
}
.option-share-opened.active {
	background: rgba(14, 14, 18, 0.95);
	transition-delay: 0s;
}
.option-share-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.option-share-content a {position: relative; display: inline-block;}
.option-share-content a:hover, .option-share-content a:active, .option-share-content a:focus {
	text-decoration: none;
}

.option-share-content i {
    font-size: 30px;
    color: #85daf4;
    border-radius: 50%;
    display: inline-flex;
    width: 90px;
    height: 90px;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
}

.option-share-circle {
    position: relative;
    color: #999;
    font-size: 20px;
    text-align: center;
}
.option-share-circle svg {position: absolute; top: 0; left: 0;}
.option-share-circle .outer {
    fill: transparent;
    stroke: #72ceea;
    stroke-width: 2px;
    stroke-dasharray: 628;
    transition: stroke-dashoffset 1.2s ease-in-out;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190deg);
    stroke-dashoffset: 628 !important;
}
.option-share-content a:hover .option-share-circle .outer {stroke-dashoffset:0 !important;}

.option-share-close {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-size: 22px;
    transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .8s;
}
.option-share-close:hover {cursor: pointer;}
.option-share-close p {transition: all .3s;color: #f0f7f9;}
.option-share-close:hover p {color: #85daf4;}

.option-share-content h3 {
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: 0s;
}
.option-share-opened.active .option-share-content h3 {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.option-share-content a {
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .3s;
}
.option-share-content a:nth-of-type(2) {
	transition-delay: .4s;
}
.option-share-content a:nth-of-type(3) {
	transition-delay: .5s;
}
.option-share-content a:nth-of-type(4) {
	transition-delay: .6s;
}
.option-share-content a:nth-of-type(5) {
	transition-delay: .7s;
}
.option-share-opened.active .option-share-content a {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.option-share-opened.active .option-share-close {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}


/*ticket options opened*/
.option-ticket-opened {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 14, 18, 0);
    z-index: 9999;
    display: none;
    transition:all .3s;
    transition-delay: 1s;
}
.option-ticket-content {
    width: 1000px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:0 auto;
}

.option-ticket-content textarea {
	transition: opacity .3s linear .6s, -webkit-filter .3s linear .6s, filter .3s linear .6s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); 
}

.option-ticket-opened.active .option-ticket-content textarea {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}

.option-ticket-content p {
	font-size: 18px;
    font-weight: 400;
    color: #f0f7f9;
    margin-bottom: 30px;
    transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .2s;
}

.option-ticket-opened.active .option-ticket-content p {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}

.option-ticket-close {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-size: 26px;
    transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .8s;
}
.option-ticket-close:hover {cursor: pointer;}
.option-ticket-close p {transition: all .3s;color: #f0f7f9;}
.option-ticket-close:hover p {color: #85daf4;}

.option-ticket-opened.active {
	background: rgba(14, 14, 18, 0.95);
	transition-delay: 0s;
}
.option-ticket-content h3 {
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .3s;
}
.option-ticket-opened.active .option-ticket-content h3 {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.option-ticket-opened.active .option-ticket-close {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.option-ticket-content .input-hover input {
	width: 80%; margin-bottom:34px;
	transition: all .3s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px); transition-delay: .5s;
}
.option-ticket-content .input-hover:nth-child(2) input {
	transition-delay: .6s;
}
.option-ticket-content .input-hover:nth-child(3) input {
	transition-delay: .7s;
}
.option-ticket-opened button {
	width: 80%;
	transition: opacity .3s linear .7s, filter .3s linear .7s, -webkit-filter .3s linear .7s, color .4s linear 0s; opacity: 0; -webkit-filter: blur(10px);
    filter: blur(10px);
}
.option-ticket-opened.active .option-ticket-content h3,.option-ticket-opened.active .option-ticket-content input,.option-ticket-opened.active .option-ticket-content button {
	opacity: 1;
	-webkit-filter: blur(0px);
    filter: blur(0px);
}
.ticketerrormessages, .successticket h4 {display: none;}

/* Page Content For every page*/
.page-content {
	margin-top: 100px;
	margin-bottom: 60px;
}

.page-content-container .al-page-quickinfo-container .icon {
    background: rgba(255, 255, 255, 0.16);
    height: 200px;
    font-size: 100px;
    text-align: center;
    color: #72ceea;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-content-container .al-page-quickinfo-container h3 {margin-bottom:20px;}
.page-content-container .al-page-quickinfo-container a {display: inline-block;}
.page-content-container .al-page-quickinfo-container .quotebtn {
	border: 1px solid #71ceea;
    width: 200px;
    padding: 15px;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
    color: #71ceea;
}
.page-content-container .al-page-content {margin-top:40px;}
.page-content-container .al-page-content .row {margin-top:30px;}
.page-content-container .al-page-content .icon {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    color: #72ceea;
    align-items: center;
}
.page-content-container .al-page-content .icon i {
    border: 2px solid;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-content-container .al-page-content .icon i:hover {
    animation-duration: 1s;animation-name: time-pulse;animation-timing-function: ease-in-out;animation-iteration-count: infinite;
}
.page-content-container .al-page-content .content h3 {margin-bottom: 20px;}

.page-text-container  h2 {-webkit-filter: blur(10px); filter: blur(10px); opacity: 0;transition: all .6s .3s;}
.al-page-quickinfo-container .col-md-9,
.al-page-quickinfo-container .icon,
.al-page-content .row {-webkit-filter: blur(10px); filter: blur(10px); opacity: 0;transition: all .4s .3s;}

.al-page-quickinfo-container .col-md-9 {transition-delay: .4s;}
.al-page-quickinfo-container .icon {transition-delay: .5s;}
.al-page-content .row {transition-delay: .6s;}
.al-page-content .row:nth-of-type(2) {transition-delay: .8s;}
.al-page-content .row:nth-of-type(3) {transition-delay: 1s;}
.al-page-content .row:nth-of-type(4) {transition-delay: 1.2s;}
.al-page-content .row:nth-of-type(5) {transition-delay: 1.4s;}
.al-page-content .row:nth-of-type(6) {transition-delay: 1.6s;}
.al-page-content .row:nth-of-type(7) {transition-delay: 1.8s;}
.al-page-content .row:nth-of-type(8) {transition-delay: 2s;}

.activate .page-text-container h2,
.activate .al-page-quickinfo-container .col-md-9,
.activate .al-page-quickinfo-container .icon,
.activate .al-page-content .row  {-webkit-filter: blur(0px); filter: blur(0px); opacity: 1; }



/* Contact page Styles */
.contact-info-container {text-align: center;}
.contact-info-container h2 {opacity: 0;-webkit-filter: blur(10px);filter: blur(10px); transition: all .3s;}
.contact-info-container:after {content: " "; display: block; clear: both;}
.contact-info-text-right p, .contact-info-text-left p {color:#f0f7f9; font-weight: 400; letter-spacing: 1px;}
.contact-info-text-left, .contact-info-text-right {
    float: left;
    width: 48%;
    padding: 20px 10px;
    font-size: 16px;
    margin: 1%;
    border-right: 1px solid;
    min-height: 174px;
    opacity: 0;-webkit-filter: blur(10px);filter: blur(10px); transition: all .3s;
}
.contact-info-text-right {
	border-left:1px solid;
	border-right: 0;
}

.formerrormessages, .formsuccess h4 {display: none;}

.contact-forms-container {text-align: center;}
.contact-forms-container h2 {opacity: 0;-webkit-filter: blur(10px);filter: blur(10px); transition: all .3s;}
.contact-forms-container input {margin-bottom: 34px;}
.contact-forms-container input, .contact-forms-container button {width: 90%;}
.contact-forms-container form {opacity: 0;-webkit-filter: blur(10px);filter: blur(10px); transition: all .3s;}

.activate .contact-info-container h2 {opacity: 1;-webkit-filter: blur(0px);filter: blur(0px);}
.contact-info-text-left {transition-delay: .2s;}
.contact-info-text-right {transition-delay: .3s;}
.activate .contact-info-text-left, .activate .contact-info-text-right {opacity: 1;-webkit-filter: blur(0px);filter: blur(0px);}

#contact-page-content .contact-line-sep .line {transition-delay: .4s;}
#contact-page-content .contact-line-sep .dot {transition-delay: .6s;}

.contact-forms-container h2 {transition-delay: .8s;}
.activate .contact-forms-container h2 {opacity: 1;-webkit-filter: blur(0px);filter: blur(0px);}
.contact-forms-container form {transition-delay: 1s;}
.activate .contact-forms-container form {opacity: 1;-webkit-filter: blur(0px);filter: blur(0px);}



/**
 * Meet Us CSS 
 */
.meetus-text-container h2 {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear 0s;}
.meetus-text-container p {font-size: 16px; font-weight: 400;/*background:rgba(19,19,24,.3);*/ padding: 10px 60px;
-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear 0s;}



.meetus-timeline-container {display: flex; height:180px; justify-content: center; flex-direction: column; align-items: center; margin-bottom: 40px;}
.meetus-timeline-container h3 {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear 0s;}
.meetus-timeline-design {width: 60%;margin: 20px 0px;position: relative;height: 10px;display: flex;justify-content: center;flex-direction: column;}
.meetus-timeline-design .line {width: 0%; height: 1px; background: #85daf4; position: absolute; left: 0; transition: all .4s;}
.meetus-timeline-design .dot {width: 10px;height: 10px;border-radius: 50%;background: #85daf4; position: absolute; left: 0; transform: scale(0); transition: all .3s;}
.meetus-timeline-design .dot:nth-child(2) {left:25%;}
.meetus-timeline-design .dot:nth-child(3) {left: 50%;}
.meetus-timeline-design .dot:nth-child(4) {left: 75%;}
.meetus-timeline-design .dot:nth-child(5) {left: 100%;}

.meetus-timeline-hovers-container {height: 10px;display: block;position: relative;width: 60%;}

.timeline-dates-container {top: 20px;position: relative;}
.timeline-dates {
	display: block;
    border: 1px solid;
    position: absolute;
    left: 0;
    width: 80px;
    margin-left: -36px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 0px;
    transition: all .3s; 
    -webkit-filter: blur(10px);filter: blur(10px);opacity: 0;
}
.timeline-dates:hover {cursor: pointer;}
.meetus-timeline-design .timeline-dates:nth-of-type(2) {left:25%;}
.meetus-timeline-design .timeline-dates:nth-of-type(3) {left:50%;}
.meetus-timeline-design .timeline-dates:nth-of-type(4) {left:75%;}
.meetus-timeline-design .timeline-dates:nth-of-type(5) {left:100%;}

.meetus-timeline-hovers-container .timeline-hovers {
    position: absolute;
    float: left;
    width: 280px;
    text-align: center;
    margin-left: -132px;
    font-size: 16px;
    bottom:20px;
}
.meetus-timeline-hovers-container .timeline-hovers:nth-of-type(2) {left:25%;}
.meetus-timeline-hovers-container .timeline-hovers:nth-of-type(3) {left:50%;}
.meetus-timeline-hovers-container .timeline-hovers:nth-of-type(4) {left:75%;}
.meetus-timeline-hovers-container .timeline-hovers:nth-of-type(5) {left:100%;}
.meetus-timeline-hovers-container .timeline-hovers p {border-bottom:1px solid #85daf4;background: rgba(19, 19, 24, 0.9);padding: 20px;color: #f0f7f9; margin-bottom: 1px;-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;
	transition: opacity .3s linear 0s, -webkit-filter .3s linear 0s, filter .3s linear 0s;}

.meetus-timeline-hovers-container .line {
    width: 2px;
    height: 0px;
    background: #85daf4;
    position: absolute;
    left: 136px;
    bottom: -40px;
    transition: height .3s ease-in-out .2s;

}
.meetus-timeline-hovers-container .dot {
	width: 14px;
    height: 14px;
    background: #85daf4;
    border-radius: 50%;
    position: absolute;
    left: 130px;
    bottom: -5px;
    transform: scale(0);
    transition: transform .2s ease-in-out .1s;
}

.meetus-timeline-hovers-container .timeline-hovers.active .line {height: 40px; transition-delay: 0s;}
.meetus-timeline-hovers-container .timeline-hovers.active .dot {transform: scale(1);transition-delay: .2s;}
.meetus-timeline-hovers-container .timeline-hovers.active p {opacity: 1;-webkit-filter: blur(0px);
    filter: blur(0px);transition-delay: .4s; }

.meetus-team-container h3 {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0; transition: all .2s}
.team-container {max-width: 1000px; margin:0 auto; position: relative;}
.team-container .line {position: absolute;bottom: 0;width: 1px;height: 0%;background: #f0f7f9;left: 255px; transition: all .3s;}
.team-container .dot {position: absolute; bottom: 0; width: 11px; height: 11px; background: #f0f7f9; left: 250px;border-radius: 50%; transform: scale(0); transition: all .3s;}
.team-container .dot:nth-of-type(2) {bottom:100%;}
.team-persons {margin-top:40px;opacity: 0;-webkit-filter: blur(10px);
    filter: blur(10px); transition: all .4s;}
.team-persons:after {content: " "; display: block; clear: both;}
.team-right-details h4 {font-size: 18px; margin-bottom:20px;}
.team-right-details p {font-size: 16px;}
.team-left-icon h4 {font-size:16px;}
.team-left-icon {width: 250px; float:left; text-align: center; margin-right: 50px;}
.team-icon {
	width: 80px;
	height: 80px;
	background: #85daf4;
	border:2px solid;
	border-radius: 50%;
	margin:0px auto 10px;
}
.team-positions {width: 500px; text-align: center; margin: 20px auto 0px; font-size: 16px; border-top:1px solid;border-bottom:1px solid; padding: 20px;-webkit-filter: blur(10px);filter: blur(10px);opacity: 0; transition: all .2s; transition-delay: 1.1s;}

.activate .meetus-text-container h2 {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
.meetus-text-container p {transition-delay: .2s;}
.activate .meetus-text-container p {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}

#meetus-page-content .meetus-line-sep .line {transition-delay: .3s;}
#meetus-page-content .meetus-line-sep .dot {transition-delay: .5s;}

.meetus-timeline-container h3 {transition-delay: .6s;}
.activate .meetus-timeline-container h3 {-webkit-filter: blur(0px); filter: blur(0px); opacity: 1;}

.activate .meetus-timeline-design .line {width: 100%; transition-delay: .7s;}
.activate .meetus-timeline-design .dot {transform: scale(1); transition-delay: .7s;}
.activate .meetus-timeline-design .dot:nth-child(2) {transform: scale(1); transition-delay: .8s;}
.activate .meetus-timeline-design .dot:nth-child(3) {transform: scale(1); transition-delay: .9s;}

.activate .meetus-timeline-design .timeline-dates {-webkit-filter: blur(0px); filter: blur(0px); opacity: 1; transition-delay: .7s;}
.meetus-timeline-design .timeline-dates:nth-of-type(2) {transition-delay: .8s;}

.meetus-timeline-design .timeline-dates:nth-of-type(3) {transition-delay: .9s;}

.meetus-team-container h3 {transition-delay: .9s}
.activate .meetus-team-container h3 {-webkit-filter: blur(0px); filter: blur(0px); opacity: 1;}

.team-persons {transition-delay: 1s;}
.activate .team-persons {-webkit-filter: blur(0px); filter: blur(0px); opacity: 1;}
.activate .team-positions {-webkit-filter: blur(0px); filter: blur(0px); opacity: 1;}

.team-container .line {transition-delay: .9s;}
.activate .team-container .line {height: 100%;}
.team-container .dot {transition-delay: 1.2s;}
.activate .team-container .dot {transform:scale(1);}


/**
 * Our Designs CSS
 */
.ourdesigns-text-container h2 {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear 0s;}

.ourdesigns-grid-container {
    text-align: center;
}

.ourdesigns-grid-item {
    display: inline-block;
    margin: 4px 2px;
	position: relative;
	opacity: 0;
	transition:opacity .4s;
}
.ourdesigns-grid-item img {
	
    width: 350px;
    height: 200px;
}
.ourdesigns-hoverbox-item {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 23, 0.9);
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition:all .4s;
    /*border-radius: 5px;*/
    /*border:1px solid rgba(113, 206, 234, 0.3);*/
}
.ourdesigns-hoverbox-item h4 {font-size: 16px; font-weight: bold; padding: 0px 10px;}
.ourdesigns-hoverbox-item p {font-size: 14px;}
.ourdesigns-hoverbox-item .hoverbox-item-btns a {
    font-size: 16px;
    padding: 8px;
}

.flip-container {
	/*-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;*/
}

.flip-container:hover .flipper {
	/*-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}

.flip-container, .front, .back {
	width: 350px;
	height: 200px;
}

/*.flipper {
	-webkit-transition: 0.6s cubic-bezier(0.8, 0.4, 0.4, 1.6);
	-webkit-transform-style: preserve-3d;
	-o-transition: 0.6s cubic-bezier(0.8, 0.4, 0.4, 1.6);
	-o-transform-style: preserve-3d;
	-moz-transition: 0.6s cubic-bezier(0.8, 0.4, 0.4, 1.6);
	-moz-transform-style: preserve-3d;
	transition: 0.6s cubic-bezier(0.8, 0.4, 0.4, 1.6);
	transform-style: preserve-3d;
	position: relative;
}*/

.hover-box-link {
	display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.front, .back {
	/*-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;*/
}

.front {
	z-index: 2;
	/*border: 1px solid #85daf4;*/
	/*border-radius: 5px;*/
	/*overflow: hidden;
	transform: rotate(0deg);*/
	z-index: 1;
}
.front img {
	filter: grayscale(0);
	transition: all .4s;
}

.back {
	/*-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
	/*box-shadow: 0px 0px 10px -2px #85daf4;*/
	z-index: 2;
}
.hover-box-link:hover .ourdesigns-hoverbox-item {
	opacity: 1;
}
.hover-box-link:hover .front img {
	filter: grayscale(1);
}


.activate .ourdesigns-text-container h2 {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}

.activate .ourdesigns-grid-item {opacity: 1;}
.activate .ourdesigns-grid-item:nth-child(odd) {transition-delay: .2s;}
.activate .ourdesigns-grid-item:nth-child(even) {transition-delay: .4s;}
.activate .ourdesigns-grid-item:nth-child(1) {transition-delay: .1s;}
.activate .ourdesigns-grid-item:nth-child(2) {transition-delay: .2s;}
.activate .ourdesigns-grid-item:nth-child(3) {transition-delay: .3s;}
.activate .ourdesigns-grid-item:nth-child(6) {transition-delay: .4s;}
.activate .ourdesigns-grid-item:nth-child(5) {transition-delay: .5s;}
.activate .ourdesigns-grid-item:nth-child(4) {transition-delay: .6s;}
.activate .ourdesigns-grid-item:nth-child(7) {transition-delay: .7s;}
.activate .ourdesigns-grid-item:nth-child(8) {transition-delay: .8s;}
.activate .ourdesigns-grid-item:nth-child(9) {transition-delay: .9s;}
.activate .ourdesigns-grid-item:nth-child(12) {transition-delay: 1s;}
.activate .ourdesigns-grid-item:nth-child(11) {transition-delay: 1.1s;}
.activate .ourdesigns-grid-item:nth-child(10) {transition-delay: 1.2s;}


/* Our Design View Item */
.our-design-content-main-img {transition: opacity .3s linear .2s; opacity: 0;}
.our-design-content-main-img img {width:95%; height:auto; border-radius: 5px; box-shadow:0px 0px 20px -5px #85daf4;}
.our-design-content {text-align: left; margin-top: 10px; transition: opacity .3s linear .4s; opacity: 0;}
.our-design-content p {margin:20px 20px;  font-size: 18px; font-weight: 400;text-shadow: 0px 0px 1px #000;}
.our-design-content img {margin-top:20px; border-radius: 5px;}
.our-design-sidebar h3 {padding: 5px; margin:0px 0px 10px;}
.our-design-sidebar-info-container, .our-design-sidebar-share-container {margin-bottom:30px; transition:opacity .3s linear .2s; opacity: 0;}
.our-design-sidebar-share-container a {font-size:20px; padding:10px;}
.our-design-sidebar-share-container a i {transition:all .3s; transform:scale(1);}
.our-design-sidebar-share-container a:hover i {transform:scale(1.4);}
.our-design-sidebar {display: flex; flex-direction: row; justify-content: center;}

.our-design-sidebar .flip-container, .our-design-sidebar .front, .our-design-sidebar .back {
    width: 280px;
    height: 160px;
}
.our-design-tags {transition: opacity .3s linear .1s; opacity: 0;}
.our-design-other-designs h3 {transition: opacity .3s linear .5s; opacity: 0;}

.al-design-thumbs-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.al-design-thumbs-container:after {
	content:" ";
	display: block;
	clear:both;
}
.al-design-thumbs-container .design-thumb {
	display: inline-grid;
    width: 15%;
    padding: 10px;
}

.al-design-thumbs-container .design-thumb img {height: auto;margin-top:5px;}

.activate .our-design-tags {opacity: 1;}
.activate .our-design-other-designs h3 {opacity: 1;}
.activate .our-design-sidebar-info-container {opacity: 1;}
.activate .our-design-sidebar-share-container {opacity: 1; transition-delay: .4s;}
.activate .our-design-content-main-img {opacity: 1;}
.activate .our-design-content {opacity: 1;}

@media (max-width: 1300px) {
	.al-design-thumbs-container .design-thumb {
		width:33%;
	}
}


/**
 *  404 CSS
 */
.al-404-text-container h2 {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear 0s;}
.al-404-tags {transition: opacity .3s linear .1s; opacity: 0;}
.al-404-content {text-align: center; margin-top: 40px; transition: opacity .3s linear .4s; opacity: 0;font-size: 18px; font-weight: 400;text-shadow: 0px 0px 1px #000;}


.activate .al-404-text-container h2 {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
.activate .al-404-tags {opacity: 1;}
.activate .al-404-content {opacity: 1;}

/**
 * Thoughts and News CSS
 */
.thoughts-news-text-container h2 {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear 0s;}


.thoughts-news-grid-item {
	opacity: 0;
	display:inline-block;
	/*height: 200px;*/
	padding: 0px 5px 10px;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
	transition: all .2s linear 0s;
}

.thoughts-news-grid-item.odd {text-align: right;}
.thoughts-news-grid-item .image {
	overflow: hidden;
	padding: 0px;
    justify-content: center;
    display: flex;
}
.thoughts-news-grid-item .image a {width: 100%;}
.thoughts-news-grid-item .image img {transform:scale(1); transition:all 3s;}
.thoughts-news-grid-item:hover .image img {
	transform:scale(1.1);
}
.thoughts-news-content-item {
	display: flex;
    height: 100%;
    background: rgba(18, 18, 23, 0.5);
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
    padding: 20px;
}
.thoughts-news-content-item .info {margin-bottom: 10px;}
.thoughts-news-content-item span, .thoughts-news-text-container span {color:#f0f7f9;margin-right:30px;white-space: nowrap;}
.thoughts-news-content-item h4 {font-size: 24px; font-weight: normal; padding: 0px 0px; margin-bottom: 10px;}
.thoughts-news-content-item p {font-size: 14px;color:#f0f7f9;}

.activate .thoughts-news-text-container h2 {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
.activate .thoughts-news-grid-item {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}

.activate .thoughts-news-grid-item:nth-child(odd) {transition-delay: .2s;}
.activate .thoughts-news-grid-item:nth-child(even) {transition-delay: .4s;}
.activate .thoughts-news-grid-item:nth-child(1) {transition-delay: .1s;}
.activate .thoughts-news-grid-item:nth-child(2) {transition-delay: .2s;}
.activate .thoughts-news-grid-item:nth-child(3) {transition-delay: .3s;}
.activate .thoughts-news-grid-item:nth-child(6) {transition-delay: .4s;}
.activate .thoughts-news-grid-item:nth-child(5) {transition-delay: .5s;}
.activate .thoughts-news-grid-item:nth-child(4) {transition-delay: .6s;}
.activate .thoughts-news-grid-item:nth-child(7) {transition-delay: .7s;}
.activate .thoughts-news-grid-item:nth-child(8) {transition-delay: .8s;}
.activate .thoughts-news-grid-item:nth-child(9) {transition-delay: .9s;}
.activate .thoughts-news-grid-item:nth-child(12) {transition-delay: 1s;}
.activate .thoughts-news-grid-item:nth-child(11) {transition-delay: 1.1s;}
.activate .thoughts-news-grid-item:nth-child(10) {transition-delay: 1.2s;}

/* Thoughts and News View Item */
.thoughts-news-content-main-img {transition: opacity .3s linear .2s; opacity: 0;}
.thoughts-news-content-main-img img {width:95%; height:auto; border-radius: 5px; box-shadow:0px 0px 20px -5px #85daf4;}
.thoughts-news-content {text-align: left; margin-top: 40px; transition: opacity .3s linear .4s; opacity: 0;color: #131317;background: #fbfeff;padding: 20px;}
.thoughts-news-content ::selection {color:#131318;}
.thoughts-news-content p {
	margin:20px 20px;  
	font-size: 16px; 
	text-shadow:0px 0px 1px rgb(0 0 0 / 5%);
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.thoughts-news-content ol, .thoughts-news-content ul {font-size:16px;}
.thoughts-news-content li {font-weight: normal;}
.thoughts-news-content img {margin-top:20px; border-radius: 5px;}
.thoughts-news-sidebar h3 {padding: 5px; margin:0px 0px 10px;}
.thoughts-news-sidebar {text-align: center;}
.thoughts-news-sidebar-info-container, .thoughts-news-sidebar-share-container {margin-bottom:30px; transition:opacity .3s linear .2s; opacity: 0;}
.thoughts-news-sidebar-share-container a {font-size:20px; padding:10px;}
.thoughts-news-sidebar-share-container a i {transition:all .3s; transform:scale(1);}
.thoughts-news-sidebar-share-container a:hover i {transform:scale(1.4);}
.thoughts-news-sidebar-list { width: 100%; height: auto; padding: 10px; border-radius: 5px; margin-bottom: 10px;}

.thoughts-news-other-posts h3 {transition: opacity .3s linear .5s; opacity: 0;}
.thoughts-news-posts h3 {opacity: 0; transition:all .3s linear .4s;}

.thoughts-news-sidebar {display: flex; flex-direction: row; justify-content: center;}

.activate .thoughts-news-posts h3 {opacity: 1;}
.activate .thoughts-news-sidebar-info-container {opacity: 1;}
.activate .thoughts-news-sidebar-share-container {opacity: 1; transition-delay: .4s;}
.activate .thoughts-news-content-main-img {opacity: 1; text-align: center;}
.activate .thoughts-news-content {opacity: 1;}


/* Our Services */
.our-services-content-container .col-md-4 {
	padding: 10px;
	height: 250px;
	filter: blur(10px);
	opacity: 0;
	transition: all .2s linear 0s;
}
.our-services-content-container .col-md-4 .our-services-service-content {
	background: rgba(255,255,255, 0.084);
	height: 100%;
	padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;   
}
.our-services-service-content i {font-size: 180px; position:absolute; opacity: 0.04; z-index: -1; color: #72ceea;display: flex;
width: 100%;
height: 100%;
justify-content: center;
flex-direction: column;}
.our-services-service-content h4 {font-size: 20px;padding: 10px;}
.our-services-service-content h4, .our-services-service-content p {color:#fff; transition: all 1s;}
.our-services-content-container a:hover .our-services-service-content h4, .our-services-content-container a:hover .our-services-service-content p {color:#85daf4; transition: all .3s;}
.our-services-service-content {font-size: 14px;}

#our-services-page-content h2 {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear 0s;}
.our-services-text-container p {-webkit-filter: blur(10px);filter: blur(10px);opacity: 0;transition: all .2s linear .2s;}

.thoughts-news-grid-item .image img {transform:scale(1); transition:all 3s;}
.thoughts-news-grid-item:hover .image img {
	transform:scale(1.1);
}

.activate#our-services-page-content h2 {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
.activate .our-services-text-container p {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}

.activate .our-services-content-container .col-md-4 {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}

.activate .our-services-content-container .col-md-4:nth-child(1) {transition-delay: .1s;}
.activate .our-services-content-container .col-md-4:nth-child(2) {transition-delay: .3s;}
.activate .our-services-content-container .col-md-4:nth-child(3) {transition-delay: .5s;}
.activate .our-services-content-container .col-md-4:nth-child(6) {transition-delay: .7s;}
.activate .our-services-content-container .col-md-4:nth-child(5) {transition-delay: .9s;}
.activate .our-services-content-container .col-md-4:nth-child(4) {transition-delay: 1.1s;}
.activate .our-services-content-container .col-md-4:nth-child(7) {transition-delay: 1.3s;}
.activate .our-services-content-container .col-md-4:nth-child(8) {transition-delay: 1.5s;}
.activate .our-services-content-container .col-md-4:nth-child(9) {transition-delay: 1.7s;}
.activate .our-services-content-container .col-md-4:nth-child(12) {transition-delay: 1.9s;}
.activate .our-services-content-container .col-md-4:nth-child(11) {transition-delay: 2.1s;}
.activate .our-services-content-container .col-md-4:nth-child(10) {transition-delay: 2.3s;}

/* mobile menu css */
.al-mobile-navbar-cont {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(14, 14, 18, 0);
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all .4s;
    display: none;
}
.close-mobile-menu:hover {cursor: pointer;}
.al-mobile-navbar-cont.open {background: rgba(14, 14, 18, 0.95);}
.al-mobile-navbar-cont ul {list-style:none; padding:0;}
.al-mobile-navbar-cont ul li {margin-bottom:20px; opacity: 0; -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px);transition: all .3s;}
.al-mobile-navbar-cont.open ul li {opacity: 10; -webkit-filter: blur(0px); filter: blur(0px);}
.al-mobile-navbar-cont.open ul li:nth-child(1) {transition-delay: .2s;}
.al-mobile-navbar-cont.open ul li:nth-child(2) {transition-delay: .3s;}
.al-mobile-navbar-cont.open ul li:nth-child(3) {transition-delay: .4s;}
.al-mobile-navbar-cont.open ul li:nth-child(4) {transition-delay: .5s;}
.al-mobile-navbar-cont.open ul li:nth-child(5) {transition-delay: .6s;}
.al-mobile-navbar-cont.open ul li:nth-child(6) {transition-delay: .7s;}
.al-mobile-navbar-cont.open ul li:nth-child(7) {transition-delay: .8s;}

.close-mobile-menu {font-size: 18px;}

/*home page new wheel*/
.homepageWheelContent {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
}

.centerWheelTitles {width: 300px; z-index: 5;}
.centerWheelTitles h1 {font-weight: 900; color:#eaeced;}
.centerWheelTitles h3 {font-weight: 300; color:#eaeced; text-align: center;}
.centerWheelTitles h3 span {display: block;}
.centerWheelTitles .line-01 {font-size:42px; line-height: 46px;}
.centerWheelTitles .line-02 {font-size:19px; line-height: 27px;}
.centerWheelTitles .line-03 {font-size: 41px; line-height: 45px;}
.partialWheel  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.partialWheel .wheelSvg {width: 450px; height: 450px;}

.partialWheel .wheelSvg svg {
    animation-duration: 1.5s; animation-name: animateWheelGlow;animation-timing-function: ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;animation-iteration-count: infinite;
}

@keyframes animateWheelGlow {
    0% {-webkit-filter: drop-shadow(0px 0px 4px #eaeced);      
    filter: drop-shadow(0px 0px 4px #eaeced);}
    51% {-webkit-filter: drop-shadow(0px 0px 8px #eaeced);      
    filter: drop-shadow(0px 0px 8px #eaeced);}
    100% {-webkit-filter: drop-shadow(0px 0px 4px #eaeced);      
    filter: drop-shadow(0px 0px 4px #eaeced);}
}

.wheelPartTitles {
    position: absolute;
    width: 100%;
    height: 100%;
}
.wheelPartTitles p {color:#eaeced; opacity: 0; transition: opacity .5s;}
.wheelPart1 {
    text-align: right;
    width: 300px;
    left: -260px;
    position: absolute;
    top: 50px;
}
.wheelPart2 {
    text-align: left;
    width: 300px;
    left: 420px;
    position: absolute;
    top: 50px;
}
.wheelPart3 {
    text-align: center;
    width: 300px;
    position: absolute;
    top: 455px;
    left: 75px;
}
.wheelPartTitles h3 {cursor: pointer; white-space: nowrap; color:#eaeced; font-weight: 300;}
.wheelPartTitles .wheelPart1 .sepline {width: 170px;margin-left: 0px; transition: all .3s}
.wheelPartTitles .wheelPart2 .sepline {width: 170px;margin-left: 120px; transition: all .3s}
.wheelPartTitles .wheelPart3 .sepline {width: 0px;margin-left: 170px; transition: all .3s}

.wheelPartTitles .wheelPart1 p {margin-right:30px;}
.wheelPartTitles .wheelPart2 p {margin-left:30px;}

.wheelPartTitles .wheelPart1.active p,.wheelPartTitles .wheelPart2.active p,.wheelPartTitles .wheelPart3.active p {opacity: 1;}
.wheelPartTitles .wheelPart1.active .sepline {margin-left: 110px;opacity: 1;}
.wheelPartTitles .wheelPart2.active .sepline {margin-left: 20px;opacity: 1;}
.wheelPartTitles .wheelPart3.active .sepline {width: 170px;margin-left: 65px;opacity: 1;}

a.wheelLinks.wheelApps, a.wheelLinks.wheelLang, a.wheelLinks.wheelGlobal {transform-origin: center; transform: rotate(0deg); transition: transform 1s}
a.wheelLinks.wheelApps.open {transform: rotate(-300deg);}
a.wheelLinks.wheelLang.open {transform: rotate(300deg);}
a.wheelLinks.wheelGlobal.open {transform: rotate(180deg);}

.closeWheel {
    position: absolute;
    top: 230px;
    font-size: 16px;
    opacity: 0;
    z-index: 888;
    transition: opacity .3s;
}
.closeWheel h3 {    margin-bottom: 7px;}
.closeWheel.active {opacity: 1;}
.closeWheel a {color:#eaeced;}



.wheel2HomeContent, .wheel3HomeContent, .applicationsHomeContent {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    margin-top: 320px;
    opacity: 0;
    transition: opacity .4s;
}
.wheel2HomeContent .content, .wheel3HomeContent .content {color:#eaeced; padding-bottom:100px;}
.wheel2HomeContent.active, .wheel3HomeContent.active, .applicationsHomeContent.active {opacity: 1;}
.wheel2HomeContent .row {display:inline-flex;justify-content: center;}
.wheel2HomeContent .row .col {margin-right:20px;width: 280px; text-align: left;}
.wheel2HomeContent .row .col h4, .wheel2HomeContent .row .col p {color:#eaeced;}

.applicationsHomeContent .row { padding:0 20px;}
.applicationsHomeContent .row .col { width: 50%; max-width: 600px; text-align: left; }
.applicationsHomeContent .row .col:first-child {margin-right:20px;}
.applicationsHomeContent .row h4, .applicationsHomeContent .row p {color:#eaeced;}


/*meida query - responsive design*/

@media (max-width: 1100px), (max-height: 790px) {
	.slide-02-circle-center-cont, .slide-02-services-lines {display: none;}
	.slide-02-service-graphics {right:61.7%;}
	.slide-02-service-marketing {left:61.7%;}
	.activate-slide-02 .slide-02-service-graphics {right:51.7%;}
	.activate-slide-02 .slide-02-service-marketing {left:51.7%;}
	.slide-02-services-group {width: 95%;}

}

@media (max-width: 1082px) {
	.header-cont ul > li > a {padding:10px;}
}

@media (max-width: 994px) {
	.team-container .line, .team-container .dot {display:none;}
	.team-left-icon, .team-right-details {float:none; width: 100%; padding: 10px 50px; text-align: center;}

	.header-cont ul > li > a {padding:10px 20px;}
	.al-desk-navbar .desk-hide {display: block;}	

	.al-desk-navbar .mobile-hide {display:none;}
	.navbar-nav>li {float:left;}
	.navbar-nav {margin:0;}
	.timeline-started-hover p {position: relative;left: 110px;}
	.timeline-future-hover p {position: relative;right: 110px;}

}
@media (max-width: 800px), (max-height: 790px) {
	.slide-02-row {height: 64px;}
	.activate-slide-02 .slide-02-service-cont, .slide-02-service-cont {left:0 !important; right:0 !important; height: 64px;}
	.activate-slide-02 .slide-02-service-cont .slide-02-service-content p, .slide-02-service-cont .slide-02-service-content p,
	.activate-slide-02 .slide-02-service-cont .slide-02-service-content span, .slide-02-service-cont .slide-02-service-content span {display: none;}
	.activate-slide-02 .slide-02-service-cont .slide-02-service-content h2,
	.slide-02-service-cont .slide-02-service-content h2 {font-size: 16px; line-height: 24px;}
	.activate-slide-02 .slide-02-service-mobile, .slide-02-service-mobile {margin-top:70px;}
	.activate-slide-02 .slide-02-service-graphics, .slide-02-service-graphics {margin-top:75px;}
	.activate-slide-02 .slide-02-service-marketing, .slide-02-service-marketing {margin-top:144px;}
	.activate-slide-02 .slide-02-service-hosting, .slide-02-service-hosting {margin-top:149px;}
	.activate-slide-02 .slide-02-service-support, .slide-02-service-support {margin-top:218px;}

	.activate-slide-02 .slide-02-row-middle, .slide-02-row-middle {margin:0;}
	.slide-02-services-cont {display: block; margin-top:90px;}
	.slide-02-service-cont {width: 250px; margin:0 auto;}
	.slide-02-services-group {width: 95%;}


}

@media (max-width: 768px), (max-height: 790px) {
	#newsletterhomeform {
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	#newsletterhomeform .input-hover {
		width: 50%;
		padding: 0px;
		display: block;
	}
	#newsletterhomeform .input-hover input {width: 100%;}
	#newsletterhomeform button {width: 50%; margin-left:0px;}
	.slide-03-extra-buttons-cont {
	    margin-top: 0;
	    display: block;
	    text-align: center;
	}
	.slide-03-boxes-group {width: 110px; height: 50px; margin: 20px 45px;}
	.slide-03-box-anim {display: none;}
	.slide-03-extra-buttons-cont .slide-03-boxes-group h3 {font-size:16px;}

	.al-page-quickinfo-container .icon {display: none !important;}

	
	.col-sm-8.thoughts-news-content-item {width: 66.66666667%; float: left;}
	.thoughts-news-grid-item .col-sm-4 {width: 33.33333333%; float:left;}
}
@media (max-width: 600px) {
	textarea {height: 80px; width: 87%;}
	.thoughts-news-grid-item {width: 100%;}
	.thoughts-news-content {padding: 1px 0px;}
	.thoughts-news-content p {font-size: 14px;}
	.thoughts-news-content ol, .thoughts-news-content ul {font-size:14px;padding-right: 10px;}
}
@media (max-width: 600px), (max-height: 790px) {
	.contact-info-text-left, .contact-info-text-right {
		float:none;
		width:100%;
		border:none;
		min-height: auto;
	}
	
	.textarea-hover {margin-bottom: 20px;}
	.search-opened .input-hover input {width: 80%; margin-bottom: 20px;}
	.search-opened button { width: 30%; }
	.option-share-opened svg {width: 80px; height: 80px;}
	.option-share-content i {width: 50px; height: 50px;}
	.option-share-opened svg circle.outer {cx: 146; cy:44; r:35;}
	.option-share-close {bottom:10px;}

	.option-ticket-content {justify-content: start; margin-top:20px;}
	.option-ticket-content .input-hover input {margin-bottom:14px;}
	.option-ticket-close {bottom:0px;}

	.team-positions {width: auto;}

	.slide-01-cyrcle-position {width: 260px; height: 260px;}
	.logo-light-slide-01 {margin-top:0px;}
	.slide-01-art-title {top: 280px;font-size: 30px;width: auto;left: 30px;}

	#meetus-page-content {overflow: hidden;}

	ul.page-title-menu-list {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    padding-left: 0;
	    flex-wrap: wrap;
    	justify-content: space-evenly;
	}
	li.page-title-menu-item {
        padding: 10px;
	}
	.flip-container, .front, .back {
	    width: 310px;
	    height: 180px;
	}
	.ourdesigns-grid-item img {
	    width: 310px;
	    height: auto;
	}

	.our-design-sidebar, .thoughts-news-sidebar {
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	}
}

@media (max-width: 380px), (max-height: 790px) {
	.slide-03-extra-buttons-cont {display: none;}
	.slide-03-newsletter p {padding: 0 50px;}
	.col-sm-8.thoughts-news-content-item {width: 100%; float: none;}
	.thoughts-news-grid-item .col-sm-4 {width: 33.33333333%; float:none; display: none;}
	.thoughts-news-grid-item.odd {text-align: left;}
}