/*------------------------------------------------------------------
Themezhub - Alixer (http://live.themezhub.com/live-preview-alixer/)

Project:	Alixer
Version:	1.0
Last change:	Sep 22 2017
Primary use:	Landing App Template
--------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Font Links
# import css
# General Settings
# Global Settings
# common style
# Navigation
# Banner settings
# About Section Settings
# Team Settings
# Promo App Settings
# Skills Settings
# Features Settings
# Counter section Style
# App Buttons Settings
# Services Settings
# Testimonials Settings
# Contact Settings
# Pricing Settings
@ twitter style
# Fotter Settings
# responsive Start
--------------------------------------------------------*/
/*-------Font Links ---------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800');

/*------- import css ------*/
@import url("colors.css");

/*-----------General Setting----------*/
body{
background:#ffffff;
font-family: 'Muli', sans-serif;
    color:#414f54;
    opacity: 0.8;
}
a{
 color:#52585e;	
}
a:hover, a:focus{
text-decoration:none;
}

h1, h2, h3, h4, h5 {
    color:#23282d;
	 font-family: 'Raleway', sans-serif;
}
/*--------Global Settings---------------*/
.box1 span {
    font-size:50px;
	margin-bottom:10px;
}
.center-text {
	position:relative;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}
.center-text h2{
	color:#ffffff;
	font-weight:600;
}
.center-text p{
	color:#ffffff;
	font-size:18px;
}

/*-------common style--------*/
.bg-overlap{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:block;
	opacity:0.85;
	height:100%;
}
.hover-main-color:hover, .hover-main-color:hover h4, .hover-main-color:focus, .hover-main-color:focus h4{
	color:#e45b83;	
}
.heading{
text-align:center;
margin-bottom:30px;
position:relative;
}
.heading.dark .box1 span{
	color:#ffffff;
}
.heading h2{
padding-top:8px;
font-weight:700;
}
.heading.light h2{
color:#3c4d59;
}
.heading.dark h2{
color:#ffffff;
}
.heading h2 span{
color:transparent;
}
.heading.light p {
    font-size: 18px;
    line-height: 1.8;
}
.heading.dark p{
color:#ffffff;
font-size: 18px;
line-height: 1.8;
}
section{
padding:3em 0;
}
.no-padding {
    padding: 0;
}
/*--------Navigation----------*/
nav.navbar ul.nav > li > a {
    font-size: 12px;
	 padding: 25px 12px;
}
nav.navbar.navbar-inverse {
    background-color: transparent;
    border-bottom: none;
}
nav.navbar ul.nav > li > a{
    font-size:12px;
	color: #ffffff;
	text-transform:uppercase;
    background-color: transparent !important;
}
.navbar-brand {
    padding: 12px 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-brand>img {
    display: block;
    max-width: 75%;
}

/*---Banner settings----*/
/* background:url(../img/cylotus_banner_1.png); */
.banner{
position:relative;
background-size:cover;
background-repeat:no-repeat;
padding:100px 0;
overflow:hidden;
}

.banner-text{
margin-top:5%;
}
.banner h1{
color:#ffffff;
text-align:left;
text-shadow:none;
font-weight:600;
line-height:1.3;
font-family: 'Poppins', sans-serif;
}
.banner p{
	color:#ffffff;
	font-size:17px;
	line-height:1.8;
}
.banner img{
-webkit-transform: translateY(64px);
-o-transform: translateY(64px);
transform: translateY(64px);
}

.banner-btn h4{
text-align: left;
margin: 0px 0px 0px 0px;
color:#ffffff;
display: inline-block;
}
.banner-btn i{
font-size:30px;
border-radius:50%;
text-align:center;
margin-right:12px;
color:#ffffff;
}
.banner-btn {
display: inline-block;
transition:all ease-in-out 0.4s;
background:rgba(255,255,255,0.12);
color:#ffffff;
padding:14px 44px 14px 12px;
border-radius:4px;
margin:15px 15px;
border: 1px solid #ffffff;
}

.banner-btn:hover i, .banner-btn:focus i{
	color:#ffffff;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}
/*---About Section Settings----*/
.first-content{
text-align:center;
}
.recent-features{
padding:0 10px;
}
.first-content .box1 span {
    font-size:50px;
	margin-bottom:10px;
}

.first-content .row{
margin-bottom:40px;
}
.recent-features h3{
color:#16262c;
font-size:20px;
font-weight:500;
text-transform:capitalize;
margin-bottom:0;
}
.welcome-content box1 span{
margin-bottom:0;
}
.first-content p{
font-size:18px;
line-height:1.8;
}
.recent-features p{
font-size:15px;
line-height:1.9;
}

/*-----Team Settings----*/
.team{
text-align: center;
}
.team h1 {
color: #16262c;
font-weight: normal;
margin-bottom:15px;
}
.team h1 span {
color:#ffc107;
}
.team p{
font-size:18px;
color:#727272;
}
.our-teams{
    overflow: hidden;
	border:1px solid #e4e4e4;
	margin-top:40px;
}
.our-teams .teams-pic{
    transform:scale(1,1);
    transition:transform 0.30s ease;
    position: relative;
	padding:40px 0;
}
.teams-pic-bg {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 50%;
	padding:10px;
}
.our-teams .teams-pic img {
    width: 230px;
    border-radius: 50%;
    height: 230px;
}
.our-teams:hover .teams-pic{
    transform:scale(1.1,1.1);
}
.our-teams .teams-pic:before{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    transition:background 0.50s ease-in-out ;
}

.our-teams .teams-caption{
    border-top: 1px solid #e5e5e5;
    position: relative;
    bottom: 0;
    background:#fff;
    text-align:center;
    padding: 10px 25px 5px;
    transition: all 0.3s ease 0s;
}
.our-teams:hover .teams-caption{
    bottom:15%;
}
.our-teams .degination-title{
    margin:0;
    color:#000;
    font-size:15px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.our-teams .degination-title small{
    display: block;
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
}
.our-teams .social-link{
    padding:0;
    margin:10% 0 4% 0;
}
.our-teams .social-link li{
    list-style:none;
    display:inline-block;
    margin-right:15px;
}
.our-teams .social-link li a{
    font-size:19px;
    color:#ffffff;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:40px;
}
.our-teams .social-link li a:hover{
color:#ffffff;
border:none;
}

.our-teams:hover .degination-title,  .our-teams:hover .degination-title small{
	color:#ffffff;
}
.our-teams:hover .teams-caption{
	background:transparent;
	border-color:rgba(255,255,255,0.2);
}
.our-teams:hover .social-link li a{
	background:#ffffff;
}
/*----Promo App Settings -------*/
.app-promo{
position:relative;
background-size:cover;
background-repeat:no-repeat;
}

@-webkit-keyframes app-download-btn {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes app-download-btn {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.system{
text-align:center;
margin: 10px auto;
}
.app-download-btn {
  display: inline-block;
  float:none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding:20px 40px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.17);
  color:#ffffff;
  border-radius:50px;
  margin-right:15px;
  font-size:24px;
  text-align:center;
  min-width: 90%;
}
.app-download-btn span{
font-size:17px;
display:block;
}
.app-download-btn h4{
text-align: left;
font-weight:500;
margin: 0px 0px 0px 48px;
color:#ffffff;
}
.app-download-btn i{
font-size: 50px;
position: absolute;
top: 20px;
left: 28px;
}
.app-download-btn:hover{
color:#ffffff;
}

.app-download-btn:hover:before, .app-download-btn:focus:before, .app-download-btn:active:before {
  -webkit-animation-name: app-download-btn;
  animation-name: app-download-btn;
}
/*----Skills Settings----*/
.skills {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.skills .panel, .skills .panel-default>.panel-heading{
	background:transparent;
}
.sk-slide img {
    margin: 0 auto;
}
.skills .panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-body .simple-tab p{
color:#707c88;
font-family:'Quicksand', sans-serif;
font-size:15.4px;
text-align:justify;
line-height:1.8;
}
#accordion  .panel{
    border:none;
    outline:none;
}
#accordion  .panel-heading{
    padding:0;
}
#accordion .panel-heading > .panel-title{
    position: relative;
}
#accordion .panel-heading > .panel-title > a{
    display: block;
    font-size:14px;
    font-weight: bold;
    padding:18px 35px 18px 15px;
    text-transform:uppercase;
    color:#fff;
    transition:all 0.2s linear 0s;
}
#accordion .panel-title > a.collapsed {
    background: rgb(135, 114, 177);
    color: rgb(255, 255, 255);
}
#accordion .panel-title > a.collapsed:hover{
    color:rgb(246, 168, 90);
}
.panel-body p{
color: rgb(100, 100, 100);
font-family:'Quicksand', sans-serif;
font-size: 16px;
line-height: 30px;
}
#accordion .panel-title > a:after,
#accordion .panel-title > a.collapsed:after{
    content: "\f139";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    line-height:32px;
    position: absolute;
    right:12px;
}
#accordion .panel-title > a.collapsed:after{
    content: "\f13a";
    color:rgba(255,255,255,0.7);
}
#accordion .panel-body {
    border: none;
    background: rgba(255,255,255,0.1);
}
/*-------Features Settings----*/
.feature-thumb {
transition:all 0.5s;
padding: 1.2em 0em 0.5em 0em;
background:#ffffff;
}
.services .row{
margin:0;
}
.feature-thumb span{
font-size:1.5em;
color:#e30613;
transition:all 0.5s;
margin-right:15px;
position: relative;
top:7px;
}
.feature-thumb h4 {
    font-weight: 500;
    color: #556771;
    transition: all 0.5s;
    font-size: 20px;
    margin-top: 0;
    text-transform: capitalize;
}
.feature-thumb p {
font-weight: normal;
font-size: 16px;
line-height: 2;
}

/*--------------Counter section Style--------------*/
.company-state{
position:relative;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
overflow:hidden;
}
.work-count{
text-align:center;
}
.work-count span.icon{
display:block;
font-size:45px;
color:#ffffff;
margin-bottom:40px;
}
.work-count span.counter, .work-count span.counter-incr{
font-size:50px;
color:#ffffff;
font-weight:700;
}
.work-count h6{
font-size:20px;
color:#ffffff;
margin-top:5px;
}


/*-------App Buttons Settings----*/
.app{
position:relative;
background-size:cover;
background-repeat:no-repeat;
padding:100px 0 50px 0;
margin-top:0px;
overflow:hidden;
}

.app h2{
color:#ffffff;
font-weight:normal;
}
.app p{
font-size: 15px;
color: #91989e;
line-height:1.9;
margin-bottom:20px;
}
.app-down.btn{
background:rgba(255,255,255,0.12);
padding:14px 26px;
color:#ffffff;
border-radius:2px;
text-transform:uppercase;
font-size:16px;
transition:ease-in-out 0.6s;
}
.app-down.btn:hover{
background:rgba(255,255,255,1);
}
.screen-carousel{
text-align:left;
}
.owl-carousel .testimonial{
text-align:justify;
}


/*----Services Settings----*/
.servic-thumb {
transition:all 0.5s;
padding: 1.2em 0em 0.5em 0em;
background:#ffffff;
}
.services .row{
margin:0;
}
.servic-thumb span{
font-size:1.8em;
color:#e30613;
transition:all 0.5s;
margin-right:15px;
position: relative;
top:7px;
}
.servic-thumb h4{
color:#556771;
font-size:20px;
margin-top:0;
font-weight:500;
transition:all 0.5s;
text-transform:capitalize;
}
.servic-thumb p {
font-weight: normal;
font-size: 16px;
line-height: 2;
}
/*----Testimonials Settings----*/
.testimonials{
	text-align: center;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	margin-top:0px;
	overflow:hidden;	
}
.testimonial{
    text-align: center;
	padding:40px 0 40px 0;
	position:relative;
}

.testimonial .row{
margin-bottom:40px;
}
.testimonials h1 {
color: #ffffff;
font-weight: normal;
margin-bottom:15px;
}
.testimonials h1 span {
color:#ffc107;
}
.testimonials .box1 span{
color:#ffffff;
}
.testimonial .testimonial-picture{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto 40px;
    border: 2px solid#ffc107;
    overflow: hidden;
}
.testimonial .testimonial-picture img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-description {
    color:#ffffff;
    font-size: 19.5px;
    line-height: 1.9;
    margin-bottom: 20px;
    font-family: initial;
    text-align: center;
    font-style: italic;
}
.testimonial .testimonial-desination{
    margin:20px 0 5px 0;
	color:rgba(255,255,255,0.7);
	line-height:1.8;
	font-size:15px;
	text-align:center;
}
.testimonial .testimonial-title{
    font-size: 20px;
    color:#ffc107;
    margin-right: 20px;
    text-transform: capitalize;
}
.testimonial .testimonial-desination small{
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    text-transform: capitalize;
}
h6.us-name {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}
.user-rating {
    text-align: center;
}
.user-rating i {
    color: #ffc412;
    font-size: 14px;
    margin: 0 3px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
    opacity: 1;
}
.owl-buttons{
    position: absolute;
    top: 35%;
    width: 100%;
}
.owl-prev{
    position: absolute;
    left:2%;
}
.owl-next{
    position: absolute;
    right:2%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f060";
    font-family: 'FontAwesome';
    width: 28px;
    height: 28px;
    font-size: 16px;
    color:#ef193c;
    transition: all 0.15s ease 0s;
}
.owl-next:after{
    content: "\f061";
}
@media only screen and (max-width: 479px){
    .owl-prev{
        left: 10%;
    }
    .owl-next{
        right: 10%;
    }
}
/*------Contact Settings-----*/
.contact{
position:relative;
background-size:cover;
background-repeat:no-repeat;
}
.contact .row{
margin-bottom:40px;
}
.contact-box {
    background: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.3);
	position:relative;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 6px; 
}
.contact h1 {
color: #ffffff;
font-weight: normal;
margin-bottom:15px;
text-align:center;
}
.contact h1 span {
color:#ffc107;
}
.contact p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    color: #ffffff;
    line-height: 1.566;
}

.contact h3{
font-size:22px;
text-transform:uppercase;
color:#ffffff;
opacity:0.9;
margin-bottom: 0;
}

.form-box{
background:transparent;
border-radius:2px;
padding:0px 0px;
text-align:left;
display:inline-block;
width:100%;
}
.contact-box p{
text-align:left;
color:#ffffff;
}
.form-control::-moz-placeholder{color:#ffffff;opacity:1}
.form-control:-ms-input-placeholder{color:#ffffff;}
.form-control::-webkit-input-placeholder{color:#ffffff;}
.contact .form-control{
height:55px;
border:1px solid rgba(255,255,255,0.2);
border-radius:1px;
margin-bottom:12px;
background:rgba(255,255,255,0.1);
color:#ffffff;
}
.contact textarea.form-control{
height:120px;
}
.contact .submit-btn{
padding:14px 30px;
text-transform:uppercase;
border-radius:50px;
font-size:18px;
transition:ease-in-out 0.6s;
display:inline-block;
background:#ffffff;
}
.contact span {
    color:#ffc107;
    font-size: 40px;
	margin:20px 0;
}
.contact-footer-social{
margin:20px auto 0 auto;
float:none;
padding:0;
}
.contact-footer-social li{
list-style:none;
text-align:center;
display:inline-block;
margin:10px 7px;
}
.contact-footer-social li i{
background:rgba(255,255,255,0.1);
width:42px;
height:42px;
color:#ffffff;
line-height:42px;
font-size:15px;
border-radius:2px;
transition:ease-in-out 0.6s;
}
.contact-footer-social li:hover i{
background:#ffffff;
color:#5f666b;
}
.help-block.with-errors {
    color: #ffffff;
}
.text-danger {
    color: #ffffff;
}
div#msgSubmit.text-success {
    background: #ffffff;
    padding: 12px 0;
    text-align: center;
    display: block;
    width: 100%;
	margin: 10px 0;
    color: #07b107;
}
.has-error .form-control:focus, .form-control:focus{
	box-shadow:none;
	border-color: #ffffff;
}
/*----Pricing Settings----*/
.prices{
text-align:center;
}

.price-table{
border:1px solid #e4e4e4;
padding:0px 0 25px 0;
text-align:center;
overflow:hidden;
border-radius:6px;
}
.gold-price {
    padding:30px 0 30px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.gold-price i{
	color:#ffffff;
	font-size:35px;
}
.gold-price.black{
	background: #283640;
	background: -moz-linear-gradient(top, #283640 0%, #192229 100%);
	background: -webkit-linear-gradient(top, #283640 0%,#192229 100%); 
	background: linear-gradient(to bottom, #283640 0%,#192229 100%);
}
.gold-price.black i{
	color:#7b8a9c;
}
.prices h1 {
color: #16262c;
font-weight: normal;
margin-bottom:15px;
}

.prices h1 span {
color:#ffc107;
}
.prices p{
font-size:18px;
color:#727272;
line-height:1.8;
}

.price-header{
padding-top:25px;
margin-bottom:0px;
}

.price{
display: block;
position: relative;
vertical-align: middle;
margin: 0 auto;
}
.price h2 {
    position: absolute;
    top:0px;
    right:15%;
    font-size:90px;
    font-weight: 600;
    opacity: 0.07;
}
.price h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
	line-height:1;
    padding-bottom: 5px;
    font-size: 60px;
}
.price-header p{
font-size:18px;
font-weight:500;
font-family: 'Poppins', sans-serif;
text-transform:capitalize;
color:#424242;
}
.price-table ul{
padding:0;
margin:0;
}
.price-table ul li{
list-style:none;
font-size:15.2px;
color:#747474;
line-height:2;
padding:10px 0;
border-bottom:1px solid #f2f2f2;
}
.price-table ul li:hover{
background:#fcfcfb;
}
.price-btn-one {
    background-color: #16262c;
}

.price-table a {
    text-decoration: none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	min-width:200px;
    border-radius:6px;
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
	margin-top: 22px;
}

/*------------twitter style-------------*/
.twitter-feed-sec{
background:#ffffff;
}
.twitter-heading{
margin-bottom:2em;
text-align:center;
}
.twitter-feed-sec i{
font-size:100px;
margin-bottom:0px;
}
.twitter-feed-sec .description{
color:#5f778a;
line-height:1.8;
font-size:1.5em;
font-family:initial;
font-style:italic;
text-align:center;
}
.twitter-slide a {
    text-align: center;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}
/*----Footer Settings----*/
.footer{
background:#1c252c;
padding:2em 0 0 0;
z-index:-1;
}
.copyright {
text-align:left;
width: 100%;
border-top: 1px solid #26333c;
background:#182127;
padding:10px 0 5px 0;
}

.footer-navigation ul{
text-align:center;
padding:0;
margin:0;
margin-bottom:25px;
}
.footer-navigation ul li{
list-style:none;
display:inline-block;
padding:5px 12px;
}
.footer-logo {
text-align: center;
display: inline-block;
width: 100%;
}
.footer-logo img{
display:block;
margin:1em auto;
}
.footer-navigation ul li a {
color:#5f778a;
font-size: 15px;
letter-spacing: 0.5px;
}
.footer-navigation ul li a:hover{
opacity:1;
}
.footer-social{
text-align:center;
padding:0;
margin:0;
}
.footer-social li{
list-style:none;
display:inline-block;
padding:5px 5px;
}
.footer-social li a {
color:#446d82;
font-size: 15px;
letter-spacing: 0.5px;
}
.footer-social li a i{
width:40px;
height:40px;
border-radius:50%;
line-height:40px;
background:#28343e;
border:1px solid #28343e;
color:#5e6e7b;
}
.footer-social li a:hover i{
color:#ffffff;
}
.copyright span {
font-size: 15px;
letter-spacing: 0.5px;
color: #5f778a;
text-align:left;
padding: 1em 0;
display:block;
}
.copyright a{
text-decoration:none;
}
/*------responsive Start-------*/

@media only screen  and (min-width : 768px) {
nav.navbar ul.nav > li.active > a {
    border-bottom: 2px solid #ffffff;
}

.sk-slide img {
    margin: 0 auto;
    max-height: 575px;
}
}


@media only screen  and (min-width : 1024px) {
.banner {
    padding: 100px 0;
	min-height:620px;
	height:100vh;
}
.heading h2{
font-size:52px;
}
section{
padding:5em 0;
}
a.navbar-brand img {
    max-height: 68px;
}
.contact textarea.form-control {
    height: 180px;
}
}

@media only screen  and (min-width : 1200px) {
section{
padding:7.5em 0 7em 0;
}
.banner {
    padding: 100px 0 100px;
}
.banner p {
    font-size: 18px;
}
.banner h1{
font-size:57px;
}
.banner-text {
    margin-top: 150px;
}
.banner img {
    margin: 0 auto;
    display: table;
    max-width: 80%;
}
}

@media screen and (max-width: 1199px) {
h1 {font-size: 48px}
h2 {font-size: 45px}
h3 {font-size: 32px}
h4 { font-size: 25px;}
.banner-text {
    margin-top: 100px;
}
.banner-btn {
    margin:7px 5px;
	padding: 14px 25px 14px 12px;
}
.banner h1{
	font-size:44px;
}
.serviceBox .service-content h3 {
    font-size: 17px;
}
.serviceBox .service-icon {
    width: 40px;
    height: 40px;
	font-size:20px;
	line-height:40px;
}
.serviceBox .service-content {
    margin-left: 60px;
}
.service-thumb h2 {
    font-size: 20px;
}

}

@media screen and (max-width: 1024px) {

nav.navbar ul.nav > li > a {
    font-size: 12px;
	 padding: 25px 9px;
}

.navbar-brand>img {
display: block;
max-width: 52px;
}
.first-content p {
    font-size: 15px;
}
.app-download-btn h4 {
    font-size: 18px;
	margin: 0px 0px 0px 42px;
	line-height: 1.5;
}

}


@media screen and (max-width: 992px) {
h1 {font-size: 44px}
h2 {font-size: 40px}
h3 {font-size: 28px}
h4 { font-size: 22px;}
.banner h1{
	font-size:44px;
}
.recent-features h3 {
   font-size: 20px;
}
.service-thumb h2 {
    font-size: 16px;
    line-height: 1.2;
}
.app-download-btn i {
    font-size: 35px;
    top: 20px;
    left: 15px;
}
.app-download-btn{
padding: 20px 12px;
}

.app-download-btn span {
    font-size: 14px;
}
}

@media screen and (max-width: 767px) {

h1 {font-size: 40px}
h2 {font-size: 35px}
h3 {font-size: 25px}
h4 { font-size:18px;}
.banner h1{
	font-size:38px;
}
.banner-text {
    margin-top: 40px;
}
.first-content .row {
    margin-left: 0;
    margin-right: 0;
}
.mobile-padd-0 {
    margin: 0 -5px;
}

.no-mb-padding{
	padding:0;
}
.app-download-btn {
    padding: 20px 12px;
    width: 100%;
}
.app-download-btn i {
    font-size: 41px;
    top: 20px;
    left: 20px;
}
.app-download-btn h4 {
    margin: 0px 0px 0px 55px;
    line-height: 1.5;
    font-size: 22px;
}
.navbar {
    min-height: 60px;
}
nav.navbar .navbar-brand {
    padding-top: 10px;
}
nav.navbar.navbar-inverse .navbar-toggle {
    color: #eee;
	margin-top: 15px;
    background-color:transparent !important;
    border: none;
}
nav.navbar ul.nav > li > a {
    font-size: 12px;
    padding: 12px 9px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(255,255,255,0.12);
}
.heading.light p {
    font-size: 16px;
}
.recent-features {
    padding: 0 0px;
}
.twitter-feed-sec .description {
    font-size: 17px;
}
.footer-social li {
    padding: 5px 5px;
}
.teams-pic-bg {
    width: 180px;
    height: 180px;
}
.our-teams .teams-pic img {
    width: 160px;
    height: 160px;
}
.copyright span {
text-align:center;
padding: 1em 0;
}
.heading {
    margin-bottom:15px;
}
.price-table {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 480px) {
h1 {font-size: 30px}
h2 {font-size: 22px}
h3 {font-size: 20px}
h4 { font-size: 15px;}
.banner h1{
	font-size:30px;
}
.feature-thumb p, .servic-thumb p {
    font-size: 15px;
}

}
