body {
    line-height: 1;margin:0;padding:0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    background-color: #c83430;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
/*
body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Open Sans', sans-serif;
}
*/
.header-top{
	background:#5b6169;
	padding: 2em 0;
}
.logo{
  position: absolute;
	right: 0.7em;
	margin-top: 0.7em;
  z-index: 10;
  height: auto;
}
.logo a {
  display: block;
}
.top-menu{
	float: right;
	  margin-top: 0.5em;
}
.top-menu ul li{
	display: inline-block;
}
.top-menu ul li a{
	font-size: 1.5em;
	margin: 0 0.9em;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	  font-weight: 300;
}
.banner{
	background: url("/images/banner.jpg")no-repeat;
	background-size:cover;
	min-height:475px;
}
.left-grid {
	margin-top: 4.5em;
}
.right-grid {
   margin-top: 8em;
}
.slider {
	position: relative;
	text-align: center;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0.5em;
  margin: 0;
  }
.rslides h1{
	color: #eee;
 	font-size: 3em;
 	font-weight: 600;
 	margin-bottom: 0.5em;
 }
.rslides p{
  color: #eee;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 2em;
  font-weight: 400;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.callbacks_container {
  padding: 30px 30px 30px 30px;
  border-radius:20px;
  background: rgba(0, 0, 0, 0.6);
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 2px solid #8cc0ea;
	border-radius:50%;
	background:#8cc0ea;
}
.callbacks_here a:after{
	border: 2px solid #3674ba;
	background:#3674ba;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -80px;
  	z-index: 999;
  	left: 87%
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 73%;
	left: 15%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  /* background: transparent url("../images/gif.png") no-repeat 0px 0px; */
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 15%;
 }
a.button {
	font-size: 1.3em;
	text-decoration: none;
	background: #3674ba;
	padding: 0.7em 1.8em;

	color: #fff;
	
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  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;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: ForestGreen;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.service-section{
	padding: 4.5em 0;
	text-align: center;
  background-color: #c83430;
}
.service-section h3{
	font-size:2.5em;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	background: url("../images/borderline.png") no-repeat 175px 20px;
	text-align: center;
}
.service-grid h4 {
	font-size: 1.9em;
	text-transform: uppercase;
	padding: 1em 0;
	color:#ffffff;
  font-weight: 600;
}
.service-grid p {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 28px;
}
#skills span {
   top: -37px;
  left: 2%;
  position: relative;
  font-size: 1.2em;
  color: #fff;
  font-weight: 400;
  color: #fff;
}
progress {
    background-color: #828181;
    border: 0;
    height: 2.5em;
    width: 100%;
}
progress::-webkit-progress-bar {
    background-color: #828181;
}
progress::-webkit-progress-value {
    background-color: #3674ba;
}
progress::-moz-progress-bar {
    background-color: #3674ba;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("/images/to-top2.png") no-repeat 0px 0px;
}
/*-- contact-page-starts-here --*/

p.m_6 {
	color: #2c2929;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.8em;
	margin: 8px 0 15px 0;
}
p.m_7 {
	color:#2c2929;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.8em;
	margin: 8px 0 15px 0;
}
/** end contact**/

a.button1 {
  font-size: 1.2em;
  text-decoration: none;
  background: #18ABEB;
  padding: 0.4em 1.8em;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1em;
}
/*-- responsive-mediaquries --*/

@media(max-width:1024px){
.top-menu ul li a {
  font-size: 1.4em;
}
.rslides h1 {
  font-size: 2.5em;
}
.rslides p {
  color: #eee;
  font-size: 1.25em;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 80%;
} 
a.button {
  font-size: 1.2em;
}
.service-section h3 {
  font-size: 2em;
  background: url("/images/borderline.png") no-repeat 67px 20px;
}
.service-grid h4 {
  font-size: 1.3em;
}
.service-grid p {
  font-size: 1em;
}
#skills span {
  top: -32px;
  left: 2%;
  font-size: 1em;
}
a.button1 {
  font-size: 1.2em;
}
p.m_6 {
  font-size: 0.98em;
}
p.m_7 {
  font-size: 0.98em;
}
}
@media(max-width:768px){
.header-top {
 padding: 1.5em 0;
}
.logo {
  width: 120px;
}

.top-menu ul li a {
  font-size: 1.2em;
}
.left-grid {
  float: none;
  width: 100%;
}
.left-grid img {
  width: 75%;
  margin: 0 auto;
}
.right-grid {
  float: none;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
}
.rslides h1 {
  font-size: 2.4em;
}
.rslides p {
  color: #eee;
  font-size: 1.6em;
}
a.button {
  font-size: 1.1em;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 74%;
}
.service-section {
  padding: 3em 0;
}
.service-section h3 {
  font-size: 1.6em;
  background: url("/images/borderline.png") no-repeat -29px 10px;
  margin-bottom: 1em;
}
.service-grid {
  float: left;
  width: 33.3%;
}
.service-grid h4 {
  font-size: 1.2em;
}
.service-grid p {
  font-size: 0.9em;
}
.left-about {
  float: left;
  width: 50%;
}
.right-about {
  float: left;
  width: 50%;
}
#skills span {
  top: -32px;
  left: 2%;
  font-size: 0.9em;
}
.about-grid2 {
  margin-top: 0.5em;
}
progress {
  background-color: #828181;
  border: 0;
  height: 2.3em;
 }

a.button1 {
  font-size: 1.1em;
}
p.m_6 {
  font-size: 0.95em;
}
p.m_7 {
  font-size: 0.95em;
}
.map.s-map iframe {
  width: 100%;
  min-height: 300px;
  border: none;
}

}
@media (max-width: 736px){
.banner {
  background: url("/images/banner.jpg")no-repeat;
  background-size: cover;
  min-height: 472px;
}
}
@media (max-width: 667px){
.callbacks_container {
  padding: 10px 10px 10px 10px;
}
.banner {
  background: url("/images/banner.jpg")no-repeat;
  background-size: cover;
  min-height: 425px;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 73%;
}
}
@media (max-width: 640px){
.header-top {
  padding: 1em 0;
}
.banner {
  background: url("/images/banner.jpg")no-repeat;
  background-size: cover;
  min-height: 399px;
}
.top-menu ul li a {
  font-size: 1.1em;
}
.rslides h1 {
  font-size: 1.8em;
}
.rslides p {
  color: #eee;
  font-size: 1em;
}
a.button {
  font-size: 1em;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 72%;
}
.service-grid img {
  width: 60%;
}
.service-section h3 {
  font-size: 1.4em;
  background: none;
 }
.service-grid h4 {
  font-size: 1.1em;
}
.service-grid p {
  font-size: 0.89em;
}
a.button1 {
  font-size: 0.95em;
}
p.m_6 {
  font-size: 0.9em;
}
p.m_7 {
  font-size: 0.9em;
}
.map.s-map iframe {
  width: 100%;
  min-height: 250px;
}
}
@media (max-width: 600px){
.banner {
  background: url("/images/banner.jpg")no-repeat;
  background-size: cover;
  min-height: 380px;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 68%;
  bottom: -57px;
}
}
@media (max-width: 568px){
.banner {
  background: url("/images/banner.jpg")no-repeat;
  background-size: cover;
  min-height: 359px;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 64%;
  bottom: -29px;
}
}
@media (max-width: 480px){
span.menu:before {
content: url("/images/nav.png");
cursor: pointer;	
}
.top-menu {
float: right;
margin: 0%;
}
.top-menu  ul{
display:none;
}
.top-menu  ul li {
font-size: 13px;
display:inline-block;
width: 100%;
  padding: 0.5em 0;
}
span.menu{
display:block;
float:right;
}
.top-menu  ul{
  margin: 0;
  z-index: 999;
  position: absolute;
  width: 98%;
  text-align: center;
  top: 15%;
  left: 1%;
  margin-top: 1%;
  background: rgba(5, 31, 44, 0.9);
}
.logo {
  margin-top: 0.3em;
}
.right-grid {
  margin-top: 2em;
  margin-bottom: 1em;
}

ul.callbacks_tabs.callbacks1_tabs {
  left: 60%;
  bottom: -20px;
}
.left-grid {
  margin-top: 1.5em;
}
.right-grid {
  margin-top: 5em;
}
.banner {
  min-height: 272px;
  background-size:cover;
}
.top-menu ul {
  margin: 0;
  z-index: 999;
  position: absolute;
  width: 98%;
  text-align: center;
  top: 12%;
  left: 1%;
  margin-top: 1%;
  background: rgba(5, 31, 44, 0.9);
}
.rslides p {
  color: #eee;
  font-size: 1em;
  margin-bottom: 1em;
}
.rslides h1 {
  font-size: 1.6em;
}
.service-section {
  padding: 2em 0;
}
.service-section h3 {
  font-size: 1.2em;
    margin: 0;
}
.service-grid img {
  width: 20%;
}
.service-grid {
  float: none;
  width: 100%;
  margin-top:1em;
}
.service-grid h4 {
  font-size: 1em;
  padding: 0.5em 0;
}
.service-grid p {
  font-size: 0.9em;
}
a.button {
  font-size: 0.95em;
}

a.button1 {
  font-size: 0.9em;
}
p.m_6 {
  font-size: 0.89em;
  margin: 8px 0 8px 0;
}
p.m_7 {
  font-size: 0.89em;
  margin: 8px 0 8px 0;
}

}
@media (max-width: 320px){
.logo {
  width: 100px;
}
.header-top {
  padding: 0.5em 0;
}
.top-menu ul {
  top: 9%;
}
.left-grid {
  float: none;
  width: 100%;
}
.left-grid img {
  width: 85%;
  margin: 0 auto;
}
.right-grid {
  float: none;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.rslides h1 {
  font-size: 1.4em;
}
.rslides p {
  color: #eee;
  font-size: 1em;
 }
 ul.callbacks_tabs.callbacks1_tabs {
  
  display: none;
}
.service-section h3 {
  font-size: 1.1em;
 }
 .service-grid {
 	margin-top: 1.5em;
}
 .service-grid img {
  width: 25%;
}
.service-grid h4 {
  font-size: 0.99em;
 }
 .service-grid p {
  font-size: 0.89em;
}
.left-about {
  padding: 0;
}
.right-about {
  padding: 0;
}
#skills span {
  font-size: 0.85em;
}

}

footer {
    background-color: #c83430;
    padding: 20px 0 0;
    border-top: solid 2px #eeeeee;
    color: #fff;
    text-align:center;
}

footer h2{
    font-weight:lighter;
    font-size:34px;
    text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
    margin-bottom:8px;
}

footer div{
    height:40px;
    line-height:40px;
    background: #000;
    font-size:14px;
    font-weight:normal;
    color:#99a3a5;
    margin-top:20px;
}
footer div a{color:#99a3a5;background: #000;}
footer div a:hover{color:#fff;text-decoration:none;}

.footer-app-logos img {
    padding: 10px;
}

.mobile{display:none;}


@media (max-width:1624px) {
    body{background-size: 100% auto;}
}

@media (max-width:1400px) {
    #web_container{padding: 0 100px;width: 100%;}
}

@media (max-width:1320px) {
    p {text-align:center;line-height:24px;}
    p span{font-family: "SignPainter", sans-serif;font-size:26px;}
    
    #features_box{padding: 15px 70px;}
    #demo_view{width:90%;}
    
}

@media (max-width:1150px) {
    #content_container{padding: 35px 40px 80px;}
    #logo_ext{width:250px;}
}

@media (max-width:940px) {
    #web_container{padding: 0 50px;}
    .mobile{display:inline;}
    .desktop{display:none;}
}

@media (max-width:840px) {
    p {text-align:center;line-height:24px;}
    p span{font-family: "SignPainter", sans-serif;font-size:24px;}
    #features{width: 100%;padding: 0 30px;}
    #web_container h1 {font-size: 30px;margin-bottom: 30px;}
    #features_box{padding: 15px 30px;}
}


@media (max-width:600px) {
    footer h2{font-size:20px;}
    footer img{width:180px;}
    footer .separator{display:none;}
    footer a{display:block;}
    #web_container {padding: 0 10px;}
    #web_container h1 {font-size: 20px;}
    p {text-align:center;line-height:18px;}
    p span{font-family: "SignPainter", sans-serif;font-size:18px;}
    #features{padding: 0;}
}

@media (max-width:600px) {
/*	.img-responsive { display: none; } */
}
