@import 'fonts.css';

@font-face {
  font-family: 'icomoon';
  src:    url('../fonts/icomoon.eot?hu9sy7');
  src:    url('../fonts/icomoon.eot?hu9sy7#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?hu9sy7') format('truetype'),
  url('../fonts/icomoon.woff?hu9sy7') format('woff'),
  url('../fonts/icomoon.svg?hu9sy7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e002";
}
.icon-globe:before {
  content: "\e078";
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/*new*/
a, a:hover{
  text-decoration: none;
}

textarea{
  resize: none;
}

.section_landing{
  background: url(../img/section1_bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.overflowhidden{
  overflow: hidden !important;
}
.nofloat{
  float: none !important;
}
.vertical_center_placeholder{
  display: table;
  height: 100vh;
  width: 100%;
}
.vertical_center{
  display: table-cell;
  vertical-align: middle;
}
.logo{
  width: 100%;
  margin:0 auto;
}
.section1_heading{
  font-family: 'Gotham-Bold';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
  margin-top: 60px;

}
.section1_label{
  font-family: 'Gotham-Medium';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 1.5em;
}
.badge_placeholder{
  margin-top: 25px;
}
.badge_apple{
  margin-right: 15px;
  width: 175px;
}
.badge_google{
  width: 150px;
}
.label_condition{
  font-family: 'Gotham-BookItalic';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  margin-top: 80px;
  font-size: 1em;
  position: absolute;
  bottom:0;
  right:30px;
}
.section1_image{
  margin: 0 auto;
  width: 90%;
}

.section2{
  padding: 80px 0px;
  text-align: center;
  position: relative;
}
.section_header{
  color: #000;
  font-family: 'Gotham-Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5em;
}
.section_content{
  color: #000;
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
  margin-top: 50px;
}
.section3{
  background: #fad760; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fad760 0%, #de6440 36%, #7536a0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fad760 0%,#de6440 36%,#7536a0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fad760 0%,#de6440 36%,#7536a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad760', endColorstr='#7536a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 80px 0px 0px 0px;
  overflow: hidden;
}
.section3 .title{
  color: #fff;
  font-family: 'Gotham-Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5em;
}
.section3 .image_holder{
  margin-top:50px;
  position: relative;
  text-align: center;
      height: 480px;
}
.image_holder img{
  vertical-align: bottom;
  transition: transform .6s .9s;
}
.section3 .front_img{
  position: absolute;
      z-index: 2;
    left: 0;
    right: 0;
    margin: auto;

}
.section3 .back_left_img{
    position: absolute;
    z-index: 1;
    left: 120px;
    top: 80px;
}
.section3 .back_right_img{
    position: absolute;
    z-index: 1;
    right: 120px;
    top: 80px;
}
.section4{
  padding: 80px 0px;
  text-align: center;
  position: relative;
}
.section5{
  background: url(../img/section5_bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.overlay_mask{
  position: absolute;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
}
.login_header{
  font-family: 'Gotham-Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5em;
  color: #fff;
}
.login_form{
  width: 350px;
  margin: 0 auto;
  margin-top: 50px;
}
.txt_input{
   width:100%;
   float: none;
   font-family: 'Gotham-Book';
   font-weight: normal;
   font-style: normal;
   margin-bottom: 10px;
   border-radius: 4px;
   padding: 12px;
   border: none;
   outline: none;
   color: #323232;
}
.btn_login{
  width: 40%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: #fff;
  outline: none;
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;

  background: rgba(255,236,158,1);
  background: -moz-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,236,158,1)), color-stop(0%, rgba(247,190,161,1)), color-stop(100%, rgba(246,136,19,1)));
  background: -webkit-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: -o-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: linear-gradient(to bottom, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);.
      border: 1px solid #F99B3A;

}
.btn_confirm_mail, .btn_experiencedemo{
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: #fff;
  outline: none;
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  background: rgba(255,236,158,1);
  background: -moz-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,236,158,1)), color-stop(0%, rgba(247,190,161,1)), color-stop(100%, rgba(246,136,19,1)));
  background: -webkit-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: -o-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);
  background: linear-gradient(to bottom, rgba(255,236,158,1) 0%, rgba(247,190,161,1) 0%, rgba(246,136,19,1) 100%);.
  border: 1px solid #F99B3A;
  text-transform: capitalize;
  width: 150px;
}
.btn_experiencedemo{
  width: initial ;
}
.btn_experiencedemo a, .btn_experiencedemo a:hover{
  color:#fff;
  text-decoration: none;
}
.section_copyright{
  padding: 30px 0px;
  text-align: center;
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 1.2em;
}

/* popup modal */
.mpf_modal{
  border-radius:0px !important;
}
.mpf_modal_footer{
  padding-top: 0px;
  border:none !important;
  text-align: center;
}
.email_demo{
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 1.2em;
}
.mail_success_msg{
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  color: #000;
  margin-top:10px; ;
}



.contact_information{
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 1.2em;
}

.section_contactus{
  padding: 80px 0px;
  text-align: left;
  overflow: hidden;
  border-bottom:1px solid #323232;
  position: relative;
}
.section_contactus h1{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0px;
}
.section_contactus .address_heading{
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-size:1.2em !important;

}
.borderline{
  height:1px ;
  background: #777777;
}
.address_list{
  padding: 0px;
  list-style-type: none;
}
.address_list li{
  padding: 7px 0px;
}
.contactus_form{
}
.contactus_form .txt_input{
  border:1px solid #adadad;
}
.mpf_socialicon{
  margin-right: 15px;
  color: #4A4A4A;
  font-size: 1.2em;;
}
.socialicon, .socialicon:hover, .socialicon:active{
  text-decoration: none;
}
.lnk_demo{
  font-size: 1em;
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
}
.trans-color{
  color: transparent;
}


.mpf_badge{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
}



/*media querries */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .logo {
    width: 100%;
  }
  .section_landing{
    overflow: hidden;
    height: auto;
  }
  .section1_heading{
    font-size: 2em;
    margin-top: 20px;
    color: #000;
  }
  .image_section1_placeholder{
    height: 300px;
    margin-bottom: 40px;
  }
  .section_content_placeholder{
    height: 78vh;
  }

  .section1_label{
        font-size: 1.1em;
        color: #000;
  }
  .badge_apple{
    margin-right: 0px;
    width: 200px;
  }
  .badge_google{
      width: 200px;
      margin-top: 10px;
      margin-right: 0px;
  }
  .label_condition{
    margin-top: 40px;
    color: #000;
  }
  .section2{
    padding: 30px 0px;
    position: relative;
  }
  .section_header{
    font-size: 2em;
  }
  .section_content{
    font-size: 1em;
    margin-top: 30px;
  }
  .section3{
    padding: 30px 0px 0px 0px;
    position: relative;
  }
  .section3 .title{
    font-size: 1.5em;
  }
  .section3 .front_img img{
    width: 50%
  }
  .section3 .image_holder{
        margin-top: 30px;
    height: auto;
  }
  .image_holder img{
    width: 100%;
  }
  .section4{
    padding: 30px 0px;
    position: relative;
  }
  .login_header{
        font-size: 1.7em;
  }
  .login_form{
        width: 275px;
            margin-top: 40px;
  }
  .section5{
    background: url(../img/section5_bg.png)  bottom center;
    background-size:cover;
    overflow: hidden;
    position: relative;
  }
  .address_list li{
     padding: 10px 0px;
   }
  .address_list li:last-child{
    text-align: center;
  }
  .btn_confirm_mail{
    width: 100%;
  }
  .contactus_form{
    margin-top: 30px;
  }
  .section_contactus{
	  text-align:center;
  }
.mpf_badge{
  position:relative;
  width: 40px;
  height: 40px;
  right:0px;
  bottom:0px;
}


}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .logo {
    width: 70%;
  }
  .section_landing{
    overflow: hidden;
    height: auto;
  }
  .section1_heading{
    font-size: 2em;
    margin-top: 20px;
    color: #000;
  }
  .image_section1_placeholder{
    height: 300px;
    margin-bottom: 50px;
  }
  .section_content_placeholder{
    height: 100vh;
  }

  .section1_label{
        font-size: 1.1em;
        color: #000;
  }

  .label_condition{
    margin-top: 40px;
    color: #000;
  }
  .section1_image{
    width: 80%;
  }
  .section2{
    padding: 40px 0px;
  }
  .section_header{
    font-size: 2em;
  }
  .section_content{
    font-size: 1em;
    margin-top: 30px;
  }
  .section3{
    padding: 40px 0px 0px 0px;
  }
  .section3 .title{
    font-size: 1.5em;
  }
  .section3 .front_img img{
    width: 50%
  }
  .section3 .image_holder{
    margin-top: 30px;
    height: auto;
  }
  .image_holder img{
    width: 100%;
  }
  .section4{
    padding: 40px 0px;
  }
  .login_header{
        font-size: 1.7em;
  }
  .login_form{
        width: 350px;
            margin-top: 40px;
  }
  .txt_input{
    padding: 15px;
  }
  .address_list li{
    padding: 10px 0px;
  }
  .address_list li:last-child{
    text-align: center;
  }
  .btn_confirm_mail{
    width: 100%;
  }
  .contactus_form{
    margin-top: 30px;
  }
	.section_contactus{
	  text-align:center;
  }
.mpf_badge{
  position:relative;
  width: 50px;
  height: 50px;
  right:0px;
  bottom:0px;
}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .image_section1_placeholder{
    height: 100vh;
  }
  .section1_heading{
    color: #fff;
  }

  .section1_label{
        color: #fff;
  }
  .label_condition{
    color: #fff;
  }
  .address_list li{
    padding: 10px 0px;
  }
  .btn_confirm_mail{
    width: 150px;
  }
  .contactus_form{
    margin-top: 30px;
  }
}

    
.btn_requestDemo{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
}

.marginTopButton{
      margin-top: 80px;
}

.describeInterest{
  padding-bottom: 4px;
  display: inline-block;
}

.privayTerms{
  text-align: center;
  margin-left: -40px;
}
.privayTerms li{
  list-style-type: none;
  display: inline-block;
     padding:0 5px;
}
.privayTerms li +li {
  border-left: 1px solid #000;
}
.privayTerms li a{
  color: #000;
  text-transform: capitalize;
  font-size: 13px;

}
.privayTerms li a:hover{
  text-decoration: underline;
}
.browserCenter{
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}