@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Arimo", sans-serif !important;
}
body::-webkit-scrollbar {
    width: 5px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #009ddc;
  outline: 1px solid slategrey;
}

body::-moz-scrollbar {
    width: 5px;
}
 
body::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-moz-scrollbar-thumb {
  background-color: #009ddc;
  outline: 1px solid slategrey;
}

@font-face {
	font-family: 'Arimo-Bold';
	src: url(../fonts/Arimo-Bold.ttf);
}
@font-face {
	font-family: 'Arimo-Regular';
	src: url(../fonts/Arimo-Regular.ttf);
}
@font-face {
	font-family: 'WREXHAM';
	src: url(../fonts/WREXHAM.TTF);
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: 'Roboto-Thin';
	src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
	font-family: 'Roboto-Light';
	src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
	font-family: 'Roboto-ThinItalic';
	src: url(../fonts/Roboto-ThinItalic.ttf);
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
	font-family: 'Lato-Semibold';
	src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
	font-family: 'Lato-Light';
	src: url(../fonts/Lato-Light.ttf);
}
@font-face {
	font-family: 'Lato-Bold';
	src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
	font-family: 'RobotoCondensed-Light';
	src: url(../fonts/RobotoCondensed-Light.ttf);
}
@font-face {
	font-family: 'RobotoCondensed-Italic';
	src: url(../fonts/RobotoCondensed-Italic.ttf);
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
	font-family: 'Lato-BoldItalic';
	src: url(../fonts/Lato-BoldItalic.ttf);
}

@font-face {
	font-family: 'Lato-Regular';
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: 'Lato-SemiboldItalic';
	src: url(../fonts/Lato-SemiboldItalic.ttf);
}
@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url(../fonts/RobotoCondensed-Bold.ttf);
}
.gap {
	margin: 30px 0 0 0;
}
.cell-gap {
	padding: 5% 0;
}
.no-X-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-L-padding {
	padding-left: 0 !important;
}
.no-R-padding {
	padding-right: 0 !important;
}

.no-Y-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.made-gap {
	margin-bottom: 0px;
}
p {
	color: #553f2a;
	font-size: 14px;
	line-height: 150%;
}
a{
	text-decoration:none;
	transition:all 300ms ease-out;
}
a:hover{
	text-decoration:none;
}

/*index css*/
/*top bar starts*/
/*nav starts*/
.top-bar{
	background:#515152;
	width:100%;
	position:fixed;
	z-index:999999;
	min-height:38px;
}
.top-bar h3{
	font-family: 'Lato-Bold';
	font-size:16px;
	margin:0;
	padding:8px 0;
	color:#fff;
}
.top-bar h3 span{
	margin-right:6px;
}

.main-nav {
	width: 100%;
}
.main-nav nav {
  .navbar-brand {font-size: 30px;}
	.navbar-toggle {margin: 13px 15px 13px 0;}
	a {
		font-size: 18px;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
    transition: all 0.3s ease;
	}
}



.main-nav nav.navbar.shrink {
	min-height: 35px;
  .navbar-brand {font-size: 25px;}
  a {
    font-size: 15px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .navbar-toggle {
    margin: 8px 15px 8px 0;
    padding: 4px 5px;
  }
}
.main-nav .navbar-default {
	background-color: transparent;
	border-color: transparent;
	text-align: right;
}
.main-nav .navbar {
	border-radius: 0px;
	text-align: right;
	margin-bottom: 0px;
}
.main-nav .navbar-nav {
	width: 100%;
	text-align: right;
}
.main-nav .navbar-nav li {
	float: none;
	display: inline-block;
	padding-left:0px;
	padding-right:0px;
	transition:all 300ms ease-in-out;
	margin:0;
}
.main-nav .navbar-nav li:hover {
	color: #fff;
	background-color: transparent;
}

.main-nav .navbar-default .navbar-nav > li > a {
	font-family: 'Roboto-Bold';
	font-size: 12px;
	text-transform: uppercase;
	padding:10px 7px 7px 7px;
	padding-bottom:5px;
	color: #fff;
}
.main-nav .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	border-bottom:2px solid #33adf3;
	background-color: transparent;
}
.main-nav .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	border-bottom:2px solid #33adf3;
	background-color: transparent;
}
.main-nav .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	border-bottom:2px solid #33adf3;
	background-color: transparent;
}
.main-nav .dropdown-menu > li > a:hover,
.main-nav.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #33adf3;
  text-decoration: none;
}
.main-nav .dropdown-menu > li > a
 {
  color: #fff;
  text-transform:uppercase;
}
.main-nav .dropdown-menu > li 
 {
	 width:100%;
}
.main-nav .navbar {
    border: 0px solid transparent;
    margin-bottom: 0px;
    min-height: 10px;
    position: relative;
}
.main-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color:#3e3f43;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*top bar ends*/

/*header starts*/
header{
	width:100%;
}
header h1{
	padding:0;
	margin:15px 0;
}

/*header ends*/


/*banner starts*/
.banner{
	width:100%;
	position:relative;
	top:38px;
}
.banner h1{
	position:absolute;
	top:0;
	left:7%;
	z-index:999999999;
}
.banner img.ban-img{
	width:100%;
}



/*banner ends*/
/*cutomer sec starts*/
.home-customer{
	width:100%;
	position:relative;
}
.home-customer h2{
	font-family: 'Roboto-Bold';
	font-size:29px;
	text-transform:uppercase;
	color:#158ed4;
	margin:0;
	text-align:left;
	margin-top:70px;
	margin-left:40px;
	margin-bottom:10px;
}
.home-customer h3{
	font-family: 'Roboto-Bold';
	font-size:16px;
	text-transform:uppercase;
	color:#158ed4;
	margin:0;
	text-align:left;
	margin-left:40px;
	margin-bottom:40px;
}
.home-customer .log-sec{
	text-align:left;
}
.home-customer .log-sec h4{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:23px;
	color:#202e36;
	margin:0;
	padding:20px 0 20px;
	text-transform:uppercase;
}
.main_slider_form{
	background:url(../img/slider_form_bg.png) no-repeat bottom left;
	position:relative;
	z-index:9999;
}	
.ask-q{
	width:100%;
	padding:0;
	margin-top:-61px;
	z-index:999;
	position:relative;
	min-height:210px;
}
.ask-q h4{
	font-family: 'Roboto-Light';
	font-size:32px;
	color:#000;
	line-height:100%;
	margin:0;
	width:100%;
	float:left;
	display:table;
	padding:15px 24px 34px 34px;
}
.ask-q button{
	font-family: 'Roboto-Bold';
	font-size:14.8px;
	color:#fff;
	margin:-2px 2px 0 0 ;
	border:none;
	background:#158ed4;
	transition:all 400ms ease;
	text-decoration:none;
	text-align:center;
	display:table;
	float:right;
	padding:2px 20px;
}
.ask-q button:hover{
	color:#fff;
	background:#515152;
	text-decoration:none;
}

.ask-q input.form-control, .ask-q select.form-control {
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0;
	box-shadow: inset 0 4px 3px 1px #cecece;
    color: #666;
    display: block;
    font-size: 12px;
    height: 31px;
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	margin-bottom:15px;
}
.ask-q .form-control::-moz-placeholder {
    color: #000;
    font-size: 9px;
    opacity: 1;
}
/*cutomer sec ends*/

/*omni clients mid starts*/
.omni-clients3{
	width:100%;
	background: -moz-linear-gradient(88deg, #f4f4f4 0%, #f4f4f4 1%, #ffffff 50%, #f4f4f4 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(50%, #ffffff), color-stop(99%, #f4f4f4), color-stop(100%, 		#f4f4f4)); /* safari4+,chrome */
	background: -webkit-linear-gradient(88deg, #f4f4f4 0%, #f4f4f4 1%, #ffffff 50%, #f4f4f4 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(88deg, #f4f4f4 0%, #f4f4f4 1%, #ffffff 50%, #f4f4f4 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(88deg, #f4f4f4 0%, #f4f4f4 1%, #ffffff 50%, #f4f4f4 100%); /* ie10+ */
	background: linear-gradient(2deg, #f4f4f4 0%, #f4f4f4 1%, #ffffff 50%, #f4f4f4 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); /* ie6-9 */
}
.omni-clients3 h3{
	width:100%;
	background:url(../img/omni3-h.png) no-repeat top/cover;
	min-height:142px;
	margin:0;
	padding:40px 40px 50px 50px;
 	color: #fff;
    font-family: "Roboto-Light";
    font-size: 26px;
    line-height: 28px;
	text-align:center;
}
.omni-clients3-R{
	text-align:center;
	padding:25px 0 0 0;
}

.omni-clients3-R .logo
{
  cursor:pointer;
}


.omni-clients3-R .logo:hover
{
  filter: none; /* IE6-9 */
}

/*omni clients mid ends*/
/*hospi starts*/
.hos-bus{
	margin:60px 0 80px 0;
	text-align:center !important;
}
.hos-bus img{
	margin:0 auto;
}

.hos-bus h2{
 	color: #202e36;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    line-height: 90%;
	text-align:center;
	margin:0;
	font-weight:100;
	margin-bottom:15px;
}
.hos-bus h2 strong{
	font-weight:300;
}
.hos-bus h3{
 	color: #008dd2;
    font-family: "Roboto-Medium";
    font-size: 30px;
	text-transform:uppercase;
    line-height: 90%;
	text-align:center;
	margin:0;
	margin-bottom:40px;
}


/*hospi ends*/
.pos-mark{
	background:#008dd2;
	padding:50px 0 30px;
	
}
.pos-mark h2{
 	color: #fff;
	font-family: 'RobotoCondensed-Bold';
    font-size: 44px;
    line-height: 90%;
	text-align:center;
	margin:0;
	margin-bottom:50px;
	text-transform:uppercase;
}
.pos-mark h2 span{
	font-family: 'RobotoCondensed-Light';
}

.pos-mark h3{
 	color: #fff;
	font-family: 'RobotoCondensed-Bold';
    font-size: 24px;
	text-transform:uppercase;
    line-height: 90%;
	text-align:center;
	margin:0;
	margin-bottom:15px;
}
.pos-mark-bot{
	width:90%;
	text-align:center;
	margin:30px auto;
}
.pos-mark-bot p{
 	color: #fff;
    font-family: "Roboto-Medium";
    font-size: 20px;
    line-height: 140%;
	text-align:center;
	margin-top:20px;
}
.pos-mark h5{
 	color: #97d1f2;
    font-family: "Roboto-Medium";
    font-size: 12px;
	font-style:italic;
    line-height: 90%;
	text-align:center;
	margin:0;
	margin-top:40px;
}


.sign-now{
	width:100%;
	position:relative;
	background:#4d4d4d;
	display:table;
	margin:60px 0 85px 0;
}
.sign-now img.rounded{
	margin-top:-100px;
	margin-left:35px;
}
.sign-now-mid{
	text-align:center;
	padding-right:70px;
}
.sign-now-mid h3{
 	color: #fff;
    font-family: "Roboto-Thin";
    font-size: 34px;
    line-height: 90%;
	text-align:center;
	margin: 25px 0;
}
.sign-now-mid p{
 	color: #fff;
    font-family: "Roboto-Medium";
    font-size: 12px;
    line-height: 140%;
	text-align:center;
}
.sign-now-R{
	width:100%;
	background:#838383;
	position:relative;
	min-height:168px;
}
.sign-now-R img.angled{
	position:absolute;
	left:-138px;
	margin-top:0;
}
.sign-now-R-mid{
	padding:30px 30px 30px 60px;
}
.sign-now-R-mid p{
 	color: #fff;
    font-size: 16px;
    line-height: 140%;
	margin-bottom:15px;
	text-align:left;
}
.sign-now-R-mid input.form-control, .sign-now-R-mid select.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 1.42857;
    margin-bottom: 8px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.sign-now-R-mid .form-control::-moz-placeholder {
    color: #000;
    font-size: 11px;
    opacity: 1;
}
.sign-now-R-mid a{
	text-decoration:none;
}
.sign-now-R-mid a img{
	margin-top:25px;
	position:relative;
	left:0;
	margin-left:0;
}

/*home- solution starts*/
.home-sol{
	padding:90px 0 60px;
	width:100%;
	z-index:999;
	margin-top:-60px;
}
.home-sol-mid{
	width:80%;
	margin:0 auto;
}
.home-sol-mid.pos{
	width:100%;
}

.home-sol h2{
	font-family: 'Roboto-Bold';
	font-size:29px;
	text-transform:uppercase;
	color:#158ed4;
	margin:0;
	text-align:left;
	margin-bottom:10px;
}
.home-sol h3{
	font-family: 'Roboto-Bold';
	font-size:16px;
	text-transform:uppercase;
	color:#158ed4;
	margin:0;
	text-align:left;
	margin-bottom:40px;
}
.home-sol .box{
	width:100%;
	position:relative;
	transition:all 4000ms ease-out;
}
.home-sol h5{
	padding-top:10px;
	font-family: 'Lato-Bold';
	font-size:13px;
	text-transform:uppercase;
	color:#3a3a3a;
	margin:0;
	text-align:center;
	margin-bottom:30px;
}
.home-sol h5 a{
	color:#3a3a3a;
	text-decoration:none;
	transition:all 400ms ease-in-out;
}
.home-sol h5 a:hover{
	color:#000;
	text-decoration:none;
}

.home-sol .box #overlay{
	width:100%;
	position:absolute;
	height:0;
	bottom:0;
	background:rgba(0, 0, 0, .6);
	text-align:center;
	z-index:999;
	transition:all 400ms ease-in-out;
}
.home-sol .box:hover #overlay{
	width:100%;
	height:100%;
	bottom:0;
	background:rgba(0, 0, 0, .4);
	text-align:center;
}

.home-sol .box #overlay h4{
	padding:5px 0;
	font-family: 'Roboto-Bold';
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	display:none;
	transition:400ms all ease-in-out;
	margin:0;
}
.home-sol .box:hover #overlay h4{
	padding:0;
	padding-top:30%;
	display:block;
	font-family: 'Roboto-Bold';
	font-size:18px;
}

.home-sol .box img{
	width:100%;
}
.slider_form_main{
	padding:0 24px 0 34px;
	width:100%;
	float:left;
}
/*home- solution ends*/

/*info-sec starts*/
.info-sec{
	width:100%;
}
.info-sec h3{
	width:100%;
	text-align:center;
	font-family: 'Roboto-Medium';
	font-size:19px;
	color:#303030;
	text-align:center;
	margin:0;
	margin-bottom:25px;
}
.info-sec h2{
	width:auto;
	text-align:center;
	height:47px;
	font-family: 'Roboto-Bold';
	margin:0;
	padding:0;
	
}
.info-sec h2 span{
	width:auto;
	background:#158ed4;
	border-radius: 10px 10px 0 0;
	text-align:center;
	padding:12px 35px 15px;
	font-family: 'Roboto-Bold';
	font-size:22px;
	color:#fff;
	text-align:center;
	margin:0;
}
.info-sec h4{
	width:auto;
	text-align:center;
	font-family: 'Roboto-Bold';
	margin:0;
	padding:0;
	
}
.info-sec h4 span{
	width:auto;
	background:#158ed4;
	border-radius: 10px ;
	text-align:center;
	padding:8px 35px ;
	font-family: 'Roboto-Bold';
	font-size:22px;
	color:#fff;
	text-align:center;
	margin:0;
}
/*info-sec ends*/

/*advantage sec starts*/
.advantage{
	width:100%;
	padding:65px 0;
}
.advantage h2{
	width:100%;
	text-align:center;
	font-family: 'Roboto-Medium';
	font-size:30px;
	color:#303030;
	text-align:center;
	margin:0;
	margin-bottom:45px;
	text-transform:uppercase;
}
.advantage h3{
	width:100%;
	text-align:center;
	font-family: 'Roboto-Regular';
	font-size:16px;
	color:#303030;
	text-align:center;
	text-transform:uppercase;
	margin:30px auto 15px;
}
.advantage h4{
	text-align:center;
	margin:0;
	margin-bottom:10px;
}
.advantage h4 img{
	width:90%;
		padding:15px;
	border:solid 2px #d2d2d2;
}

.advantage p{
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#616161;
}

/*advantage sec ends*/

/*home enq starts*/
.home-enq{
	width:100%;
	margin:60px 0;
	background:#000 url(../img/enq-bg.jpg) no-repeat top/cover;
}
.home-enq h3{
	margin:120px 0 45px;
	width:100%;
	font-size:33px;
	line-height:120%;
	font-family: 'RobotoCondensed-Bold';
	color:#fff;
}
.home-enq h3 span{
	font-size:30px;
	font-family: 'RobotoCondensed-Regular';
}
.home-enq .choose{
	background:url(../img/arow-box.png) no-repeat top left;
	margin:0;
	width:95%;
	color:#fff;
	margin-bottom:155px;
	padding:18px 0 22px 15px;
	font-size:25px;
	font-family: 'RobotoCondensed-Light';
}

/*home enq ends*/

/*can do starts*/
.can-do{
	width:82%;
	margin:0 auto;
	text-align:center;
}
.can-do h3{
	color: #303030;
    font-family: "Roboto-Medium";
    font-size: 25px;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.can-do .crcl-box{
	width:20%;
	text-align:center;
	color: #fff;
    font-family: "Roboto-Bold";
    font-size: 25px;
	text-align:center;
	position:relative;
	float:left;
}
.can-do .crcl-box-in{
	width:99%;
	margin:0 auto;
	padding:65px 0;
	min-height:176px;
	transition:all 400ms ease-in-out;
	background:url(../img/semi-crcl.png) no-repeat top;
}
.can-do .crcl-box-in:hover{
		-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);

}




/* Effect 8 */
.can-do .crcl-box-in.effect-8 {
	width:auto;
}
.can-do .crcl-box-in.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.can-do .crcl-box-in.effect-8:hover {
    color: #fff;
}
.can-do .crcl-box-in.effect-8:hover i {
    color: #fff;
}
.can-do .crcl-box-in.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


/*can do ends*/


/*sale sol starts*/
.sale-sol{
	width:100%;
	background:url(../img/angle-bg.jpg) no-repeat top;
	background-size:100%;
	min-height:501px;
	padding:43px 0;
	margin-bottom:70px;
}
.sale-sol h2{
	color: #fff;
    font-family: "Roboto-Light";
    font-size: 34px;
    margin: 0 0 25px;
	line-height:90%;
}
.sale-sol h2 span{
	color: #fff;
    font-family: "Roboto-Bold";
    font-size: 20px;
}
.sale-sol .sal-box-1{
	height:140px;
	padding:15px;
	margin-bottom:10px;
	background:#158ed4;
	box-shadow: 0 4px 6px 1px #106a9e;
}
.sale-sol .sal-box-1 h4{
	color: #fff;
    font-family: "Roboto-Bold";
    font-size: 15px;
	margin:0;
	text-transform:uppercase;
	margin-bottom:8px;
}
.sale-sol .sal-box-1 p{
	color: #aedefa;
}
.sale-sol .sign-box{
	background:#158ed4;
	border:1px solid #fff;
	position:relative;
}
.sale-sol .sign-box .top-blk{
	background:#000;
	padding:15px 10px;
	text-align:center;
}
.sale-sol .sign-box .top-blk h4{
	color: #fff;
    font-family: "Roboto-Light";
    font-size: 33px;
	margin:20px 0 5px;
}

.sale-sol .sign-box .top-blk p{
	color:#767575;
	font-size:14px;
	font-family: "Roboto-Regular";
	font-weight:bold;

}
.sale-sol .sign-box .top-blk p span{
	font-family: "Roboto-Regular";
	font-weight:normal;
}
.sale-sol .sign-box form{
	padding:10px 15px 15px 25px;
}
.sale-sol .sign-box form label {
    display: inline-block;
    font-weight: normal;
	color:#fff;
	font-family: "Roboto-Medium";
	font-size:12px;
	text-transform:uppercase;
    margin-bottom: 2px;
    max-width: 100%;
}
.sale-sol .sign-box form .form-group {
    margin-bottom: 10px;
}

.sale-sol .sign-box form input.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 1.42857;
    padding: 5px 8px;
}
.sale-sol .sign-box .submt-btn {
	margin:0 auto;
	margin-bottom:-50px;
}

/*sale sol ends*/
/*home payment starts*/
.payment{
	width:84%;
	padding:90px 0 60px 0;
	margin:0 auto;
}
.payment h3{
	color: #303030;
    font-family: "Roboto-Medium";
    font-size: 25px;
    margin: 0 0 15px;
    width: 100%;
}
.payment button{
  	background: #158ed4 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Roboto-Medium";
    font-size: 17px;
	border-radius:8px;
	text-transform:uppercase;
    margin:40px 0 30px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    transition: all 400ms ease 0s;
    width: 60%;
}
.payment button:hover{
  	background: #515152 none repeat scroll 0 0;
    text-decoration: none;
}
.payment p{
	color: #3d3d3d;
    font-size: 15px;
	line-height:150%;
}
.payment p a{
	margin-right:25px;
}

/*home payment ends*/
/*testimonial sec starts*/
.testimonial-sec{
	width:100%;
	height:500px;
	background:#000 url(../img/testi-bg.jpg) no-repeat top fixed;
	background-size:cover;
}
.testimonial-sec h3{
    color: #fff;
    font-family: "Roboto-Regular";
    font-size: 35px;
    margin: 105px 0 25px;
	letter-spacing:.5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.testis-total{
	width:75%;
	margin:0 auto;
}


.testis-total h5{
	font-family: 'Script MT Bold';
	font-size:16px;
	color:#158ed4;
	position:absolute;
	bottom:-20px;
	right:140px;
}
.testis-total #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
.testis-total #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.testis-total #quote-carousel .carousel-control.left {
    left: -60px;
}
.testis-total #quote-carousel .carousel-control.right {
    right: -60px;
}
.testis-total #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.testis-total #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
.testis-total #quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.testis-total .carousel-inner {
    min-height: 200px;
}
.testis-total .item blockquote {
	background:url(../img/testis.png) no-repeat top center/cover;
	padding:30px ;
	position:relative;
	height:170px;
	text-align:center;
	border-left:none 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#fff;
	font-style:italic;
	font-weight:300;
	line-height:130%;
}
/*testimonial sec ends*/
/*angle sec starts*/
.angle-sec{
	width:100%;
	background:#494949;
	margin-bottom:60px;
	height:auto;
}
.angle-sec .sign-up{
	width:100%;
	padding:28px 0 10px;
}
.angle-sec .sign-up h3{
    color: #fff;
    font-family: "Roboto-Regular";
    font-size: 20px;
    margin: 0 0 10px;
	text-align:center;
    text-transform: uppercase;
}
.angle-sec input.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 solid #ccc;
    border-radius: 0;
    box-shadow:none;
    color: #666;
    display: block;
    font-size: 11px;
    height: 28px;
    line-height: 1.42857;
    padding: 5px 8px;
}
.angle-sec button.btn {
	border-radius:0;
	height:28px;
	padding-top:3px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#158ed4;
	transition:all 400ms ease-in-out;
}
.angle-sec button.btn:hover {
	text-decoration:none;
	background:#e0e0e0;
	color:#000;
}


.angle{
	-webkit-transform: skew(-40deg); 
   -moz-transform: skew(-40deg); 
   -o-transform: skew(-40deg);
   transform: skew(-40deg);
   background:#158ed4;
   width:90%;
   margin:0 auto;	
   padding-top:20px;
   min-height:125px;
}
.angle h3{
    color: #fff;
	-webkit-transform: skew(40deg); 
   -moz-transform: skew(40deg); 
   -o-transform: skew(40deg);
   transform: skew(40deg);
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
	line-height:60%;
	margin-left:70px;
	font-weight:400;
	margin-bottom:0;
}
.angle h3 a{
    color: #fff;
	text-decoration:none;
	transition:all 300ms ease;
	margin-bottom:0;
}
.angle h3 a:hover{
    color: #000;
	text-decoration:none;
}

.angle h3 span{
    color: #fff;
    font-family: "Roboto-Bold";
    font-size: 12px;
	text-align:center;
    text-transform: none;
}
.down{
	width:100%;
}
.down h3{
	background:url(../img/downl.png) no-repeat right top;
    font-family: "Roboto-Medium";
    font-size: 26px;
	text-align:right;
    text-transform: uppercase;
	line-height:80%;
	padding-right:35%;
	padding-top:15px;
	margin-top:20px;
	min-height:80px;
	color:#fff;
}
.down h3 a{
	color:#fff;
	text-decoration:none;
	transition:all 300ms ease;
}
.down h3 a:hover{
	color:#000;
	text-decoration:none;
}

.down h3 span{
    font-family: "Roboto-Regular";
    font-size: 15px;
}


/*angle sec ends*/

/*contact css starts*/
.con-map{
	width:100%;
	border:10px solid #dedede;
}
.con-form{
	width:100%;
	background:#fff;
	padding:35px;
	margin:60px 0 0;
	display:table;
	box-shadow: 0px 0px 10px 1px #c3c1c1;
}
.con-form input.form-control, .con-form select.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #666;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.captchamain input{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #666;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.con-form textarea.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    color: #666;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.con-form button.submit-1 {
    background: #158ed4 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
}
.con-form button.submit-1:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #158ed4;
    color: #fff;
    text-decoration: none;
}
.con-R {
    margin: 130px 0 0px;
    width: 100%;
}
/*contact css ends*/

/*footer starts*/
footer{
	padding:60px 0 30px;
	position:relative;
}
.back-to-top {
    bottom: 80px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
	z-index:99999;
	transition:all 400ms ease-in-out;
}
.back-to-top:hover {
    bottom: 100px;
}

footer h3{
    color: #158ed4;
    font-family: "Roboto-Medium";
    font-size: 16px;
    margin: 0 0 20px;
	text-transform: uppercase;
}
footer h3.f-last-h3{
	text-align:right;
}

footer ul.links{
	margin:0;
	padding:0;
	list-style:none;
}
footer ul.links li{
    color: #000;
    font-family: "Roboto-Regular";
    font-size: 12px;
    margin: 0 0 5px;
	text-transform: uppercase;
}
footer ul.links li a{
    color: #303030;
    font-family: "Roboto-bold";
	text-decoration:none;
	transition:all 400ms ease-out;
	margin-left:0;
}
footer ul.links li a:hover, footer ul.links li a:focus, footer ul.links li a:active{
    color: #158ed4;
	text-decoration:none;
	margin-left:5px;
}
footer ul.links2{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right !important;
}
footer ul.links2 li{
	margin-left:1px;
	display:inline !important;
	margin-top:0;
	transition:all 300ms ease;
}
footer ul.links2 li a{
	display:inline-block !important;
	transition:all 300ms ease;
	box-shadow:none;
}
footer ul.links2 li a img{
	transition:all 300ms ease;
	box-shadow:none;
}
footer ul.links2 li a img:hover{
	box-shadow: 4px 4px 4px 1px #000;
}

footer ul.links2 li:hover{
	display:inline-block;
}
footer .logo{
	margin:25px 0 15px;
	text-align:right;
}
footer p{
	color:#696969;
	font-size:11px;
	text-align:right;
}

.slider{
	position:relative;
}
.white_section_slider{
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}
.white_section_slider img{
	width:100%;
	max-width:452px;
}


/*bottombar ends*/

/*inner css starts*/
.in-header{
	width:100%;
}
.in-header h1{
	margin:0;
	padding:72px 0 32px;
}
.top-blue{
	width:100%;
	background:#0085ce;
}
.top-blue-mid{
	width:100%;
	position:relative;
}
.top-blue-mid img{
	position:absolute;
	top:-95px;
}

.top-blue h2{
	color: #fff;
    font-family: "Roboto-Light";
    font-size: 40px;
    line-height: 90%;
    margin: 40px 0;
}
.top-blue h2 span{
	color: #fff;
    font-family: "Roboto-Medium";
    font-size: 18px;
}
/*res POS body starts*/
.res-body{
	margin:25px 0;
}
ul.blue-penta{
	margin:0;
	padding:0;
	list-style:none;
}
ul.blue-penta li{
	background:url(../img/blue-penta.png) no-repeat left top 6px;
	padding-left:25px;
	font-family: 'Roboto-Bold';
	font-size:14px;
	margin-bottom:15px;
	color:#4c4c4c;
}
ul.blue-penta li span{
	text-transform:uppercase;
	font-family: 'Roboto-Regular';
}

p.spec-1{
	color:#282828;
	font-size:15px;
	font-family:"Arimo",sans-serif !important;
	line-height:23px;
}
p.spec-2{
	color:#303030;
	font-size:14px;
	line-height:20px;
	font-family:"Arimo",sans-serif !important;
}
p.spec-1 a{
	color:#282828;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}
p.spec-1 a:hover{
	color:#000;
	text-decoration:none;
}

p.spec-2 a{
	color:#040404;
	font-size:14px;
	text-decoration:none;
	font-family: 'Roboto-Regular';

}
.res-body h4{
	color: #158ed4;
    font-family: "Roboto-Regular";
    font-size: 24px;
    margin: 25px 0 13px;
	text-transform:capitalize;
}
.res-body h4 a{
	color: #158ed4;
	text-decoration:none;
	transition:all 300ms ease-in-out;
}
.res-body h4 a:hover{
	color: #000;
	text-decoration:none;
}

.res-img{
	width:100%;
	margin:35px 0;
}
/*res POS right starts*/
.res-R{
	width:100%;
	margin:130px 0 40px;
}
.res-R-top{
	width:80%;
	margin:0 auto;
}

.res-R h4{
	color: #000;
    font-family: "Roboto-Regular";
    font-size: 24px;
    margin: 0 0 25px;
}
.res-R .ask-q2{
	width:100%; background: url(../img/asq2.png) no-repeat left bottom;
	position:relative;
}

.res-R .ask-q2 h4{
	color: #292116;
    font-family: "Roboto-Light";
    font-size: 35px;
    margin: 5px 0 20px;
}
.ask-q2 input.form-control, .ask-q2 select.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 solid #ccc;
    border-radius: 0;
    box-shadow: 0 4px 3px 1px #cecece inset;
    color: #666;
    display: block;
    font-size: 12px;
    height: 35px;
    line-height: 1.42857;
    margin-bottom: 15px;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.ask-q2 .form-control::-moz-placeholder {
    color: #000;
    font-size: 12px;
    opacity: 1;
}
.ask-q2 button {
    background: #158ed4 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: table;
    float: right;
    font-family: "Roboto-Bold";
    font-size: 17px;
    margin: 3px 11px 15px;
    padding: 4px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 400ms ease 0s;
}
.ask-q2 button:hover {
    background: #515152 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.ask-q2 .slider_form_main {
    float: left;
    padding: 35px 35px 15px;
    width: 100%;
}
/*res POS right ends*/
/*res POS body ends*/
/*omni clients2 starts*/
.omni-clinets2{
	margin:60px 0 40px;
}
.omni-clinets2-bot{
	width:60%;
	margin:0 auto;
}

.omni-clinets2 h4 {
    color: #202e36;
    font-family: "Roboto-Regular";
    font-size: 23px;
    font-weight: 300;
    margin: 0;
    padding: 20px 0;
	text-align:center;
    text-transform: uppercase;
}
/*omni clients2 ends*/
.dropdown-menu > li > a {
    color: #fff;
    font-family: "Roboto-Bold";
    font-size: 12px;
	padding:8px 15px;
    text-transform: uppercase;
}
.dropdown-menu > li > a:focus{
	background:none;
}
.main-nav .dropdown-menu{
	padding:0;
}
.marquee_clients{
	overflow:hidden;
	height:120px;
}
.marquee_clients img{
	float:left;
	margin:0 10px;
}
.clients_left h2{
    color: #158ed4;
    font-family: "Roboto-Regular";
    font-size: 24px;
    margin: 25px 0 13px;
    text-transform: capitalize;
}
.clients_left a{
	text-transform:capitalize;
    background: #158ed4 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
	float:left;
    font-family: "Roboto-Bold";
    font-size: 18px;
    margin:5px auto 0;
    padding: 8px 35px;
    text-align: center;
    width: auto;
}
.client_image{
	margin-bottom:15px;
	max-height:210px;
	overflow:hidden;
}
.client_image img{
	width:100%;
}
.client_box{
	min-height:430px;
	margin-bottom:20px;
}
.client_box h2{
    color: #158ed4;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    margin: 0 0 5px 0;
    width: 100%;
}
.client_box p{
	font-size:14px;
	color:#575757;
	margin:0;
	padding:0 0 10px 0;
}
.main_clients{
	padding:70px 0 0 0;
}
h2.hardware_info{
	text-align:center;
	font-size:15px;
    color: #303030;
	font-family: 'Roboto Condensed', sans-serif;
	padding:15px 0 0 0;
	margin:0 auto;
    width: 100%;
	font-weight:700;
}


.hospitality_main{
	margin:-45px auto 0;
	padding:55px 20px 40px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	min-height:485px;
	width:100%;
	max-width:1100px;
}
.hospitality_top_img{
	display:table;
	margin:0 auto;
}
.hospitality_top_img img{
	max-width:315px;
	width:100%;
}
.hospitality_item .hospitality_icon{
	width:33%;
	float:left;
	text-align:center;
}
.hospitality_item .hospitality_content{
	width:67%;
	float:left;
	box-sizing:border-box;
	padding-left:15px;
}
.hospitality_item .hospitality_icon img{
	max-width:100%;
}
.hospitality_item .hospitality_content h2{
	font-size:16.5px;
	color:#008dd2;
	margin:0;
	line-height:22px;
	text-align:left;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
}
.hospitality_item{
	margin-bottom:15px;
	display:table;
	width:100%;
}
.middle_video_section{
	background:url(../img/vide_bg.png) top center no-repeat;
	padding:31px 36px 28px 36px;
	max-width:490px;
	width:100%;
	position:relative;
	margin:0 auto;
}
.slider_main{
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	padding:31px 36px;
	width:99.8%;
	height:99%;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background:rgba(0,0,0,0.7);
}
.bxslider2 {
    display: table;
    margin: 0 auto;
    width: 100% !important;
}
div.hospi_inner_slider_box img{
	max-width:100% !important;
	margin:0 auto;
	width:auto;
}
.hospi_inner_slider_box h4{
	font-size:34px;
	color:#FFFFFF;
	margin:0;
	line-height:38px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	padding:30px 0 15px 0;
}
.slider_bottom_section .hospitality_icon{
	width:100%;
	text-align:center;
	margin-bottom:7px;
}
.slider_bottom_section .hospitality_content{
	width:100%;
	text-align:center;
	padding-left:0;
}
.slider_bottom_section .hospitality_content h2{
	text-align:center;
}
.slider_bottom_section .hospitality_item{
	margin-bottom:0;
}
.slider_bottom_section{
	display:table;
	margin-top:50px;
	width:100%;
}
.retail_button button{
	background:#000;
	font-size:15px;
	text-transform:uppercase;
	line-height:15px;
	margin:0 40px 0 0;
	padding:7px 30px;
	color:#FFFFFF;
	border:none;
}
.retail_button button:hover{
	background:#303030;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.retail_button{
	float:right;
	padding-right:22px;
	margin-top:-74px;
	display:table;
}
.hospitality_top_section{
	display:table;
	width:100%;
}	

.hospitality_main .play{
  	background: #158ed4 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Roboto-Medium";
    font-size: 17px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	text-transform:uppercase;
    margin:10px 0 0 0;
    padding:10px 30px;
    text-align: center;
    text-decoration: none;
    transition: all 400ms ease 0s;
}
.hospitality_main .play:hover{
  	background: #515152 none repeat scroll 0 0;
    text-decoration: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.replay_button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: table;
    margin: 25% auto 0;
}
.replay_button img{
	max-width:50px;
	width:100%;
}

.bx-controls-direction{
	display:none !important;
}
.hospitality_main2{
	margin:-46px auto 0;
	padding:100px 20px 40px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	min-height:600px;
	width:100%;
}
.hospitality_main2 h1{
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:42px;
	color:#7f8180;
	margin:0;
	left:0;
	z-index:-1;
	padding:0 0 22px 0;
}
.hospitality_main2 img{
	width:90%;
	margin:0 auto 20px;
	display:table;
}
.hospitality_main2 a{
	color:#249dd5;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	border:1px solid #249dd5;
	padding:7px 30px;
}
.hospitality_main2 a:hover{
	background:#249dd5;
	color:#FFFFFF;
	text-decoration:none;
}
.hospitality_main2 a:focus{
	background:#249dd5;
	color:#FFFFFF;
	text-decoration:none;
}
/*.hospitality_main .play{
	background:#158ed4;
	padding:10px 20px;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:16px;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	border:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.hospitality_main .play:hover{
	background:#0e75b1;
}
*/
/*inner css ends*/
.payments_wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.payments_wrapper h1{
	color: #202e36;
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	font-weight:500;
	margin:30px 0 10px 0;
	padding:0;
	text-align: center;
}
.payments_wrapper td h1{
	margin:0 0 5px 0;
	font-weight:700;
}
.payments_wrapper h2{
	color: #202e36;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:700;
	margin:18px 0 10px 0;
	padding:0;
	text-align: center;
}
.payments_wrapper h3 img{
	margin:0 0 10px 0;
	
}
.payments_wrapper h3{
	color: #202e36;
	font-family: 'Roboto', sans-serif;
	font-size:19px;
	font-weight:400;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.payments_wrapper h3 a{
	color: #202e36;
}
.payments_wrapper p{
	font-size:13px;
}
.payments_wrapper td ul{
	margin:15px;
	padding:0;
	list-style:none;
	text-align:left;
}
.payments_wrapper td ul li{
	padding:0 0 0 20px;
	margin:0 0 5px 0;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	background:url(../img/blue-penta.png) no-repeat left top 6px;
}
.con-form button.paymentsubmit{
	background: #158ed4 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 16px;
	margin-top:0px;
	padding: 7px 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 300ms ease-out 0s;
}
.viewall_btn{
	background: #158ed4 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: "Roboto-Medium";
	font-size: 17px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: all 400ms ease 0s;
}
.viewall_btn:hover{
  	background: #515152 none repeat scroll 0 0;
    text-decoration: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	color:#fff;
}
.testimonial_wrapper{
	width:100%;
	margin:30px auto 0 auto;
	display:table;
	border-bottom:dashed 1px #999999;
	padding:0 0 30px 0;
}
.testimonial_wrapper.last{
	border-bottom:none;
}
.testimonial_wrapper img{
	width:100%;
}
.testimonial_wrapper p{
	font-size:15px;
}
.testimonial_wrapper .author{
	font-style:italic;
	font-weight:bold;
}

.payments_wrapper h3 span {
color:#767675;
font-weight:300;
font-family:"Roboto-Regular";
font-size:30px;
margin:0 0 0 5px;
}

/*Responsive Css*/
@media (min-width: 800px) and (max-width: 1279px) {

.white_section_slider img{
	width:70%;
}
.home-customer h2{
	margin-left:0;
}
.home-customer h3{
	margin-left:0;
}
.advantage h3{
	font-size:20px;
}
.logo img{
	width:100%;
}
}
/*800-1279 ends*/

@media (min-width:970px) and (max-width: 1300px) {

}

/*970-1300 ends*/


@media (min-width: 760px) and (max-width: 1000px) {
.hospitality_main2{
	min-height:550px;
}
.hospitality_content h2 {
    font-size: 13px !Important;
    line-height: 19px !Important;
}
.hospi_inner_slider_box h4 {
    color: #ffffff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 25px !Important;
    line-height: 28px !Important;
    padding: 30px 0 15px;
}
.ask-q h4{
	padding-left:0;
}
.slider_form_main{
	padding-left:0;
}
.omni-clients3 h3{
	background:#000;
}
.home-customer h2{
	margin-left:0;
}
.home-customer h3{
	margin-left:0;
}
.banner{
	width:100%;
	position:relative;
	top:50px;
}
.top-bar h3{
	font-size:17px;
}
.banner {
    position: relative;
    top: 35px;
    width: 100%;
}
.main_slider_form{
	background:none;
}
.white_section_slider img {
    max-width: 452px;
    width: 60%;
}
.main-nav .navbar-nav li {
    padding-left: 5px;
    padding-right: 0px;
}
.main-nav .navbar-default .navbar-nav > li > a {
    font-size: 11px;
	padding-left:3px;
    padding-right:3px;

}
.top-bar h3 {
    font-size: 17px;
    padding: 5px 0;
}
.banner h1 img {
	width:162px;
	height:41px;
}
.banner h1 {
    left: 2%;
}
.ask-q {
    margin-top: 20px;
}
.home-sol h2 {
    font-size: 30px;
}
.advantage h4 {
    margin: 15px 0 5px;
}
.can-do  {
    width: 100%;
}
.can-do .crcl-box {
    font-size: 20px;
}
.can-do .crcl-box-in {
    background: rgba(0, 0, 0, 0) url("../img/semi-crcl2.png") no-repeat scroll center top;
    margin: 0 auto;
    min-height: 138px;
    padding: 45px 0;
    width: 99%;
}

.payment h3 {
	text-align:center;
    font-size: 25px;
    margin: 15px 0 15px;
}
.payment p {
	text-align:center;
}
.payment {
    width: 100%;
}

.payment button {
	margin:0 auto;
	margin-top:40px;
	margin-bottom:30px;
	width:100%;
}
.testis-total {
    width: 100%;
}

.angle h3 {
    font-size: 25px;
    margin-left: 25px;
}
.down h3 {
    background: rgba(0, 0, 0, 0) url("../img/downl2.png") no-repeat scroll right top 15px;
    font-size: 16px;
	line-height:100%;
}
footer ul.links {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}
footer h3 {
    margin: 0 0 10px;
}
footer ul.links2, footer .logo, footer p {
    text-align: center !important;
}
footer h3.f-last-h3 {
    text-align: center;
}

.sale-sol .sal-box-1 {
    height: auto;
    padding: 10px;
}
.sale-sol .sign-box .top-blk h4 {
    font-size: 23px;
    margin: 10px 0 5px;
}

.sale-sol h2 {
    font-size: 25px;
    line-height: 90%;
    margin: 0 0 15px;
}
.sale-sol {
    background: #158ed4 url("../img/angle-bg.jpg") no-repeat scroll center top / 100% auto;
    height:auto;
    padding: 43px 0;
    width: 100%;
}
.top-blue h2 {
    margin: 16px 0 16px;
}
.top-blue h2 span {
    font-size: 14px;
}
.res-R {
    margin: 0px 0 40px;
    width: 100%;
}
.con-R {
    margin: 0px 0 ;
    width: 100%;
}

.res-R-top {
    margin: 0px auto 40px;
    width: 100%;
}
.res-R .ask-q2 {
	background-size:cover;
}
.ask-q2 button {
    margin: 3px 0 33px;
}
.ask-q2 button {
    margin: 3px 9px 35px;
}
.angle h3{
	transform:skew(0deg);
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 30px;
	margin-top:0;
}
.angle{
	transform:skew(0deg);
	width:100%;
}
.main-nav .navbar-nav li{
	padding-left:0;
}
.res-R h4 br{
	display:none;
}
.omni-clients3 h3{
	background:#000;
	min-height:100px;
	padding:30px 0;
}
.sign-now img.rounded{
	margin-top:0px;
	margin-left:0px;
}
.sign-now-R img.angled{
	display:none;
}
.sign-now img.rounded{
	margin-top:0px;
	margin-left:0px;
}
.sign-now-R-mid a img {
    margin-top:0;
	margin-left:15px;
}
.home-sol-mid {
    width: 100%;
}
.omni-clients3 h3{
	background:#000;
	padding-left:0;
	padding-right:0;
}
.advantage p {
    margin: 0 auto 25px;
}
}
/*760-970 ends*/
@media (min-width: 480px) and (max-width: 760px) {
.hospitality_main2{
	min-height:inherit;
	display:table;
}
.sign-now-R-mid {
    padding: 30px 20px;
}
.home-customer h2{
	margin-left:0;
}
.home-customer h3{
	margin-left:0;
}
.in-header h1 {
    margin: 0;
    padding: 20px 0;
}
.white_section_slider img {
    max-width: 452px;
    width: 44%;
}
.main_slider_form{
	background:none;
}
.banner{
	width:100%;
	position:relative;
	top:50px;
}
.top-bar h3{
	font-size:17px;
}
.angle h3{
	transform:skew(0deg);
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 30px;
	margin-top:0;
}
.angle{
	transform:skew(0deg);
	width:100%;
}
.omni-clients3 h3{
	background:#fff;
	padding-left:0;
	padding-right:0;
}
.advantage p {
    margin: 0 auto 25px;
}
.home-sol h5{
	font-size:10px;
}
.slider_bottom_section .hospitality_icon {
    float: left;
    text-align: center;
    width: 33%;
}
.slider_bottom_section .hospitality_content {
    padding-left:15px;
    text-align: center;
    width: 67%;
	float:left;
}
.slider_bottom_section .hospitality_content h2{
	text-align:left;
}
.slider_bottom_section .hospitality_item {
    margin-bottom: 20px;
}
}
/*480-760 ends*/

@media (max-width: 480px) {
.hospitality_main2{
	min-height:inherit;
	display:table;
}
.hospitality_main2 a{
	display:table;
	margin:0 auto 20px;
}
.slider_bottom_section .hospitality_icon {
    float: left;
    text-align: center;
    width: 33%;
}
.slider_bottom_section .hospitality_content {
    padding-left:15px;
    text-align: center;
    width: 67%;
	float:left;
}
.slider_bottom_section .hospitality_content h2{
	text-align:left;
}
.slider_bottom_section .hospitality_item {
    margin-bottom: 20px;
}
.hos-bus h2{
	font-size:32px;
	line-height:36px;
}
.hos-bus h3{
	font-size:22px;
}
.pos-mark h5{
	line-height:130%;
}
.home-customer h2{
	margin-top:20px;
	font-size:24px;
}
.pos-mark h2 {
	margin-bottom:0;
    font-size: 34px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
}
.sign-now-R-mid {
    padding: 30px 20px;
}
.home-sol h5{
	font-size:10px;
}
.sign-now img.rounded{
	margin-left:0;
}
.sign-now-mid{
	padding-right:0;
}
.advantage p {
    margin: 0 auto 25px;
}
.home-customer h2{
	margin-left:0;
}
.home-customer h3{
	margin-left:0;
}
.omni-clients3 h3{
	background:#000;
	padding-left:0;
	padding-right:0;
}
.in-header h1 {
    margin: 0;
    padding: 20px 0;
}
.ask-q{
	margin-top:0;
}
.top-bar{
	position:relative;
}

.omni_system_box{
	width:33.333%;
	float:left;
	min-height:75px;
}
.slider_form_main {
    padding: 0 0 5px;
    width: 100%;
}
.payment{
	width:100%;
}
.testis-total .item blockquote{
	background:rgba(255,255,255,0.2);
	display:table;
}
footer h3{
	text-align:center;
	margin:20px 0 8px;
}
.no-L-padding{
	padding-right:0 !important;
}
.home-sol .box #overlay{
	height:auto;
}
.navbar-nav{
	margin:0;
}
.main-nav .navbar-default .navbar-nav > li > a{
	text-align:left;
}
.navbar-collapse{
	padding:0 !important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}
.navbar-collapse{
	overflow:visible !important;
}
.main-nav .dropdown-menu{
	position:relative;
	top:0;
}
.main-nav .dropdown-menu{
	box-shadow:none;
	display:block;
	background:none;
	border:none;
	min-width:inherit;
}
.main-nav .dropdown-menu a:hover{
	padding: 8px 15px !important;
	color:#FFFFFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
}
.navbar-toggle{
	margin-top:-30px;
	margin-right:0;
	margin-bottom:0;
}
footer ul.links li{
	text-align:center;
}
footer h3.f-last-h3{
	text-align:center;
}
.links2{
	display:table;
	margin:0 auto !important;
	float:none;
}
footer .logo{
	text-align:center;
}
footer p{
	text-align:center;
}
.testis-total h5{
	position:relative;
	bottom:0;
	right:0;
}
.payment h3 {
    margin: 10px 0 5px;
}
.ask-q h4 {
    font-size: 37px;
    padding: 12px 0;
    width: 100%;
}
.angle h3{
	transform:skew(0deg);
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 30px;
	margin-top:0;
}
.angle{
	transform:skew(0deg);
	width:100%;
}

.top-blue h2{
	font-size:25px;
}
.top-blue h2 span {
    font-size: 15px;
    line-height: 15px;
}
.top-blue-mid{
	padding-bottom:20px;
}
.main-nav .navbar-nav li {
width:100%;
}
.banner{
	width:100%;
	position:relative;
	top:0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
.top-bar h3{
	font-size:17px;
}
.main-nav .navbar-nav li:hover {
	background-color: transparent;
}
.white_section_slider img {
    max-width: 452px;
    width: 30%;
}
.main_slider_form{
	background:none;
}
.top-blue-mid img {
    position: relative;
    top: 0;
}
.res-R {
    margin: 0px 0 40px;
    width: 100%;
}
.res-R-top {
    margin: 0px auto 40px;
    width: 100%;
}
.ask-q2 .slider_form_main {
    padding: 20px;
}
.res-R .ask-q2 {
	background-size:cover;
}
.ask-q2 button {
    margin: 3px 0px 18px;
}

.can-do .crcl-box {
    width: 100%;
	margin-bottom:15px;
}
.sale-sol {
    background:#5cb0e1;
}
.omni-clinets2-bot {
    margin: 0 auto;
    width: 100%;
}
.sign-now-R img.angled{
	display:none;
}
.retail_button{
	display:table;
	float:none;
	margin:0 auto;
	padding-right:0;
}
.retail_button button{
	margin-right:0;
}
}