@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700|Work+Sans:300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/font-awesome.min.css);

html {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;

}

::-webkit-scrollbar { 
    display: none; 
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 14px; 
  background-color: #7d7de2;
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  background-size: auto;
}

h1,h2,h3,h4,h5,h6 {
  color: #191919;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
}

p {
  color: #595959;
  font-size: 18px;
  line-height: 2;
  font-weight: 400; 
}

a,a:hover,a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #191919;
  font-weight: 600;
  font-size: 14px; 
}

ul,ol {
  margin: 0; 
}

ul li, ol li {
  list-style: none; }


.default-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 9;
  top: 0;
}

.navbar-nav {
  height: auto;
  max-height: 400px;
  margin-right: -75px;
}

.navbar-nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  padding: 20px;
}

.navbar-nav a:hover {
  color: #42d1ff;
}

.navbar-nav li {
  padding: 15px 0;
}

.menu-bar {
  cursor: pointer;
}

.menu-bar span {
  color: #222;
  font-size: 24px;
}

.signin {
  margin-right: 75px;
}

.logoImage{
  height: 60px;
  width: auto;
}

.body{
  margin-top: 150px;
  height: 100%;
  width: 100%;
  text-align: center;
}

/* :: Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #101010; 
}

.footer-area .footer-social-info {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}

.footer-area .footer-social-info a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #a6a6a6; 
}

.footer-area .footer-social-info a span {
  margin-left: 10px; 
}

.footer-area .footer-social-info a:hover, .footer-area .footer-social-info a:focus {
  color: #ffffff; 
}

.footer-area .copywrite-text {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  text-align: center; 
}

.footer-area .copywrite-text p {
  font-size: 14px;
  color: #595959;
  margin-bottom: 0; 
}

.footer-area .copywrite-text p a:hover, .footer-area .copywrite-text p a:focus {
  color: #d1bb95; 
}



.left {
  /*width: 50%;*/
  height: 100%;
  display: inline-block;
  margin-bottom: 80px;
  /*padding-left: 550px;*/
}

.line1 {
  height: 0px;
  width: 80%;
  border-bottom: solid 1px #595959;
  opacity: 0.7;
  margin-left: 10%;
  margin-top: 40px;
  margin-bottom: -30px;
}

.right {
  width: 50%;
  height: 100%;
  float: right;
  display: inline-block;
  padding-left: 90px;
}

.midline {
  height: 80%;
  width: 0px;
  border-left: solid 1px #595959;
  float: right;
  display: inline-block;
  margin-top: 17.5%;
  opacity: 0.7;
}

.textbox {
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  background: #F5F5F5;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  padding: 20px;
  width: 1000px;
  height: auto;
}

.textbox h1 {
  margin-top: 20px;
}

.textbox p, .featurestext, .featurestext h3 {
  margin-left: 60px;
  margin-right: 60px;
}

.featurestext {
  margin-top: 75px;
  padding-left: 150px;
  text-align: left;
}

#phone {
  width: 200px;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 40px;
  margin-bottom: 20px;
  transition: transform .4s;
}

#phone2 {
  width: 150px;
  margin-top: 70px;
  margin-bottom: 20px;
  margin-left: 60px;
  transition: transform .4s;
  float: left;
}

#phone:hover, #phone2:hover {
  transform: scale(1.2);
}

.tech-container {
  width: auto;
  height: 330px;
  background-color: #3b3b3b;
  padding-top: 30px;
}

.tech-container img {
  height: 75px;
  margin-bottom: 35px;
  opacity: 0.7;
  margin-left: 5px;
  margin-right: 5px;
}

.tech-container h3 {
  color: #999999;
  padding-bottom: 10px;
}

.download {
  font-size: 30px;
  border-radius: 25px;
  border: 2px solid #999999;
  padding: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  width: 300px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}

.download a h3 {
  color: #999999;
  margin-top: 5px;
}

.here {

  font-family: 'Barlow', sans-serif;

  font-size: 18px;

  font-weight: 700;

  color: #595959;

}



.here:hover {

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  text-decoration: none;

  outline: 0 solid transparent;

  color: #42d1ff;

  font-weight: 700;
  font-size: 18px;

}


/*# sourceMappingURL=style.css.map */


