/* CSS Document */
/*
 * Konstant Infosolutions
 * http://www.konstantinfo.com 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: bottom;
  color: #323231;
  font-family: 'Circular Std Book';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
  /*text-rendering: optimizeLegibility;*/
}

section, div, p, span, label, input, select, a, h1, h2, h3, h4, h5, h6 {
  font-family: 'Circular Std Book';
}

body {
  background-color: #fff !important;
  color: #323231;
  margin: 0px;
  padding: 0px;
  font-family: 'Circular Std Book';
  font-weight: normal;
  overflow-x: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*************************************/
/* padding left right  css */
.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl50 {
  padding-left: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr25 {
  padding-left: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr50 {
  padding-right: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt75 {
  padding-top: 75px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

/* Margin Top  css */
.Mt5 {
  margin-top: 5px;
}

.Mt10 {
  margin-top: 10px;
}

.Mt15 {
  margin-top: 15px;
}

.Mt20 {
  margin-top: 20px;
}

.Mt25 {
  margin-top: 25px;
}

.Mt30 {
  margin-top: 30px;
}

.Mt35 {
  margin-top: 35px;
}

.Mt40 {
  margin-top: 40px;
}

.Mt45 {
  margin-top: 45px;
}

.Mt50 {
  margin-top: 50px;
}

.Mt100 {
  margin-top: 100px !important;
}

/* Margin Bottom  css */
.Mb0 {
  margin-bottom: 0px;
}

.Mb5 {
  margin-bottom: 5px;
}

.Mb10 {
  margin-bottom: 10px;
}

.Mb15 {
  margin-bottom: 15px;
}

.Mb20 {
  margin-bottom: 20px;
}

.Mb25 {
  margin-bottom: 25px;
}

.Mb30 {
  margin-bottom: 30px;
}

.Mb35 {
  margin-bottom: 35px;
}

.Mb40 {
  margin-bottom: 40px;
}

.Mb45 {
  margin-bottom: 45px;
}

.Mb50 {
  margin-bottom: 50px;
}

/* Margin left  css */
.Ml10 {
  margin-left: 10px;
}

.Ml20 {
  margin-left: 20px;
}

.Ml30 {
  margin-left: 30px;
}

.Ml40 {
  margin-left: 40px;
}

.Ml50 {
  margin-left: 50px;
}

/* Margin Right  css */
.Mr10 {
  margin-right: 10px;
}

.Mr20 {
  margin-right: 20px;
}

.Mr30 {
  margin-right: 30px;
}

.Mr40 {
  margin-right: 40px;
}

.Mr50 {
  margin-right: 50px;
}

a {
  text-decoration: none;
  color: #0085bd;
}

a:hover, a:focus {
  outline: none !important;
  text-decoration: underline;
  color: #0085bd;
}

img {
  max-width: 100%;
}

ol, ul {
  list-style: none;
  padding: 0px;
}

/*************************************/
.transition {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

/*************************************/
.C-White {
  color: #fff !important;
}

.C-Gray {
  color: #f0f0f1;
}

.C-DGray {
  color: #323231 !important;
}

.C-pink {
  color: #ff0d51 !important;
}

/*************************************/
.f-width {
  width: 100% !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.overflow-none {
  overflow: inherit;
}

.displayIB {
  display: inline-block;
}

.displayT {
  display: table;
}

.displayTC {
  display: table-cell;
}

.posi-relative {
  position: relative;
}

.ver-middle {
  vertical-align: middle;
}

.bg-none {
  background-color: inherit;
}

.bs-none {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.border-none {
  border: inherit;
}

.ts-none {
  text-shadow: inherit;
}

/*************************************/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius20 {
  border-radius: 20px;
}

.radiusF {
  border-radius: 100%;
}

/*************************************/
.form-control::-webkit-input-placeholder {
  opacity: 1;
}

.form-control:-moz-placeholder {
  opacity: 1;
}

.form-control::-moz-placeholder {
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
}

/*************************************/
/* Custom Button */
button {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button.custom-btn, .custom-btn {
  font-size: 20px;
  text-align: center;
  background-color: #eea407;
  color: #fff;
  padding: 5px 15px;
  font-family: 'Circular Std';
}

button.custom-btn:hover, .custom-btn:hover {
  background-color: #d59204;
  color: #fff;
}

/* Header Css */
header {
  min-height: 92px;
}

header ul.navbar-nav {
  margin-top: 20px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

header ul.navbar-nav li {
  margin: 0 10px;
}

header ul.navbar-nav li a {
  font-size: 18px;
  text-align: left;
  color: #fff;
  text-shadow: none !important;
  padding: 10px 0 !important;
  border-radius: 0;
}

header ul.navbar-nav li a:hover {
  color: #fff !important;
  text-decoration: none;
}

header ul.navbar-nav li a i {
  display: block;
}

header ul.navbar-nav li a.active {
  border-bottom: 2px solid #fff;
  color: #fff !important;
}

header .navbar-default {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 0;
}

header .navbar-default .navbar-brand-logo {
  margin: 10px 0 7px;
  display: block;
  transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
}

header .navbar-default .navbar-brand-logo img {
  max-height: 46px;
  transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
}

header.fixedheader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  min-height: 76px;
  transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
}

header.fixedheader .navbar-default {
  padding: 0 15px;
  text-align: center;
}

header.fixedheader ul.navbar-nav {
  margin-top: 20px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

header.fixedheader .navbar-brand-logo img {
  max-height: 46px;
  transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
}

header.sticky {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
}

header.sticky .navbar-default {
  padding: 0 15px;
  text-align: center;
}

header.sticky ul.navbar-nav {
  margin-top: 20px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

header.sticky .navbar-brand-logo img {
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 46px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

/* Slider Section Css */
.slider {
  position: relative;
}

.slid-banner {
  height: 850px;
  outline: none;
  overflow: hidden;
  position: relative;
}

.slid-caption h2 {
  font-size: 26px;
  color: #f9f8f7;
  margin: 0px 0 20px 0;
  font-family: 'Open Sans', sans-serif;
}

.slid-caption h2 span {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}

.slid-caption h3 {
  font-size: 22px;
  color: #f9f8f7;
  margin: 0px 0 20px 0;
  font-family: 'Open Sans', sans-serif;
}

.slid-caption h5 {
  font-size: 16px;
  color: #f9f8f7;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  text-align: center;
}

.slid-caption h5 span {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.slid-caption h5 a {
  display: inline-block;
}

.slid-caption h5 a img {
  display: block;
  width: 35px;
  opacity: .65;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.slid-caption h5:hover img {
  display: block;
  width: 35px;
  opacity: 1;
}

.bannerInfo {
  padding-top: 40%;
  position: relative;
}

/* Footer Section Css */
footer {
  padding: 13px 0;
  position: relative;
  background-color: #242d35;
}

footer .copytext {
  font-size: 14px;
  color: #adafb1;
}

/* Page Top Css */
.page-top {
  position: fixed;
  right: 0px;
  bottom: 110px;
  display: none;
  z-index: 9;
}

.page-top a {
  display: inline-block;
  border-radius: 8px 0px 0px 8px;
  background-color: rgba(255, 89, 103, 0.8);
  height: 40px;
  width: 40px;
  border: none;
  line-height: 32px;
  text-align: center;
}

.page-top a i {
  color: #fff;
  font-size: 22px;
}

.page-top a:hover {
  background-color: #ff5967;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.page-top.active {
  display: none;
}

/**/
.relative {
  position: relative;
}

.custom-btn.btn-signup {
  min-width: 290px;
  height: 58px;
  padding: 15px;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
}

.apple-logo {
  width: 160px;
  height: 58px;
  display: inline-block;
  padding: 0;
}

.iphoneImage {
  position: relative;
  bottom: -200px;
  right: 30px;
}

.iphoneImage img {
  max-width: 396px;
  max-height: 614px;
}

.dispTable {
  display: table;
  float: none !important;
  width: 100%;
  height: 100%;
}

.dispTable .dispCell {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
  height: 100%;
}

.valigntop {
  vertical-align: top !important;
}

.valignbottom {
  vertical-align: bottom !important;
}

/* Contact us section */
/**** input Effect ****/
.effect-16, .effect-17, .effect-18 {
  border: 0;
  padding: 0;
  border-bottom: 1px solid #71767c;
  background-color: transparent;
}

.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff5967;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-16 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 5px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  font-size: 16px;
}

.effect-16:focus ~ label, .has-content.effect-16 ~ label {
  top: -16px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.getin-touch {
  background: #313a42;
  z-index: 1;
  padding: 55px 0 35px;
}

.getin-touch h2 {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.getin-touch h2:after {
  left: 0;
  right: 0;
  width: 155px;
  content: '';
  height: 2px;
  background-color: #0380b5;
  position: absolute;
  top: -20px;
  z-index: 0;
}

.getin-touch h3 {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.ttu {
  text-transform: uppercase;
}

.contact-form {
  padding: 0;
}

.contact-form .form-group {
  position: relative;
}

.contact-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d4cfcf;
  color: #adafb1;
  font-size: 16px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  resize: none;
  padding: 6px 0 6px 12px !important;
  position: relative;
  z-index: 2;
  opacity: 0.8;
}

.contact-form .form-control.text-area {
  border: 1px solid #d4cfcf;
  height: 95px;
  overflow: auto;
  padding: 10px;
}

.contact-form ::-webkit-input-placeholder {
  color: #adafb1;
}

.contact-form ::-moz-placeholder {
  color: #adafb1;
}

.contact-form :-ms-input-placeholder {
  color: #adafb1;
}

.contact-form :-moz-placeholder {
  color: #adafb1;
}

.contact-form p {
  color: #fff;
}

.btn.btn-danger {
  background-color: #353f48;
  border-color: #353f48;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  padding: 6px 50px;
  white-space: nowrap;
  display: inline-block;
  outline: none;
  background-image: none;
}

.btn.btn-danger:hover {
  background-color: #eea407;
}

.sicons {
  background-color: #3e454c;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  text-align: center;
  border-radius: 3px;
}

.sicons a {
  color: #fff;
  font-size: 29px;
  text-decoration: none;
}

.sicons:hover {
  background-color: #fff;
  text-decoration: none;
}

.sicons:hover a {
  color: #3e454c;
  text-decoration: none;
}

.emailDiv {
  margin-top: 40px;
}

.emailDiv a {
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
}

.middle-part {
  padding-top: 100px;
  padding-bottom: 50px;
}

.container-large {
  max-width: 1157px;
}

.whyImage {
  position: relative;
}

.whyImage:after {
  left: 125px;
  width: 3px;
  content: '';
  height: 135px;
  background-color: #0085bd;
  position: absolute;
  top: 30px;
  z-index: 0;
  display: none;
}

.whySection {
  padding: 0;
  margin: 0;
}

.whySection h2 {
  font-size: 75px;
  color: #bcbcbc;
  text-transform: uppercase;
  font-family: 'Circular Std';
  position: relative;
}

.whySection h2 span {
  color: #141414;
  display: block;
}

.whySection h2:after {
  left: 0;
  right: 0;
  width: 60px;
  content: '';
  height: 3px;
  background-color: #0085bd;
  position: absolute;
  bottom: -20px;
  z-index: 0;
}

.whyText {
  padding-right: 50px;
  color: #363a3b;
}

.whyText p {
  font-size: 18px;
  color: #363a3b;
  margin-bottom: 20px;
}

.middle-section {
  padding-bottom: 0px;
  background-image: url(../img/page-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.middle-part.features {
  padding-bottom: 0px;
}

.middle-part.why-us {
  padding-bottom: 0px;
}

.wings.small {
  max-height: 24px;
  display: inline-block;
  vertical-align: top;
}

/* Video Css */
.homepage-banner {
  overflow: hidden;
}

.homepage-banner .video-banner #banner_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
  -moz-transition: 1s opacity;
  -webkit-transition: 1s opacity;
}

.homepage-banner .video-banner:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,ffffff+100&0+0,1+40,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.bullet-point {
  display: inline-block;
  list-style: decimal;
  padding-left: 20px;
}

.bullet-point li {
  font-size: 18px;
  color: #000;
  text-shadow: none;
  margin-bottom: 20px;
  list-style: disc;
}
/*# sourceMappingURL=styles.css.map */