body {
    	overflow-x: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,252525+100 */
	background: rgb(0, 179, 247); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0, 179, 247,1) 0%, rgba(4, 134, 184,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0, 179, 247,1) 0%,rgba(4, 134, 184,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0, 179, 2471) 0%,rgba(4, 134, 184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#252525',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:hover, a:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.header {
	
	height: 120px;
	text-align: center;
}
.header-icon-wrapper i, .header-icon-wrapper span.lnr {
	font-size: 5em;
	color: #fff;
	line-height: 1;
	display: inline-block;
}
.site-logo {
    
    text-align: center;
	max-width: 60px;
	margin: 0 auto;
	
	color:#fff;
	text-shadow: 2px 2px 4px #000000;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;

}
.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: #e7e53d; }
    25% { color: #e8c64b; }
    50% { color: #eab05f; }
    75% { color: #deb504; }
    100% { color: #f5b614; }
}
@keyframes color-change {
	0% { color: #e7e53d; }
	25% { color: #e8c64b; }
	50% { color: #eab05f; }
	75% { color: #deb504; }
	100% { color: #f5b614; }
}
.header-title {
	margin: 0;
	color:#fff;
	text-align: center;
}

h6 { text-align: center; 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: #e7e53d; }
    25% { fill: #e8c64b; }
    50% { fill: #eab05f; }
    75% { fill: #deb504; }
    100% { fill: #f5b614; }
}
@keyframes color-change-svg {
	0% { fill: #e7e53d; }
	25% { fill: #e8c64b; }
	50% { fill: #eab05f; }
	75% { fill: #deb504; }
	100% { fill: #f5b614; }
}
.header svg {
	color: #fff;
	font-size: 62px;
	vertical-align: middle;
	margin-top: 25px;
}
.main {
	padding: 10px;
	width: 100%;
}
.search input {
	box-shadow: 0 0.313rem 0.875rem rgba(255, 255, 255, 0.09);
	background-color: #fff;


	height: 75px;
	
	width: 150%;
	font-size: 20px;
	padding: 57px;
	border: 0px solid rgba(0,0,0,.125);
	
}
.live-search-section {
	position: relative;
	padding: 22px 0;
	background: #F7F7F7;
}
.sp-input {
	
	height: 60px;
	padding: 0 10px 0 30px;
	font-size: 1.7em;
	border-radius: 0px;
	border-style:none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.05);
	color: #111;
}
#live-search fieldset {
	position: relative;
}
#live-search fieldset i, #live-search fieldset span.lnr {
	position: absolute;
	font-size: 2em;
	top: 14px;
	left: 20px;
	color: #111;
}
#filter-count {
	display: block;
	text-align: center;
	color: #F7F7F7;
	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%;
}
.apps ul {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 10px 0 20px 0;
}
.apps ul li a {
	line-height: 18px;
	display: block;
	height: 100px;
	border-bottom: 0.5px solid #F6F9FE;
	padding: 5px 10px;
}
.avatar img {
	float: left;
	height: 75px;
	width: 75px;
	margin-top: 8px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.app {
    font-weight: 700;
	color: #fff;
	font-size: 16px;
}
.name {
	margin-top: 10px;
	font-size: 12px;
	color: #333;
}
.description {
	font-size: 12px;
	color: #fff;
}
.righticon {
	float: right;
	margin-top: -30px;

}
.footer {
	
	/* position: absolute; */
	width: 100%;
	height: 55px;
	bottom: 0;
	text-align: center;
}
.footer svg {
	color: #fff;
	vertical-align: middle;
	font-size: 28px;
	margin-top: 10px;
}
.phone {
	background: url(../fonts/phone.svg) no-repeat;
	width: 210px;
	height: 183px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.avatar-modal img {
	width: 33px;
	height: 33px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	border-radius: 25%;
	border-radius: 20%;
}
.name-modal {
    margin-top: 2px;
    color: #fff;
    font-size: 8px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-modal {
	margin-top: 43px;
	margin-left: 14px;
    width: 50px;
    text-align: center;
}
.modal-body h1 {
	font-size: 26px;
	font-weight: 600;
	padding: 15px 0;
	color:#fff;
}
.modal-body p {
	font-size: 16px;
	color:#fff;
}
.modal-btn {
	padding-bottom: 10%;
}
.modal-btn a {
	display: inline-block;
	color: #fff!important;
	background-color:#000;
	padding: 15px 0;
	width: 95%;
	font-size: 16px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.animate-bottom {
	position: relative;
	animation: animatebottom 0.4s;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.modal-load {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	outline: 0;
	padding: 10px;
	background: #FFF;
	color: #000;
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 720px) {
	.modal-load {
		width: 60%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-load {
		width: 60%;
	}
}
.modal-load p {
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
}
.modal-load p:first-child {
	font-size: 18px;
	font-weight: 600;
}