/*
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Oswald');*/

* {
    box-shadow: none;
    outline: medium none;
}
body {
    color: #333;
	font-family: 'Lato', sans-serif;
 
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	  font-family: 'Oswald', sans-serif;
	  font-weight:400;
	}
#preloader {
    background: #fff url("../img/preloader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
a:hover {
    color: #39c;
}
.btn {
    border-radius: 0;
    transition: background 0.5s ease 0s;
}
.navbar-white {
    background-color: #fff;
    box-shadow: 0 0 10px #90a2ac;
    transition: background 0.5s ease-out 0s;
}
.navbar-white li a {
    color: #39c;
}
.navbar-white .navbar-brand {
    color: #39c;
}
.navbar-white button.navbar-toggle {
    margin-right: 10px;
    margin-top: 2px;
}
.navbar-white button.navbar-toggle .ion-navicon {
    color: #000;
}
.form-control:focus {
    border-color: #39c;
    box-shadow: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu{
	    background-color: #f6f6f6;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #f79633;
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    /* border-color: rgba(221, 221, 221, 0); */
    /* line-height: 100%; */
    /* margin: 0; */
    /* text-align: center; */
}
.navbar-toggle {
    border-radius: 0;
    padding: 0;
}
.navbar {
    margin-bottom: 0;
    min-height: 0;
    padding: 10px 5px;
}
button.navbar-toggle .ion-navicon {
    color: #fff;
    font-size: 2em;
}
p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}
ul li {
  /*  display: inline-block;
    list-style: outside none none;*/
}
li a {
    text-decoration: none;
}
.heading-text {
    padding-top: 10px;
}
.heading-text h3 {
    color: #f79633;
    font-size: 40px;  
    font-weight: 400;
    margin-top: 0;
    padding-top: 0;
}
.heading-text p {
    font-size: 18px;
    padding: 5px 0;
}
.main_content {
    padding: 0px 0;
}
iframe {
    width: 100%;
}
.form-control {
    border-radius: 0;
}
#overlay-1 {
    background-color: rgba(247, 150, 51, 0.6);
    background:url(../img/patern2.png);
    height: 75vh !important;
}
#navigation, .navbar-default {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #464b4d;
    font-size: 15px;
    font-weight: 400;

    line-height: 50px;
    padding: 11px 15px;
    /*text-transform: uppercase;*/
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0s;
}
.navbar {
    margin-bottom: 0;
    padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: transparent none repeat scroll 0 0;
    color: #f79633;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: transparent none repeat scroll 0 0;
    color: #f79633;
}
.navbar-default .navbar-brand {
    color: #023e9e;
    font-size: 49px;
    font-weight: 500;
    height: auto;
    letter-spacing: 3px;
    line-height: 100%;
    padding: 0 15px;
}
.navbar-nav {
    margin: 0px -15px;
}
.nav-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#wrapper {
    background: rgba(0, 0, 0, 0) url("../img/banner.jpg") repeat fixed center center / cover;
    height: 75vh;
}
.starting-text {
    font-weight: bold;
    letter-spacing: 2px;
}
.rene, .starting-text h2 {
    color: #372b8c;

    font-weight: 500;
    letter-spacing: -1px;
    line-height: 35px;
}
.rene {
    font-size: 36px;
    margin-bottom: 85px;
    margin-top: 0;
    text-transform: uppercase;
}
.starting-text h2 {
    font-size: 40px;
    margin-top: 55px;
}
.bottom {
    bottom: 2%;
    position: absolute;
    width: 100%;
}
.bottom a {
    color: rgba(192, 192, 192, 0.5);
}
h5 {
    font-size: 18px;
    padding-top: 22px;
}
.exp {
    padding-top: 76px;
}
.progress {
    background-color: #d4e3e4;
    border-color: lightseagreen;
    border-radius: 0;
}
.progress-bar {
    background-color: cadetblue;
}
.pro {
    padding-top: 10px;
}
#our_service {
    background: rgb(246, 246, 246) none repeat scroll center center / cover;
    padding: 10px 0;
}
#our_service h3 {
    color: #f79633;
}
#our_service hr {
    border-color: #f79633;
}
.about-us-text {
    font-size: 15px;
    font-weight: 400;
    padding: 0 100px;
}
.services {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.service {
    background-color: white;
    min-height: 205px;
    padding: 0 20px 10px;
}
.table-condensed {
    margin-bottom: 0;
}
.table-condensed td {
    vertical-align: middle;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 55px 0 15px;
}
.service h4{
	color:#90a2ac;
	}
.service p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 10px 35px;
}
.about-service {
    font-size: 16px;
    padding: 5px 10px 0;
}
.service-icon i {
    display: table-cell;
    font-size: 5em;
    padding: 20px 0;
    transition: font-size 0.5s ease 0s;
    vertical-align: middle;
}
.service-icon {
    display: table;
    min-height: 140px;
    text-align: center;
    width: 100%;
}
hr {
    border-color: #f79633;
}
.full {
    width: 10%;
}
.fa-code {
    color: cadetblue;
}
.fa-desktop {
    color: lightslategray;
}
.fa-th {
    color: rgb(114, 184, 211);
}
.fa-gamepad {
    color: rgba(0, 0, 128, 0.58);
}
.fa-lightbulb-o {
    color: grey;
}
.fa-stack-overflow {
    color: #c09553;
}
.service:hover .service-icon i {
    font-size: 7em;
}
.service:hover .about-service h3 {
    color: rgb(175, 104, 77);
}
.service {
    text-align: center;
}
.meet-item img {
    width: 100%;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}
.meet-item p {
    font-size: 15px;
    font-weight: 400;
    margin-top: -22px;
    padding: 0;
}
.ico {
    border: 1px solid gray;
    border-radius: 100%;
    color: gray;
    display: inline-block;
    font-size: 20px;
    height: 27px;
    margin: 2px;
    padding: 0;
    text-align: center;
    width: 27px;
}
.facebook:hover {
    border-color: #46629e;
    color: #46629e;
}
.twitter:hover {
    border-color: #0eaace;
    color: #0eaace;
}
.google-plus:hover {
    border-color: #dd4c39;
    color: #dd4c39;
}
#ScreenShot {
    background-color: #ffffff;
    padding: 0px 0;
    text-align: center;
}
#ScreenShot h3 {
    color: f79633;
}
#ScreenShot hr {
    border-color: #f79633;
}
#ScreenShot .owl-carousel {
    display: block;
    position: relative;
    width: 100%;
}
#ScreenShot .item img {
     padding: 10px 10px;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    color: #39c;
    font-size: 23px;
    margin: 5px 20px;
    opacity: 1;
    padding: 2px 15px;
}
#subscribe {
    margin: 10px 0 5px;
    text-align: center;
}
#subscribe h4 {
    font-size: 20px;
    font-weight: normal;
}
#subscribe input[type="email"] {
    border: 1px solid lightgray;
    font-size: 15px;
    font-style: italic;
    height: 35px;
    margin-bottom: 43px;
    min-width: 300px;
    text-align: center;
    width: 50%;
}
input[type="email"]:focus {
    border-color: #39c;
}
input[type="submit"] {
    padding: 0;
}
.btn-sub {
    background-color: #f79633;
    border-color: #9c632a;
    border-radius: 30px;
    color: #fff;
    height: 50px;
    /* margin-bottom: 45px; */
    margin-top: 0px !important;
    margin-top: -15px;
    padding-top: 15px;
    text-transform: uppercase;
    width: 200px;
}
#testimonial {
    background: rgba(0, 0, 0, 0) url("../img/test-bn.png") repeat fixed center center / cover ;
    color: white;
    padding: 60px 0;
}
#testimonial h3 {
    color: white;
}
#testimonial hr {
    border-color: white;
}
.item img {
    width: 100px;
}
.owl-theme .owl-controls .owl-page span {
    background: #f4f4f4;
    border: 2px solid #f79633;
}
.owl-theme .owl-controls .active span {
    background-color: white;
}
.download-subtitle {
    margin-bottom: -60px;
}
#price_table ul {
    display: table;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0;
    width: 100%;
}
#price_table li {
    background-color: #fff;
    border: 1px solid #bbb;
    display: table-cell;
    padding: 43px 0 0;
    position: relative;
    transition: all 0.25s ease 0s, color 0s ease 0s;
    width: 33.333%;
    z-index: 0;
}
#price_table li:first-child {
    position: relative;
    right: -1px;
}
#price_table li:last-child {
    left: -1px;
    position: relative;
}
#price_table li:hover {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: scale(1.05);
    z-index: 1;
}
#price_table li * {
    text-decoration: none;
    transition: none 0s ease 0s ;
}
#price_table li:hover * {
    border-color: rgba(255, 255, 255, 0.27);
    color: #fff;
}
#price_table li strong {
    color: #2f3740;
    display: block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 45px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
#price_table ul .price_table-description {
    color: #6c6c6c;
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}
#price_table ul .price_table-pay {
    color: #6c6c6c;
    display: block;
    font-size: 14px;
    margin-top: -22px;
    padding-bottom: 35px;
    text-align: center;
}
#price_table .big {
    color: #6c6c6c;
    display: block;
    font-size: 84px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}
#price_table .price_table-button {
    border-top: 1px solid #bbb;
    color: #2f3740;
    display: block;
    font-size: 19px;
    line-height: 1;
    margin-top: 6px;
    padding: 28px 0 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
#price_table li:hover .price_table-button {
    transition: none 0s ease 0s ;
}
#price_table ul a:hover {
    color: #e85700;
}
#price_table ul a.btn {
    margin-top: 12px;
}
#price_table hr.full {
    margin-top: 0;
    width: 80%;
}
ul.price-table-chart li:nth-child(1) i {
    color: rgb(187, 84, 102);
}
ul.price-table-chart li:nth-child(3) i {
    color: #39c;
}
ul.price-table-chart li:nth-child(2) {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: scale(1.05);
    z-index: 2;
}
ul.price-table-chart li:nth-child(2) * {
    color: #fff;
}
ul.price-table-chart li:nth-child(2) .price_table-button {
    border-color: rgba(255, 255, 255, 0.27);
}
.main_content figure {
    padding: 0 105px;
}
.post-shadow {
    width: 100%;
}
.input-group-addon {
    background-color: rgba(238, 238, 238, 0);
}
#price-table {
    text-align: center;
}
.price-column {
    margin-bottom: 15px;
    position: relative;
    z-index: 999;
}
.price-column .price-heading {
    background-color: cadetblue;
    box-shadow: 0 2px 2px #494946;
    padding: 17px 15px 15px;
    position: relative;
}
.price-column .price-heading h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 1px 1px #41413e;
}
.price-column .price-heading .subtitle {
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0 1px 1px #41413e;
}
.price-column .price-heading .price {
    position: absolute;
    right: 10px;
    top: 12px;
}
.price-column .price-heading .price .currency {
    color: white;
    font: bold 22px Roboto Condensed,Helvetica,Geneva,sans-serif;
}
.price-column .price-heading .price .amount {
    color: white;

    font-size: 35px;
    margin-right: 18px;
}
.price-column .price-heading .price .cents {
    color: white;
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    position: absolute;
    right: 0;
    top: 27px;
}
.price-content {
    background-color: rgba(47, 79, 79, 0.71);
}
.price-content ul {
    margin: 0;
    padding: 0;
}
.price-content ul li:first-child {
    border-top-color: initial;
    border-top-style: none;
    border-top-width: initial;
}
.price-content ul li {
    border-bottom: 1px solid #2f4240;
    border-top: 1px solid #8dbdbd;
    color: #f7f7f7;
    display: block;
    line-height: 35px;
    list-style: outside none none;
    padding: 7px 15px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.price-column.highlight {
    box-shadow: 0 1px 8px #4d4d4d;
    margin-top: 0;
    position: relative;
    z-index: 999;
}
.price-column.hightligh .price-heading {
    background: #f85140 none repeat scroll 0 0;
}
.price-column.hightligh .price-heading h4, .price-column.hightligh .price-heading .subtitle {
    color: #ffffff;
    text-shadow: 0 1px 1px #d61b08;
}
.price-column .price-heading .price {
    position: absolute;
    right: 10px;
    top: 12px;
}
.price-column.hightligh .price-heading .price .currency, .price-column.hightligh .price-heading .price .amount, .price-column.hightligh .price-heading .price .cents {
    color: #c63f33;
    text-shadow: 0 1px 1px #f3a39b;
}
.input-group {
    padding: 6px 0;
}
.map {
    padding: 18px 0;
}
#contact {
    padding: 60px 15px;
}
#contact p {
    font-size: 24px;
}
form {
    width: 100%;
}
.message {
    height: 174px;
}
#footer {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 3px solid #90a2ac;
    /* margin-top: 50px; */
    color: #333;
    padding: 20px 0 0;
    text-align: center;
}
.up {
    background-color: #39c;
    border: 1px solid transparent;
    color: white;
    display: inline-block;
    font-size: 28px;
    height: 40px;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.up:hover, .up:focus, .up:visited, .up:active {
    background-color: transparent;
    border-color: rgb(51, 153, 204);
}
#download .bttn {
    background-color: #333;
}
.bttn {
    background-color: #fff;
    border: 0 none;
    font-family: Montserrat;
    margin: 40px 3px;
    padding: 0;
    width: 265px;
}
.btn img {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.btn > p {
    font-size: 11px;
    font-weight: 400;
    margin: 10px 0 -10px;
    padding: 0;
}
.btn > h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.apple-store {
    color: #39c;
}
.apple-store:hover, #download .apple-store:hover {
    background-color: #39c;
    color: #fff;
}
.google-play {
    color: #c9c;
}
.google-play:hover, #download .google-play:hover {
    background-color: #c9c;
    color: #fff;
}

.img-thumbnail{
		    width: 95% !important;
		}
		#screenshots-wrap1{
			margin-top:10px;
			}
			#screenshots-wrap2{
			margin-top:10px;
			}
@media (max-width: 966px) {
.navbar-nav > li {
    margin: 0 -6px;
}
.main_content figure {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    text-align: center;
}
#price_table .big {
    font-size: 60px;
}
}
@media (max-width: 480px) {
.starting-text h2 {
    font-size: 18px;
    margin-top: 0;
    padding-top: 102px;
}
.rene {
    font-size: 30px;
    padding-bottom: 37px;
}
.bttn {
    margin: -90px 3px 110px;
}
.about-us-text {
    padding: 0;
}
.download-subtitle {
    margin-bottom: 110px;
}
#price_table li {
    display: block;
    width: 100%;
}
.main_content {
    padding: 0;
}
}
.navbar-toggle i {
    /* color: white; */
    font-size: 32px;
    margin-right: 5px;
    margin-top: 1px;
    margin-left: 5px;
}
.navbar-white .navbar-toggle i {
    color: #39c;
}
section#about {
    padding: 10px 0;
}
section#Meet {
    padding: 20px 0 10px;
    background: #f6f6f6;
}
.meet-item {
    margin-bottom: 30px;
    margin-top: 20px;
}
section#download {
    padding: 60px 15px;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #90a2ac;
    border-color: #34383b;
}
.list-inline>li
{
	margin-right: 100px; 
	}
	hr {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #f79633;
}
.heading{	
    background: #f79633;
    margin: 0px;
    padding: 10px;
	}

	.about{
		padding:20px 0px;
		}
	
	.about-img{
		border: solid 5px #f79633;
  transform: scale(0.9,0.9);
	    transition: all 250ms ease-in-out;
		}
		.about-img:hover{	
		transform: scale(1, 1);
	    transition: all 250ms ease-in-out;
		}
		
		.application-list li{
			list-style-type: disc;
    font-size: 17px;
    line-height: 35px;
	    display: list-item;
			}
			.address{
				    border: solid 1px #baacac;
				    padding: 10px;
				    margin-bottom: 10px;
				}
				.address p{    line-height: 23px;}
				.forms{
					padding:10px 0px;
					}
					.forms li{
					text-align: center;
    width: 33%;
    margin: 0px;
						}
				
				.forms li a{
				
					}
					.formdownload{
							background: #f79633;
    border: #f79633 solid 1px;
    padding: 5px 10px;
    color: #000;
    border-radius: 4px;
    margin: 10px;
	float:right;
						}
					.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #f6f6f6;
	
	
}
@media (min-width: 768px)
{
.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}
.modal-dialog {
    width: 1000px;
    margin: 30px auto;
}
.welcome{
		font-size: 34px;
		margin-top: -112px;
	}
	
}
.arrow-text {
		margin-top:5px;
		}
		.blinktext {
   /*animation-name: flash;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;*/
	color:#372b8c;
	font-size:18px;
}

@keyframes flash {
   
	 0% {
   opacity: 1;
		
		color:#ddd;
  }
50% 

{ opacity: 1;color:#ddd; }

50.01% { opacity:1;
color:#0451ae;
 }
  100% {
    opacity: 1;
	color:#0451ae;
	
  }
}