@import url('https://fonts.googleapis.com/css?family=Cairo:400,700');

/*font-family: 'Cairo', sans-serif;*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family:  'Cairo', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family:  'Cairo', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
}
/**==========================================================
HEADER
===========================================================**/

.logo-site{
  float: right;
}

.header_right{
  float: left;
}
.get_app_button{
  float: left;
  display: block;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  background: rgba(6,147,248,1);
  border-radius: 30px;
  padding: 10px 40px;
  background: -moz-linear-gradient(right, rgba(6,147,248,1) 0%, rgba(52,203,208,1) 100%);
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(6,147,248,1)), color-stop(100%, rgba(52,203,208,1)));
  background: -webkit-linear-gradient(right, rgba(6,147,248,1) 0%, rgba(52,203,208,1) 100%);
  background: -o-linear-gradient(right, rgba(6,147,248,1) 0%, rgba(52,203,208,1) 100%);
  background: -ms-linear-gradient(right, rgba(6,147,248,1) 0%, rgba(52,203,208,1) 100%);
  background: linear-gradient(to left, rgba(6,147,248,1) 0%, rgba(52,203,208,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0693f8', endColorstr='#34cbd0', GradientType=1 );
}

#navigation-menu{
  float: right;
}
.main-menu{
  margin-left: 50px;
  margin-right: 0;
}
.main-menu > li{
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.main-menu > li:last-child{
  margin-left: 0;
}
/**==========================================================
section_main_top
===========================================================**/
.top_thumb{
  right: 1%;
}
.main_top_txt{
  margin-top: 200px;
  padding-left: 50px;
}
.main_top_txt > h2{
  font-weight: 700;
  font-family: 'Cairo', sans-serif;
}
.main_top_txt > p{
  font-family: 'Cairo', sans-serif;
  font-size: 20px;
}
/**==========================================================
ABOUT
===========================================================**/

/**==========================================================
FEATURES
===========================================================**/
.section_features{
  background-image: url(images/fe-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 50px;
  position: relative;
}
.feat_thumb{
  float: right;
}
.feat_thumb > img{
  width: 60px;
}
.feat_txt{
  margin-right: 80px;
  margin-left: 0;
}
.feature_thumb_abs{
  width: 58%;
  position: absolute;
  bottom: -130px;
  right: 0;
}
.feature_thumb_abs > img{
  float: right;
}

.menu{
  float: left;
}
/**==========================================================
section_screen_shot
===========================================================**/

/**==========================================================
FOOTER
===========================================================**/

.app_links > a{
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.app_links > a:last-child{
  margin-left: 0;
}

/**==========================================================
RESPONSIVE
=============================================================**/
@media screen and (min-width: 1400px) {
  .main_top_txt{
    margin-top: 300px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-menu > li{
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main_top_txt{
    padding-left: 0;
  }
  .feat_txt > p{
    font-size: 14px;
  }
  .section_about{
    padding-bottom: 50px;
  }
  .feature_thumb_abs{
    width: 100%;
    position: relative;
    right: -15px;
  }
  .menu{
    display: block;
    margin-right: 10px;
    margin-left: 0;
  }
}
