/* BLUE: #24C0D9;
BLACK: #5E5865;
Gray: #666;
Dark Gray: #727272;
*/
/* GENERAL STYLES
================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.3em;
    font-weight: 300;
}
h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
h4 {
    font-size: 20px;
	
}

p {
    font-size: 14px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #24C0D9;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.section {
    padding: 105px 0;
}
.section-title {
    margin-bottom: 50px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #E7E7E7;
}
.button {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.overlay {
    background: rgba(43, 191, 217, 0.90);
}
/* NAVIGATION
================================================ */

.navbar-default {
    background: #fff;
    border-color: transparent;
    padding: 10px 0;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    padding: 5px 15px;
    max-width: 220px;
}
.navbar-default .navbar-nav>li>a {
    color: #949494;
    margin-right: 8px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #24C0D9;
}
/* HEADER
================================================ */

#home-area {
    background: #0ab5ff url(../../mobileapp-ez/img/phon.jpg) no-repeat fixed;
    background-position: 50% 50%;
    background-size: cover;
	
}
#home-area .container {
    padding-top: 200px;
    padding-bottom: 65px;
}
.home-content {
    color: #fff;
    padding-top: 20px;
	padding-bottom: 80px;
}
.home-content h1 {
    font-weight: 200;
}

.home-content p {
    font-size: 21px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.1em;
    margin: 30px 0;
}


.home-content-span {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.3em;
   
}


.home-content .home {
    border: 1px solid #fff;
    color: #fff;
}
.home-content .home:hover {
    background: rgb(228, 242, 17);
    color: #0282ff;
}
.home-feature {}
/* SERVICES
================================================ */

#services {

	background: #fff url(../../mobileapp-ez/img/phon-ez.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 1px solid #34495E;
}
#services a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-service {
    margin: 30px 25px;
}
.service-title {
    color: #24C0D9;
}
.service-content {
    margin-left: 65px;
    margin-top: -66px;
}
#services h1 {
    font-size: 3.0em;
    font-weight: 300;
}
/* how-works
================================================ */

#how-works {
    background: #6b57ba url(../../mobileapp-ez/img/mobile-l.png) no-repeat fixed;
    border-bottom: 1px solid #efefef;
}
#how-works a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-service2 {
    margin: 80px 25px;
}

.service-content2 {
    margin-left: 15px;
	margin-right: 15px;
    margin-top: -66px;
	color:#fff;
}
.service-content2 h3 {
	color:#fff;
}
#how-works h1 {
    font-size: 3.0em;
    font-weight: 300;
}
.service-content2 img {
	border-radius:5px;
	border:4px solid #fff;
}
.service-content2 img:hover {
	border-radius:8px;
	border:4px solid #7ed1ff;
}
.service-content2 p {
	color:#fff;
	font-size:15px;
}
.section-title2 {
    margin-bottom: 50px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #E7E7E7;
	color:#fff;
}

/* PORTFOLIO
================================================ */

#portfolio {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#portfolio h1 {
    font-size: 3.0em;
    font-weight: 300;
	color:#2ac5ed;
}
.single-portfolio {
    float: left;
    width: 20%;
	margin-bottom:2px;
	

}
.single-portfolio:hover {
    
}

.screenfx img {
    opacity: 0.99;
	border:1px solid #e5e5e5;
}
.screenfx img:hover {
    opacity: 0.95;
}

#price h1 {
	font-size: 3.0em;
    font-weight: 300;
	color:#2ac5ed;
	margin-bottom: 50px;
}
#price h2 {color:#fff;}
#price {background: transparent linear-gradient(90deg, #34495E 10%, #4f759a 90%) repeat scroll 0% 0%;}

/* BANKS
================================================ */

#banks {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#banks h1 {
    font-size: 3.0em;
    font-weight: 300;
	color:#2ac5ed;
}

/* NEWSLETTER SIGNUP
 ================================================ */

#newsletter {
    background: #02aaff;
    background-size: cover;
    background-position: 0% 80%;
    padding-top: 65px;
    padding-bottom: 65px;
	
}
#newsletter .form-control {
    border: none;
    height: 50px;
    margin: 20px 0;
    font-size: 18px;
    padding-left: 20px;
}
#newsletter h2 {
    margin-top: 50px;
    color: #fff;
}
#newsletter h4 {

    color: #fff;
}
#newsletter p {
    color: #fff;
    margin: 20px 0;
}
#newsletter input {
    display: inline-block;
}
.newsletter {
    position: relative;
    top: 20px;
    right: 0px;
    border: none;
    background: rgb(228, 242, 17);
    color: #333;
    height: 50px;
	padding: 15px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.1em;
	font-weight: bold;
	border-radius:0px 5px 5px 0px;
}
.newsletter:hover {
    background: #333;
    color: #fff;
	text-decoration: none;
}
.newsletter-btn {
    border: 1px solid #fff;
    color: #fff;
}
.newsletter-btn:hover {
    background: rgb(228, 242, 17);
	border: 1px solid rgb(228, 242, 17);
    color: #0282ff;
}
#support {margin-bottom:40px;}
/* TESTIMONIAL
================================================ */

#testimonial {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.single-testimonial {
    max-width: 500px;
    margin: 0 auto;
}
.single-testimonial img {
    max-width: 102px;
    max-height: 102px;
    border-radius: 100%;
    border: 2px solid #efefef;
	margin-bottom: 40px;
}
.single-testimonial p {
    margin-top: 30px;
}
.single-testimonial h4 {color:#6c6c6c;}
.social-networks {
    margin-top: 0px;
    margin-bottom: 30px;
}
.social-networks a {
    display: inline-block;
    border: 1px solid #24C0D9;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px;
    padding: 14px 20px 15px 18px;
    width: 50px;
    height: 50px;
}
.social-networks a:hover {
    background: #24C0D9;
    border: 1px solid #24C0D9;
    color: #fff;
}
.testimonial {
    background: #02aaff;
    color: #fff;
    margin-top: 20px;
	margin-bottom: 10px;
}
.testimonial:hover {
    color: #fff;
}
/* GET TRIAL
================================================ */

#get-trial {
    background: #34495E;
    padding: 120px 0;
}
#get-trial h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
}
.get-trial {
    background: #02aaff;
    border: none;
    color: #fff;
}
.get-trial:hover {
    background: #fff;
    color: #222;
}
/* CONTACT US
 ================================================ */
#contact {padding:0px; padding-top:85px;}
.contact-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 15px;
}
.form-control {
    height: 45px;
    font-size: 14px;
	font-weight:normal;
}
.send-button {
    background: #02aaff;
    color: #fff;
}
.contact-form {
    margin-top: 30px;
    margin-bottom: 100px;
}
.contact-info {
    margin-top: 30px;
}
.contact-info span {
    color: #24C0D9;
    margin-right: 10px;
}
.contact-info, .business-hours {
    margin-bottom: 30px;
    margin-left: 10px;
}
/* FOOTER
================================================ */

footer {
    background: #34495E;
    border-top: 0px solid #efefef;
    padding: 40px 0;
}
.footer-menu li {
    border-right: 1px solid #e4e4e4;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}
.footer-menu a:hover {
    color: rgb(228, 242, 17);
    text-decoration: none;
}
.footer-content p {
    color: #fff;
    font-size: 14px;
}
footer a {
    color: #fff;
	text-decoration:none;
}
footer a:hover {
    color: rgb(228, 242, 17);
	text-decoration:none;
}





features-list .feature-block {
    margin-bottom: 18px;
}
.features-list .feature-block .ico {
	border:2px solid #fff;
    line-height: 70px;
    width:70px;
    height: 70px;
    background: #5accff;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
	text-align:center;
}
.features-list .feature-block .ico:hover {
    background: #19d966;
	cursor:default;
}
.features-list .feature-block.bottom-line .ico {
    width: auto;
    height: auto;
	background: transparent;
	color: #5accff;
	text-align: center;
	font-size: 41px;
	vertical-align: top;
	margin-top: -10px;
}
.features-list .feature-block.bottom-line .fa-github {
	font-size: 50px;
}
.features-list .feature-block.bottom-line .fa-dashboard {
	font-size: 45px;
	margin-top: -15px;
}
.features-list .feature-block.bottom-line .ico {
	float: left;
	margin-right: 15px;
	margin-left: 21px;
}
.features-list .feature-block.bottom-line .features-content {
	padding-right: 15px;
	display: table;
}
.features-list .feature-block.bottom-line .features-content .name {
	margin-bottom: 5px;
}
.features-list .feature-block.bottom-line .features-content .subname {
	font-size: 16px;
	margin-bottom: 12px;
}
.features-list .feature-block .name {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: bold;
    margin-bottom: 10px;
}
.features-list .feature-block .text {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 15px;
}

.phon-for-planshet {
	background: url(../../mobileapp-ez/img/phon-ez.png) no-repeat fixed;
    background-position: 50% 50%;
    background-size: cover;
	
}

