body{
	margin:0;
	font-family: 'PT_Sans-Narrow-Web-Regular';
}
@font-face {
	font-family: 'PT_Sans-Narrow-Web-Regular';
	src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Engagement-Regular';
	src: url(../fonts/Engagement-Regular.ttf) format('truetype');
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--header--*/
.header {
	padding: .3em 0;
	background-color: #014554;
}
.header-info a {
	color: #fff;
}
.header-info-size {
	font-size: 1.3em;
	color: #fff;
	margin-top: 0.1em;
}
.header-info p {
	font-size: 1.3em;
	color: #fff;
	margin-top: 0.1em;
}
.header-info p:before {
	content: '';
	background: url(../images/iconsprite.png)no-repeat -52px 1px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 11px;
}
.navbar-default {
	margin: 0;
	border: none;
}
/*--top-nav--*/
h1 a.navbar-brand {
	font-size: 2em;
	margin: 0 !important;
	display: block;
	font-family: 'Engagement-Regular';
	height: 0;
	line-height: 0;
	padding: .6em 0;
	color:#B3AFA6;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#E4A412;
	color:#B3AFA6;
}
.navbar-nav > li > a {
	padding: 1.0em 1.0em;
	font-size: 1.6em;
}
.navbar-default .navbar-nav > li > a {
  color: #101010;
}
div#bs-example-navbar-collapse-1 {
	padding: 0;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-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;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #B3AFA6;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover a, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
	color: #fff;
}
.navbar-nav > li > a:hover {
	color: #fff !important;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #B3AFA6;
}
/*--//top-nav--*/
.banner{
	/*
	background: url(../images/banner.jpg) no-repeat 0px 0px;
	*/
	background-color: #1f1f1f;
	background-size: cover;
	min-height:600px;
	position:relative;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.banner-title {
	padding: 2em 0px;
	position: relative;
}
.banner-text {
	width: 73%;	
}
.banner-text h2 {
	font-size: 4em;
	color: #fff;
}
.banner-text p {
	font-size: 1.2em;
	color: #D6E2DF;
	margin: 1em 0;
	letter-spacing: 1px;
}
a.more {
	font-size: 1.1em;
	color: #fff;
	background-color: #014554;
	padding: 0.3em 1em;
	line-height: 38px;
}
a.more:hover {
	background-color: #fff;
	color: #014554;
}
/*------------------ Slider Part starts Here----------*/

#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: 100%;
  border: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 47%;
    left: 6%;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 32px;
    width: 32px;
    background: transparent url("../images/icons.png") no-repeat 0px 0px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    right: 9%;
    background: url(../images/icons.png)no-repeat -37px 0px;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: 100%;
  border: 0;
  width:100%;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 2%;
    z-index: 111;
    left: 14%;
    padding: 0;
    margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
} 
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@media screen and (max-width: 600px){
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 16px;
    border-radius: 17px;
    width: 17px;
    display: inline-block;
    background: #014554;
    border: 2px solid #fff;
}
.callbacks_here a:after{
	background: #B3AFA6;
}
/*--//slider end here--*/
.about {
	margin: 2em;
	font-size: 1.2em;
}
.products {
	margin: 2em;
	font-size: 1.2em;
}
.product-font {
	font-size: 1.3em;
}
.support {
	margin: 2em;
	font-size: 1.2em;
}
.sales {
	margin: 1em;
	font-size: 1.2em;
}

/*--footer--*/
.footer {
	text-align: center;
	padding: 1.5em 0;
	background-color: #2D2B2B;
}
.footer p {
	color: #fff;
	font-size: 1.1em;
}
.footer p a {
	color: #fff;
	margin-left: 2px;
}
.footer p a:hover{
	color: #FF0000;
	text-decoration:none;
}
/*--//footer--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.callbacks_tabs {
	bottom: 2%;
}
}
@media(max-width:1366px){
.callbacks_tabs {
	left: 3%;
}
.banner {
	background-position:-131px 0px;
}
h3.title {
	font-size: 2.8em;
}
}
@media(max-width:1280px){
.banner-title {
	padding: 2em 0;
}
.banner {
	min-height: 530px;
}
.banner-text h2 {
	font-size: 3.8em;
	color: #fff;
}	
}
@media(max-width:1080px){
.banner {
	min-height: 450px;
}
h1 a.navbar-brand {
	font-size: 1.8em;
	padding: .65em 0;
}
.banner-title {
	padding: 2em 0;
}
.banner-text {
	margin-left: 2em;
}
}
@media(max-width:991px){
.sales {
	margin: .5em;
	font-size: 1.1em;
}
.navbar-nav > li > a {
	padding: 1.0em 1.0em;
	font-size: 1.4em;
}
h1 a.navbar-brand {
	font-size: 1.8em;
	padding: .63em 0;
}
.banner-text {
	margin-left: 0;
	width: 73%;
}
.banner-title {
	padding: 2em 0;
}
.banner-text h2 {
	font-size: 3.6em;
}
.banner {
	min-height: 380px;
}
h3.title {
	font-size: 2.6em;
	margin-bottom: 0.8em;
}
}
@media(max-width:768px){
.sales {
	margin: .5em;
	font-size: 1.1em;
}
h1 a.navbar-brand {
	font-size: 1.6em;
	padding: .7em 0;
}
.banner-text {
	margin-left: 5em;
}
.banner-text h2 {
	font-size: 3.2em;
}
.banner-title {
	padding: 2em 0;
}
h3.title {
	font-size: 2.4em;
}
}
@media(max-width:640px){
.sales {
	margin: .5em;
	font-size: 1.1em;
}
.header-info {
	float: left;
}
form.navbar-form {
	float: right;
	width: 35%;
}
.header-info p {
	font-size: 1.1em;
	margin-top: 0.6em;
}
.header-info p:before {
	background-position:-51px 0px;
	margin-right: 8px;
}
h1 a.navbar-brand {
	font-size: 1.5em;
	padding: .6em 0;
	margin-left: 0.3em !important;
}
button.navbar-toggle {
	border-color: #B3AFA6 !important;
	margin: 1.1em 2em;
	background-color: #B3AFA6;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #B3AFA6;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav > li > a {
	padding: 1em 0;
	font-size: 1.3em;
	text-align: center;    
}
.navbar-default .navbar-nav > li > a{
	color: #101010;
}
.banner-title {
	padding: 2em 0;
}
.banner {
	min-height: 330px;
}
.banner-text h2 {
	font-size: 3em;
}
.banner-text p {
	font-size: 1.1em;
	margin: 0.8em 0;
	letter-spacing: 0;
}
h3.title {
	font-size: 2.2em;
}
}
@media(max-width:480px){
.sales {
	margin: .5em;
	font-size: 1em;
}
h1 a.navbar-brand {
	font-size: 1.2em;
	padding: .75em 0;
}
input.form-control {
	padding: 5px 28px 5px 10px;
	font-size: 1em;
}
.navbar-nav > li > a {
	padding: 0.8em 0;
	font-size: 1.1em;
}
.banner-title {
	padding: 2em 0;
}
.banner-text h2 {
	font-size: 2.6em;
}
.banner {
	min-height: 259px;
}
.banner-text {
	margin-left: 3em;
}
h3.title {
	font-size: 2em;
	margin-bottom: 0.6em;
}
.footer p {
	font-size: 1em;
}
.navbar-form button.btn.btn-default {
	top: 19%;
}
}
@media(max-width:320px){
.sales {
	margin: .5em;
	font-size: 1em;
}
.header-info {
	float: none;
	margin-bottom: 0.5em;
}
form.navbar-form {
	float: none;
	width: 69%;
	margin: 0 auto !important;
}
input.form-control {
	padding: 5px 31px 5px 10px;
}
.header-info p {
	margin-top: 0;
	text-align: center;
}
.header {
	padding: 0.6em 0;
}
button.navbar-toggle {
	margin: 1.1em 1em;
}
.banner-title {
	padding: 2em 0 3em;
}

.banner-text h2 {
	font-size: 2.2em;
}
.banner-text p {
	margin: 0.5em 0;
}
.banner-text {
	margin-left: 0;
	width: 71%;
}
h3.title {
	font-size: 1.8em;
}
}
/*--//responsive-design---*/