@charset "utf-8";


body {
    font-family: roboto !important;
    }

*{
	margin: 0px;
	padding: 0px;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
.top{
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	background-color: #434343;
	padding: 1.1% 0%;
}
.login{
	background-color: #8b231d;
	color: #fff;
	padding: 2.8% 20px;
	border: none;
	font-size: 1.1em;
	float: right;
	margin-right: 9%;

}
.login:hover{
	background-color: #fff;
	color: #8b231d;
	padding: 2.8% 20px;
	border: ipx solid #8b231d;
	font-size: 1.1em;
	float: right;
	margin-right: 9%;

}
.download{
	width: 30%;
	letter-spacing: .6px;
	padding-top:1%;
	color: #bbbbbb;
	float: left;
	    padding-left: 1.5%;
}
.download a{
	 letter-spacing: 0px;
    color: #bbbbbb;
    font-size: 1.1em;
}
.download a:hover{
	text-decoration: none;
	letter-spacing: .6px;
	color: #8b231d;
}
.icons{
	width: 33.333%;
	padding-top: 1%;
	float: left;
}
.icons ul{
	     list-style-type: none;
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-left: 3%;
}
.icons ul li{
	display: inline;
}
.icons ul li a{
	color: #fff;
}
.icons ul li a:hover{
	color: #8b231d;
}


/*navigation*/
.top2{
	width: 100%;
	height: 78px;
	background-color: #f4f4f4;
}
.navbar-inverse {
    background-color: #f4f4f4 !important;
    border:none !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #8b231d !important;
}
.nav>li>a{
	font-size: .9em !important;
	font-weight: 500;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: 1.5% !important;
}
.navbar-brand{
	height: auto !important;
}
.navbar{
	height: auto !important;
}
.navbar-inverse .navbar-nav>li>a:hover{
	color: #333 !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent !important;

}



/*banner*/



/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}
.carousel-control{
	    font-size: 16px !important;
	    padding-top: 15% !important;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 30%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	font-weight: 400;
}


.header-text h3 span a{
	color: #fff;
	font-size: .9em;
	font-weight: 300;
	padding: .8% 5%;
	background-color: #8b231d;
}
.header-text h3 span a:hover{
	color: #8b231d;
	font-size: .9em;
	font-weight: 300;
	background-color: #fff;
	text-decoration: none;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}







.top3{
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: #8b231d;
	    padding: 2% 5% 2% 7%;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
.hd{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.top3 p{
	margin: 1%;
	float: left;
	text-align: center;


}
.hd hr {
    border-top: none !important;
    border: 0;
    border-top: none;
    border-bottom: 2px solid #c2c2c2 !important;
    box-shadow: 1px 3px 9px 0px #333 !important;
    width: 25%;
    margin:2% 2% 0% 2% !important;
    float: left;
}
hr last-child{
	margin-left: 0% !important;
} 


.feature{
	width: 25%;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	float: left;
	padding:0% 0% 1% 0%;
	font-size: .8em;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
}
.feature:last-child{
border-right: none;
}
.feature p{
	width: 100%;
	text-align: center;
	padding-bottom: 4%;
}
.feature img{
	max-width: 20%;
	margin-left: auto;
    margin-right: auto;
        margin-top: 9%;
    margin-bottom: 6%;
}
.feature a{
	border: 1px solid #8b231d;
	padding: .9% 5%;
	color: #8b231d;
	font-size: .8em;
	text-decoration: none;

}
.feature a:hover{
	border: 1px solid #8b231d;
	padding: .9% 5%;
	color: #fff;
	font-size: .8em;
	text-decoration: none;
	background-color: #8b231d;
}
.feature1{
	width: 25%;
	border-right: 1px solid #c2c2c2;
	border-bottom:none;
	float: left;
	padding:0% 0% 1% 0%;
	font-size: .8em;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0%;
}
.feature1:last-child{
border-right: none;
}
.feature1 p{
	width: 100%;
	text-align: center;
	padding-bottom: 4%;
}
.feature1 img{
	max-width: 20%;
	margin-left: auto;
    margin-right: auto;
        margin-top: 9%;
    margin-bottom: 6%;
}
.feature1 a{
	border: 1px solid #8b231d;
	padding: .9% 5%;
	color: #8b231d;
	font-size: .8em;
	text-decoration: none;
}

.feature1 a:hover{
	border: 1px solid #8b231d;
	padding: .9% 5%;
	color: #fff;
	font-size: .8em;
	text-decoration: none;
	background-color: #8b231d;
}


.app{
	width: 100%;
	height: 369px;
	background-color: #8b231d;
	float: left;
	position: relative;
	padding: 0% 10%;
	margin-top: 80px;
	margin-bottom: 9%;
}
.app1{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -59px;
	float: left;
	background-color: #434343;
	position: absolute;
	height: auto;

}

.appcondent{
	width: 70%;
	height: auto;
	    padding: 7% 5% 0% 7%;
	float: left;
}
.appcondent p{
	color: #d9d9d9;
	float: left;
	font-size: 1.2em;
	padding: 0% 1.5%;
}
.appmobile{
	width: 30%;
	height: auto;
	float: left;
	    padding: 4% 4% 4% 0%;
}
.appcondent h6{
	float: left;
	color: #d9d9d9;
	font-weight: 200;
	padding-top: 5%;
	padding-left: 9%;
	font-size: 1.2em;
}
.appcondent hr {
    border-top: none !important;
    border: 0;
    border-top: none;
    border-bottom: 3px solid #5e5e5e !important;
    box-shadow: 1px 3px 9px 0px #333 !important;
    width: 25%;
    margin: 2% 2% 0% 2% !important;
    float: left;
}
.txt{
	color: #000;
	float: left;
	font-size: .9em;
	font-weight: 400;
	padding-left: 9%;
	    padding-top: 2%;
}
 .appcondent ul {
        margin-top: 0;
    margin-bottom: 5%;
    float: left;
    padding: 1% 0%;
    list-style-type: none;
}
.appcondent ul li{
	padding: 1.5% 0%;
}
.appcondent ul i {
	color: #8b231d;
	    padding-right: 2%;
}
.txt img{
	padding-left: 5%;
	float: left;
}
.sales{
	width: 50%;
	height: auto;
	background-color: #434343;
	float: left;
	padding:4% 1% 4% 10%;
	text-align: center;
}
.sales p{
	float: left;
}
.aligning{
	
    width: 100%;
    float: left;
    /* padding-left: 6%; */
    padding-bottom: 6%;
    color: #dcdcdc;
    font-size: 1.4em;
}
.sales a{
	border: 1px solid #dcdcdc;
	padding: 1% 4%;
	margin: 5% auto 0% auto;
	color: #dcdcdc;
}
.sales a:hover{
	border: 1px solid #dcdcdc;
	padding: 1% 4%;
	margin: 5% auto 0% auto;
	color: #434343;
	background-color: #dcdcdc;
	text-decoration: none;
}
.sales hr {
    border-top: none !important;
    border: 0;
    border-top: none;
    border-bottom: 2px solid #6c6c6c !important;
    box-shadow: 7px 4px 8px 0px black;
    width: 25%;
    margin:2% 2% 0% 2% !important;
    float: left;
}
.sales1 p:last-child{
	float: none;
}
.sales1{
	width: 50%;
	height: auto;
	float: left;
}
.links{
	width: 100%;
	float: left;
	padding:9% 0% 5% 0%;
}


.footer{
	width: 100%;
	float: left;
	background-color: #434343;
	height: auto;
	padding: 3% 0%;
	margin-top: 4%;
	color: #fff;
	font-size: .9em;
	line-height: 2;
	font-weight: 300;
}
.footer h4{
	color: #fff;
	font-weight: 400;
	margin-bottom: 10%;
}
.footer ul{
	list-style-type: none;
	    margin-left: -14%;
}
.footer ul i{
	    padding: 0% 9% 0% 0%;
	    color: #8b231d;
}
.footer p i{
	padding: 0% 2%;
}
.footer hr{width: 75%;
	margin-left: auto;
	margin-right: auto;
    border-top: none !important;
    border: 0;
    border-bottom: 2px solid #6c6c6c !important;
    box-shadow: 7px 4px 8px 0px black;
    margin-bottom: 2%;
}
.footer a{
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover{
	color: #6c6c6c;
	text-decoration: none;
}
.rebha{
	text-align: right;
}
.reserve{
	text-align: left;
}
.heading{
	width: 100%;
	height: auto;
	padding: 2%;
}
.hh{
padding-left: 10%;
    font-weight: 300;
    font-size: 12px;

}



/*features*/


.helpdesk{
	width: 100%;
	height: auto;
	padding: 3% 10% 1% 10%;
	float: left;
}
.helpdesk img{
	max-width: 60%;
}


/*PARTNERS*/


.HD1{
	width: 100%;
	height: auto;
	padding:2% 0% 4% 0%;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
}

/*CAREERS*/

.apply1 {
    border: 1px solid #dcdcdc;
    padding: 1.5% 4% 1%;
    margin: 1% auto 0% auto;
    color: #c2c2c2;
    background-color: #fff;
}
.apply1:hover{
	border: 1px solid #8b231d;
    padding: 1.5% 4% 1%;
    margin: 1% auto 0% auto;
    color: #8b231d;
    background-color: #fedad8;
}
/*pricing*/

.pricing p {
    margin: 0px 0px;
    border: 1px solid #ccc;
    padding: 1% 2%;
    background-color: #19a49d;
    color: #fff;
    text-align: center;
}
.pricing1 p {
    margin: 0px 0px;
    border: 1px solid #ccc;
    padding: 4.1% 2%;
    background-color: #19a49d;
    color: #be1414;
    text-align: center;
}
.pricing2{
	color: #fff !important;
}
.price{
	width: 100%;
}

.price1 p {
    margin: 0px 0px;
    border: 1px solid #ccc;
    padding: 0% 2%;
    background-color: #19a49d;
    color: #be1414;
    text-align: center;
}
.price2{
	color: #fff !important;
	    font-size: 20px;
}
/*contact*/

.inform{
    padding: 1%;
    border: 1px solid #8b231d;
    margin-bottom: 2%;
}

/*login*/

.centrre{
	margin-left: auto;
	margin-right: auto;
	float: left;
}

/*responsive*/

@media screen and (max-width: 1200px) {
	.top3 p {
    font-size: .8em;
}
.hd hr{
	width: 20%;
}
.container {
    width: 90% !important;
}
@media screen and (max-width: 990px) {
	
	.navbar-brand>img {
    display: block;
    max-width: 80%;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 3px 7px 5px 7px !important;
}
}
.navbar-brand {
    padding: 15px 0px !important;
    
}
.nav>li>a {
    font-size: .8em !important;
    font-weight: 500;
}
.nav>li {
    position: relative;
    display: block;
    padding: 5% 0%;
}
}
@media screen and (max-width: 1024px) {
	.nav>li {
  padding: 0% 0%;
}
.sales p{
	font-size: .8em;
}
.sales hr {
    border-top: none !important;
    border: 0;
    border-top: none;
    border-bottom: 2px solid #6c6c6c !important;
    box-shadow: 7px 4px 8px 0px black;
    width: 25%;
    margin: 2% 2% 0% 2% !important;
    float: left;
}
.heading{
    padding: 2% 2% 2% 11%;
}
}

@media screen and (max-width: 768px) {
.navbar-toggle{
	margin-top: 22px !important;
	    background-color: #000 !important;
}
.footer ul {
    list-style-type: none;
    margin-left: 0%;
}
.feature{
	width: 50%;
	border: 1px solid #c2c2c2;
	float: left;
	padding:0% 0% 1% 0%;
	font-size: .8em;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0%;
}
.feature:last-child{
border-right: 1px solid #c2c2c2;
}

.feature1{
	width: 50%;
	border: 1px solid #c2c2c2;
	float: left;
	padding:0% 0% 1% 0%;
	font-size: .8em;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0%;
}
.feature1:last-child{
border-right: 1px solid #c2c2c2;
}
.top3 {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: #8b231d;
    padding: 0% 2% ;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
.appcondent{
	width: 100%;
	height: auto;
	padding: 7% 5% 0% 7%;
	float: left;
}
.appmobile{
	width: 100%;
	height: auto;
	float: left;
	    padding: 4% 4% 4% 0%;
}
.appmobile img{
	margin-right: auto;
	margin-left: auto;
}
.sales{
    margin-top: 100px;
    width: 100%;
}
.sales1{
	width: 100%;
}
.sales1 img{
	margin-right: auto;
	margin-left: auto;
}
.app {
    height: 700px;
}
.hd hr{
	display: none;
}
.top3 p{
	width: 100%;
	text-align: center;
}
.rebha{
	text-align: center;
}
.reserve{
	text-align: center;
}
.txt img {
    padding-left: 5%;
    float: left;
}
.txt img {
    padding-top: 5%;
}
.footer h4{
	    margin-bottom: 1%;
}
.sales hr{
	display: none;
}
.aligning{
	padding-bottom: 0%;
}
.sales p {
    float: left;
    text-align: center;
    width: 100%;
}
.links{
	    padding: 3% 0% 5% 0%;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    z-index: 9999;
    /*position: absolute;*/
    float: right;
    text-align: right;
}
.nav>li{
	z-index: 9999;
	background-color: #f4f4f4;
    padding-top: 5%;
}
.navbar-nav {
    margin: 7.5px -15px;
   /* background-color: #ff6600;*/
    float: right;
}

/*.nav>li>a {
    padding: 3px 15px 5px 10px !important;
}*/
.navbar-inverse {
    background-color: transparent !important;
}
.heading{
 padding-left: 10%;
}
}
@media screen and (max-width: 420px) {
	.nav>li>a {
    padding: 3px 7px 5px 7px !important;
}

	.login{
		float: left;
	}
	.download{
	width: 33%;
	float: left;
	    padding-left: 0%;
}
.feature{
	width: 100%;
	border: 1px solid #c2c2c2;
	float: left;
	padding:0% 0% 1% 0%;
	font-size: .8em;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0%;
}
.feature:last-child{
border-right: 1px solid #c2c2c2;
}

.feature1{
	width: 100%;
	border: 1px solid #c2c2c2;
	float: left;
	padding:0% 0% 1% 0%;
	font-size: .8em;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0%;
}
.feature1:last-child{
border-right: 1px solid #c2c2c2;
}
.heading hr{
	display: none;
}
.appcondent p {
    text-align: center;
    color: #d9d9d9;
    float: left;
    font-size: 1.2em;
    padding: 0% 1.5%;
    width: 100%;
}
.appcondent h6{
	padding-top: 0%;
}
.appmobile {
    padding: 4% 0% 4% 0%;
}
.sales img{
	padding-top: 2%;
}
.sales{
padding:4% 0% 4% 0%;
}
.login:hover{
font-size: .8em;
padding: 2.8% 16%;
}
.login{
font-size: .8em;
padding: 2.8% 16%;
}
.download a{
font-size: .9em;
}
.icons ul{
font-size: .9em;
}
.navbar-toggle {
    margin-top: 18px !important;
}
.navbar-brand{
	width: 79%;
}
.top2{
height: 66px;
}
.nav>li{
padding: 0% 8px 0% 8px;
}
.heading {
    padding-left: 0%;
}
}
@media (min-width: 768px){
.top2 container {
    width: 1200px !important; 
    padding-right: 0px !important;
  
}
}