@charset "UTF-8";
/* CSS Document */
html,
body {
  font-size: 16px;
  width: 100%;
  height: 100%;
}
.blue-grey-text {
  color: #4a5969 !important;
}
nav {
  display: table;
  height: 12%;
vertical-align: middle;
}
.nav-wrapper {
  display: table-cell;
  vertical-align: middle;
}
#nav {
  background-color: #463aab;
}
#title1 {
  visibility: visible;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 22px;
}
#title2 {
  margin-left: 0px;
  text-align: center;
  visibility: hidden;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 22px;
}
#title1 img {
  margin-right: 10px;
}
#title2 img {
  margin-right: 5px;
}
#one {
  padding-top: 2%;
  width: 100%;
	height: 80%;
	 background-color: #F9F9F9;
}
#one_content {
  width: 100%;
  height: 100%;
  padding-top: 1%;
	display: table;
}
#left {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
}

#right{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

#right img{
	animation-name: alpha;
	animation-duration: 1s;
}

@keyframes alpha{
	from{
		opacity: 0;
		transform: translateX(100%);
	}
	to{
		opacity: 1;
		transform: translateX(0%);
	}
}

#one h4 {
  font-family: "Raleway";
  font-size: 22px;
  font-weight: 400;
}
#one h5 {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
}
#two {
  padding-top: 5%;
  padding-bottom: 2%;
  min-height: 30%;
  background-color: #f3f3f3;
}
#two p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  color: #545454;
  line-height: 1.6;
  text-align: justify;
}
#two img {
  margin-top: 10%;
}
#three {
  padding-top: 5%;
  padding-bottom: 5%;
}
#three {
  min-height: 50%;
  width: 100%;
  background-image: url(../images/earth.jpg);
  -moz-animation: slide 20s linear infinite;
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}
#three h3 {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 500;
}
#three h4 {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}
#three h5 {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
}
#four {
	padding-top: 3%;
	padding-bottom: 3%;
 		background-image: url(../images/features_bk.jpg);
	background-position: top;
	background-size: auto;
	background-repeat: repeat;
  width: 100%;
}

#features_icon{
	animation: scale 8s infinite linear;
}

@keyframes scale{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(359deg);
	}
}

#four h4 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 24px;
}
#four h5 {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 22px;
}
#four_content {
 width: 80%;
 margin-top: 3%;
}

#four_content td{
	vertical-align: top;
	width: 50%;
}
#four_content h4,h5{
 margin-left: 5%;
	margin-right: 5%;
}
#four_content h4 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}
#four_content h5 {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
}
#four_content .card-image {
  overflow: hidden;
  height: 300px;
}

#footer {
  min-height: 30%;
  width: 100%;
  background-color: #273443;
	padding-top: 2%;
}

#footer h4 {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 24px;
}
#footer h5 {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 22px;
}
#footer h3{
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	line-height: 2.0;
}

#copyright {
  background-color: #232f3c;
}
#policy {
  margin-top: 2%;
  width: 100%;
}
#policy h4 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 26px;
}
#policy h5 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 24px;
}
#pricing{
	background-image: url(../images/doodle_bk.jpg);
	background-size: auto;
	background-repeat: repeat;
	display: table;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 100%;
	min-height: 10%;
}
#pricing-body{
	display: table-cell;
	vertical-align: middle;
}
#pricing h2{
	font-family: "Roboto";
	font-weight: 400;
	line-height: 1.7;
	font-size: 18px;
}
#pricing-title{
	letter-spacing: 5px;
	font-family: "Raleway";
	font-weight: 400;
	font-size: 28px;
}


#pricing h3{
 font-family: "Roboto";
  font-weight: 400;
  font-size: 26px;
}
#pricing h4{
	font-family: "Roboto";
	font-weight: 300;
	font-size: 20px;
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@-moz-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Desktop style */
@media only screen and (min-width: 1024px) {
  #title1 {
    padding-left: 20%;
    visibility: visible;
  }
  #title2 {
    display: none;
  }
}

/* Mobile device */
@media only screen and (max-width: 1024px) {
  #one {
    width: 100%;
    height: auto;
    padding-top: 15%;
    padding-bottom: 10%;
  }
  #one_content {
    width: 100%;
    height: 100%;
    display: table;
  }
  #left {
    display: block;
    width: 100%;
    height: auto;
  }
  #right {
    padding-top: 10%;
    display: block;
    width: 100%;
    height: auto;
  }
  #right img {
    width: 50%;
    height: auto;
  }
  #title1 {
    display: none;
  }
  #title2 {
    margin-left: 3%;
    visibility: visible;
  }
  #one h4 {
    font-family: "Raleway";
    font-size: 22px;
    font-weight: 400;
  }
  #one h5 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 300;
  }
  #two {
    padding-top: 15%;
  }
  #two p {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    color: #545454;
    line-height: 1.6;
  }
  #two img {
    margin-top: 5%;
  }
  #three h3 {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 500;
  }
  #three h4 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
  }
  #grow_business {
    padding-top: 10%;
  }
  #four {
    padding-top: 8%;
  }
  #four h4 {
    font-family: "Raleway";
    font-weight: 500;
    font-size: 22px;
  }
  #four h5 {
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Raleway";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
  }
  #four_content {
    margin-top: 10%;
  }
  #four_content h4 {
    text-align: left;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 18px;
  }
  #four_content h5 {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
  }
  #footer {
    padding-top: 10%;
  }
  #footer h4 {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 22px;
  }
  #footer h5 {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 20px;
  }
  #policy {
    margin-top: 10%;
    width: 90%;
  }
  #policy h4 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 26px;
  }
  #policy h5 {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 24px;
  }
	#pricing h2{
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.7;
	font-size: 16px;
}
#pricing h3{
 font-family: "Raleway";
  font-weight: 400;
  font-size: 22px;
}
#pricing h4{
	font-family: "Roboto";
	font-weight: 300;
	font-size: 18px;
}
}
