.gb-container-720730b9{display:flex;align-items:center;justify-content:center;position:relative;text-align:center;margin-top:10px;margin-bottom:20px;}.gb-container-a0cd344d{display:flex;align-items:center;justify-content:center;position:relative;text-align:center;margin-top:10px;margin-bottom:20px;}.gb-block-image-118a274d{text-align:center;}.gb-image-118a274d{border-radius:30px;border:1.5px solid;width:200px;height:200px;vertical-align:middle;}a.gb-button-189a3db1{display:flex;align-items:center;justify-content:center;column-gap:0.5em;font-size:19px;font-weight:bold;text-align:center;padding:15px 40px 15px 50px;margin:10px;border-radius:5px;background-color:#0054ae;color:#ffffff;text-decoration:none;}a.gb-button-189a3db1:hover, a.gb-button-189a3db1:active, a.gb-button-189a3db1:focus{background-color:#c0eaff;color:var(--global-color-8);}a.gb-button-189a3db1 .gb-icon{line-height:0;padding-right:0.5em;}a.gb-button-189a3db1 .gb-icon svg{width:1em;height:1em;fill:currentColor;}a.gb-button-7551ade2{display:flex;align-items:center;justify-content:center;column-gap:0.5em;font-size:19px;font-weight:bold;text-align:center;padding:15px 40px 15px 50px;margin:10px;border-radius:5px;background-color:#0054ae;color:#ffffff;text-decoration:none;}a.gb-button-7551ade2:hover, a.gb-button-7551ade2:active, a.gb-button-7551ade2:focus{background-color:#c0eaff;color:var(--global-color-8);}a.gb-button-7551ade2 .gb-icon{line-height:0;padding-right:0.5em;}a.gb-button-7551ade2 .gb-icon svg{width:1em;height:1em;fill:currentColor;}a.gb-button-06538f07{display:flex;align-items:center;justify-content:center;column-gap:0.5em;font-size:19px;font-weight:bold;text-align:center;padding:15px 40px 15px 50px;margin:10px;border-radius:5px;background-color:#0054ae;color:#ffffff;text-decoration:none;}a.gb-button-06538f07:hover, a.gb-button-06538f07:active, a.gb-button-06538f07:focus{background-color:#c0eaff;color:var(--global-color-8);}a.gb-button-06538f07 .gb-icon{line-height:0;padding-right:0.5em;}a.gb-button-06538f07 .gb-icon svg{width:1em;height:1em;fill:currentColor;}a.gb-button-268403ef{display:flex;align-items:center;justify-content:center;column-gap:0.5em;font-size:19px;font-weight:bold;text-align:center;padding:15px 40px 15px 50px;margin:10px;border-radius:5px;background-color:#0054ae;color:#ffffff;text-decoration:none;}a.gb-button-268403ef:hover, a.gb-button-268403ef:active, a.gb-button-268403ef:focus{background-color:#c0eaff;color:var(--global-color-8);}a.gb-button-268403ef .gb-icon{line-height:0;padding-right:0.5em;}a.gb-button-268403ef .gb-icon svg{width:1em;height:1em;fill:currentColor;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-grid-wrapper .wp-block-image{margin-bottom:0;}.gb-highlight{background:none;}


body {
	overflow-x: hidden;

	}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}
.clearfix {
	position: relative;
	clear: both;
}
.container-fluid {
	padding: 0 50px;
}

body {
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 2rem;
}

a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus; {
	text-decoration: none !important;
	outline: none !important;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}


.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}


header {
	text-align: center;
	padding: 20px 0;
	background: #11B6F4;
}


.header-icon-wrapper {
	text-align: left;
}

.header-icon-wrapper i, .header-icon-wrapper span.lnr {
	font-size: 5em;
	color: #fff;
	line-height: 1;
	display: inline-block;
}
.site-logo {
	max-width: 60px;
	margin: 0 auto;
	display: table;
	color:#fff;
}
.rainbow-text {
    -webkit-animation: color-change 3s infinite;
    -moz-animation: color-change 3s infinite;
    -o-animation: color-change 3s infinite;
    -ms-animation: color-change 3s infinite;
    animation: color-change 3s infinite;
}
@-webkit-keyframes color-change {
    0% { color: #b896ed; }
    25% { color: #54e883; }
    50% { color: #eab05f; }
    75% { color: #2495e2; }
    100% { color: #b896ed; }
}
@keyframes color-change {
    0% { color: #b896ed; }
    25% { color: #54e883; }
    50% { color: #eab05f; }
    75% { color: #2495e2; }
    100% { color: #b896ed; }
}
.header-title {
	margin: 0;
	color:#fff;
	padding-left: 7px;

}



  .accent-color {
  	color: #efefef;
  }


  .accent-bg {
  	background: #05080F !important;
  }

h6 {color:#fff!important;font-weight:300!important;letter-spacing: 1px!important;margin-top:10px;}	

.site-logo path {
	-webkit-animation: color-change-svg 3s infinite;
    -moz-animation: color-change-svg 3s infinite;
    -o-animation: color-change-svg 3s infinite;
    -ms-animation: color-change-svg 3s infinite;
    animation: color-change-svg 3s infinite;
}
@-webkit-keyframes color-change-svg {
    0% { fill: #b896ed; }
    25% { fill: #54e883; }
    50% { fill: #eab05f; }
    75% { fill: #2495e2; }
    100% { fill: #b896ed; }
}
@keyframes color-change-svg {
    0% { fill: #b896ed; }
    25% { fill: #54e883; }
    50% { fill: #eab05f; }
    75% { fill: #2495e2; }
    100% { fill: #b896ed; }
}

.app-search-sect {
	position: relative;
	padding: 25px 0;
	background: #11B6F4;
}
.sp-input {
	width: 100%;
	height: 60px;
	padding: 0 10px 0 65px;
	font-size: 1.4em;
	border-radius: 50px;
	border: none;
	box-shadow: none;
	background: #efefef;
	color: #000;
}
#app-search-id fieldset {
	position: relative;
}
#app-search-id fieldset i, #app-search-id fieldset span.lnr {
	position: absolute;
	font-size: 2em;
	top: 14px;
	left: 20px;
	color: #333;
}
#filter-count {
	display: block;
	text-align: center;
	color: #999;
	font-size: 0.7em;
	margin: 3px 0 0 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	width: 100%;
}


.all-apps-wrappp {
	position: relative;
	
}
ul.app-line-grid {
	padding: 0;
	margin: 0;
}
.app-search-item {
	position: relative;
	width: 100%;
	
	padding: 15px 0;
	cursor: pointer;
}
.app-search-item:after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    right: 30px;
    top: 29px;
    font-size: 2em;
    color: rgba(51, 51, 51,0.5);
}
.app-search-item:last-child {
	border-bottom: none;
}
.app-search-item:hover::after {
	opacity: 1;
}
.app-search-item .app-img-wrapper {
	position: relative;
	width: 5%;
	float: left;
	padding-right: 10px;
}
.app-search-item .app-info-wrapp {
	position: relative;
	width: 95%;
	float: left;
	padding-left: 3px;
	padding-top: 2px;
}
.app-info-wrapp:after {
	
}
.app-img {
	border-radius: 100%;
}
.app-author {
	font-size: 0.9em;
}
.app-title {
	font-weight: 700;
	color: #ededed;
	font-size: 1.2em;
}
.app-description {
	color: #fff;
}


.app-author {
	color: #000;
}


#app-modal-holder {
	max-width: 600px;
	margin: 0 auto;
}
.app-modal-holder-top-wrapper {
	position: relative;
	padding: 30px 50px 0 50px;
	background: #151515;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.mockup-holder {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 270px;
}
.phone-mockup {
	position: relative;
	width: 100%;
}
.phone-photo {
	position: absolute;
	left: 31px;
	top: 55px;
	border-radius: 8px;
	max-width: 42px;
	max-height: 42px;
	z-index: 20;
}
.app-modal-holder-bottom-wrapper {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	position: relative;
	padding: 30px 50px 60px 50px;
	background: #15151e;
	text-align: center;
	color: #fff;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.app-modal-holder-bottom-wrapper h2 {
	margin: 0 0 10px 0;
	font-weight: 700;
	    font-size: 0.7rem;
}
#process-divv {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1050;
	display: flex;
    align-items: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
}
.processing-wrapper {
	margin: 0 auto;
	border-radius: 12px;
	background: #fff;
	padding: 30px 20px;
	width: 380px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.processing-title {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-align: center;
	color: #000;
}
.processing-msg {
	font-size: 0.95em;
	text-align: center;
	font-weight: 400;
	color: #888;
}
.console-loadbar {
	width: 90%;
	position: relative;
	margin: 15px auto 0 auto;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 7px;
}
.console-loadbar div {
	font-size: 5px;
	text-indent: 9999px;
	overflow: hidden;
	border-radius: 7px;
}


.app-btn-wrapper {
	margin: 20px auto 0 auto;
}


.app-search-item {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;
    background-color: #11b6f4;
    
    border-bottom: 1px solid rgba(51, 51, 51,0.5);
}

.app-button {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #ff9800;
    color: #fff;
    border-color: #ff9800;
    display: none;
}


	

.app-btn {
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
	padding: 15px 10px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 5px;
	cursor: pointer;
}


.app-l {
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-left: 7px;
}


.app-r{
	float: right;
	color: #ff9800;
	font-size: 16px;
	font-weight: 600;
	padding-right: 7px;
}

.app-r a {
	color: #ff9800;
}

#termynal {
	height: 404px!important;
	width: 345px!important;
	padding: 30px 10px 10px 10px!important;
}


:root {
    --color-bg: #252a33;
    --color-text: #eee;
    --color-text-subtle: #a2a2a2;
}

[data-termynal] {
    width: 100%;
    max-width: 100%;
    background: var(--color-bg);
    color: var(--color-text);
    font-size: 14px;
    font-family: 'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier, monospace;
    border-radius: 4px;
    
    overflow: scroll;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

[data-termynal]:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* A little hack to display the window buttons in one pseudo element. */
    background: #d9515d;
    -webkit-box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
            box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}

[data-ty] {
    display: block;
    line-height: 2;
    width: 100%!important;
}

[data-ty]:before {
    /* Set up defaults and ensure empty lines are displayed. */
    content: '';
    display: inline-block;
    vertical-align: middle;
}

[data-ty="input"]:before,
[data-ty-prompt]:before {
    margin-right: 0.75em;
    color: var(--color-text-subtle);
}

[data-ty="input"] {

}

[data-ty="input"]:before {
    content: '$';
}

[data-ty][data-ty-prompt]:before {
    content: attr(data-ty-prompt);
}

[data-ty-cursor]:after {
    content: attr(data-ty-cursor);
    font-family: monospace;
    margin-left: 0.5em;
    -webkit-animation: blink 1s infinite;
            animation: blink 1s infinite;
}


/* Cursor animation */

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}



@media screen and (max-width: 1440px) {
	.app-search-item .app-img-wrapper {
		width: 7%;
	}
	.app-search-item .app-info-wrapp {
		width: 93%;
	}
}
@media screen and (max-width: 993px) {
	.app-search-item .app-img-wrapper {
		width: 10%;
	}
	.app-search-item .app-info-wrapp {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
	.app-search-item .app-img-wrapper {
		width: 15%;
	}
	.app-search-item .app-info-wrapp {
		width: 85%;
	}
	.app-info-wrapp:after {
		top: 5px;
	}
}
@media screen and (max-width: 550px) {
	.container-fluid {
		padding: 0 15px;
	}
	.app-search-item {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 460px) {
	.app-search-item .app-img-wrapper {
		width: 20%;
	}
	.app-search-item .app-info-wrapp {
		width: 80%;
	}
	.app-modal-holder-bottom-wrapper {
		padding: 20px 20px 40px 20px;
	}
}
@media screen and (max-width: 400px) {
	.app-search-sect {
		padding: 15px 0;
	}
	.site-logo {
		max-width: 45px;
	}
	.header-title {
		font-size: 2em;
	}
	.app-search-item {
		padding: 12px 0;
	}
	.app-author {
		font-size: 0.75em;
	}
	.app-title {
		font-size: 1em;
	}
	.app-description {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 360px) {
	.mockup-holder {
		width: 200px;
	}
	.phone-photo {
		left: 23px;
		top: 41px;
		border-radius: 7px;
		max-width: 30px;
		max-height: 30px;
	}
	.app-modal-holder-bottom-wrapper {
		padding: 20px 15px 40px 15px;
	}
	.app-modal-holder-bottom-wrapper h2 {
		font-size: 1.7em;
	}
}
