@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,300italic,400italic,700,900);
/*
Template variables
*/
/*
    Basics
*/
html, body {
  height: 100%; }

body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin: 0;
  background-color: #fff;
  color: #949494;
  -webkit-font-smoothing: antialiased !important; }

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2469b2; }
  a:hover {
    color: #aeaeae; }

button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  button:focus {
    outline: 0 !important; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important; }

button:focus {
  outline: 0 !important; }

.color_text {
  color: #2469b2; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "Lato", Arial, sans-serif;
  color: #fff; }

blockquote {
  font-size: 13px; }
  blockquote h5 {
    margin-top: 10px;
    font-weight: 600;
    color: #2469b2; }

/**spaces**/
.space10 {
  height: 10px; }

.space20 {
  height: 20px; }

.space30 {
  height: 30px; }

.space40 {
  height: 40px; }

.space50 {
  height: 50px; }

.space60 {
  height: 60px; }

.space70 {
  height: 70px; }

.space80 {
  height: 80px; }

/**margins**/
.margin-btm-10 {
  margin-bottom: 10px; }

.margin-btm-20 {
  margin-bottom: 20px; }

.margin-btm-30 {
  margin-bottom: 30px; }

.margin-btm-40 {
  margin-bottom: 40px; }

.margin-btm-50 {
  margin-bottom: 50px; }

hr {
  border-color: rgba(255, 255, 255, 0.1); }

.overflow-hidden {
  overflow: hidden; }

.separator {
  width: 60px;
  height: 3px;
  background: #2469b2;
  margin: 40px auto;
  display: block; }

/**preloader**/
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/loading.gif") no-repeat center center; }

/**progress bars**/
.progress {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #333;
  height: 25px; }
  .progress .progress-bar {
    background: #2469b2;
    line-height: 25px;
    font-size: 15px; }

/*
Buttons style
*/
.buttons a {
  margin: 5px; }

.btn {
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .btn i {
    margin-left: 5px; }

.btn-lg {
  padding: 12px 25px; }

.btn-link {
  color: #2469b2; }
  .btn-link:hover {
    color: #999; }

.btn-default {
  background-color: #eee;
  color: #333; }
  .btn-default:hover {
    background-color: #2469b2;
    color: #fff; }

.btn-skin {
  background-color: #2469b2;
  color: #fff; }
  .btn-skin:hover {
    background-color: #333;
    color: #fff; }

.btn-dark {
  background-color: #333;
  color: #fff; }
  .btn-dark:hover {
    background-color: #2469b2;
    color: #fff; }

.btn-white {
  background-color: #fff;
  color: #333; }
  .btn-white:hover {
    background-color: #f3f3f3;
    color: #333; }

.btn-border-dark {
  border: 2px solid #333;
  background-color: transparent;
  color: #333; }
  .btn-border-dark:hover {
    color: #fff;
    background-color: #333; }

.btn-border-skin {
  border: 2px solid #2469b2;
  background-color: transparent;
  color: #2469b2; }
  .btn-border-skin:hover {
    color: #fff;
    background-color: #2469b2; }

.btn-border-white {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff; }
  .btn-border-white:hover {
    color: #333;
    background-color: #fff; }

/*
    Navbar css
*/
.navbar-inverse {
  background: transparent;
  border: 0px;
  margin: 0px;
  padding: 10px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .navbar-inverse.scrolled {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.9); }
  .navbar-inverse .navbar-nav > li > a {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover {
      color: #fff;
      background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #2469b2;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px; }

  .navbar-right .dropdown-menu {
    right: auto;
    left: auto; } }
.navbar-brand > img {
  display: block;
  margin-top: 4px; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-toggle {
    border: 0px; }

  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent; } }

.intro-section {
  background: #eaeff2;
  background: -webkit-radial-gradient(center, ellipse cover, #eaeff2 0, rgba(212, 221, 228, 0.4) 60%), -webkit-linear-gradient(top, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  background: radial-gradient(ellipse at center, #eaeff2 0%, rgba(212, 221, 228, 0.5) 50%), linear-gradient(to bottom, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  padding-top: 70px;
  position: relative;
}


.parallax-section {
  background: url("../images/bg-1.jpg") no-repeat;
  height: 100%;
  background-size: cover;
  background-attachment: fixed; }

.parallax-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .parallax-inner .parallax-content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .parallax-inner .parallax-content h1 {
      text-transform: capitalize;
      color: #fff;
      font-weight: 900;
      font-size: 80px; }
    .parallax-inner .parallax-content h2 {
      text-transform: uppercase;
      color: #fff;
      font-weight: 100;
      font-size: 60px; }
    .parallax-inner .parallax-content .flexslider {
      margin: 0px;
      border: 0px;
      background: transparent; }

/**about section**/
.about-section {
  padding: 100px 0;
  background: #222; }
  .about-section h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 45px; }
    .about-section h1 span {
      color: #2469b2;
      font-weight: 700; }

/**portfolio section**/
.portfolio {
  padding: 100px 0;
  padding-bottom: 0px;
  background: #2469b2; }
  .portfolio .separator {
    background-color: #fff; }
  .portfolio .col-sm-4 {
    padding: 0px; }

.folio-box {
  overflow: hidden;
  position: relative; }
/*
.folio-box img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
*/
/*
.folio-box:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
*/
.folio-desc {
  padding: 15px;
  color: #fff;
  display: block;
/*  position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
}
  .folio-desc h4 {
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #fff; }
  .folio-desc p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px; }

/**services**/
.services-section {
  padding: 100px 0;
  padding-bottom: 70px;
  background-color: #333; }

.service-list li {
  padding: 15px; }
.service-list .i {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  /*font-size: 35px;*/
  color: #2469b2; }
.service-list .content {
  overflow: hidden; }
  .service-list .content h3 {
    font-size: 20px;
    text-transform: capitalize; }

/**testimonials**/
.testimonials {
  padding: 100px 0;
  position: relative;
  background: url("../images/bg-2.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }
  .testimonials .flex-control-nav {
    width: 100%;
    left: 0; }
  .testimonials .flex-control-paging li a {
    width: 7px;
    height: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #aeaeae; }
    .testimonials .flex-control-paging li a.flex-active {
      background-color: #fff; }
  .testimonials .testi-slider p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #fff; }
  .testimonials .testi-slider h5 {
    margin-top: 5px; }

/**contact section**/
.contact-section {
  padding: 100px 0;
  padding-bottom: 70px;
  background: #222; }
  .contact-section .separator {
    background: #fff; }
  .contact-section .form-control {
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff; }
    .contact-section .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4); }
    .contact-section .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4); }
    .contact-section .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4); }
    .contact-section .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4); }
    .contact-section .form-control:focus {
      border-bottom-color: rgba(255, 255, 255, 0.8); }
  .contact-section ul li a {
    font-size: 30px; }

.alert {
  position: relative; }
  .alert .close {
    opacity: 1;
    font-size: 20px; }

.footer {
  background: #2469b2;
  padding: 10px 0;
  color: #fff; }

/**video bg new**/
.video-section {
  width: 100%;
  height: 600px;
  position: relative;
  display: table;
  overflow: hidden;
}
.video-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-section .fs-background-container {
  left: 0;
}

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
}

.video-section .video-overlay h1 {
  color: #fff;
}

.video-section .video-overlay p {
  color: #fff;
}

/***********bootstrap collapse overrides*/
.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #f5f5f5 !important;
  padding: 7px 12px;
}

.panel-title i {
  margin-right: 10px;
  color: #2469b2;
}

/**cta***/
.cta {
  background-color: #2469b2;
  padding: 50px 0;
}
.cta h3 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
}
.cta .btn-white-border {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  margin-top: 10px;
}
.cta .btn-white-border:hover {
  color: #333;
  background-color: #fff;
}

/*****accordions****/
/*** Accordion ***/
.panel-group {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: -2px;
}

.panel-group .panel-heading {
  padding: 0;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel-body {
  font-size: 14px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  /*font-family: "Open Sans", sans-serif; */
}

.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 10px;
  font-size: 15px;
  color: #505050;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
}

/***acordions icon*****/
.panel-heading .accordion-toggle:after {
  content: '\f068';
  color: #888;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  float: right;
  right: 15px;
  top: 8px;
}

.panel-heading .accordion-toggle.collapsed:after{
  content: '\f067';
  color: #2469b2;
}

/**primary tabs***/
.panel-primary {
  border: 0px;
}
.panel-primary .panel-heading {
  background: #32c5d2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-primary .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-primary .panel-ico.active a {
  color: #fff;
}
.panel-primary .panel-ico.active:after {
  color: #fff;
}
.panel-primary .panel-heading a {
  color: #eee;
}
.panel-primary .panel-ico:after {
  color: #eee;
}

.simple-collapse .panel-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.simple-collapse.panel-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}


@media (max-width: 991px) {
  .intro-section .intro_text {
    margin-top: 0px;
    text-align: center;
  }
  .intro-section .intro_text h1 {
    font-size: 35px;
  }
  .intro-section .intro_text .buttons {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .android_holder, .iphone_holder {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .parallax-inner .parallax-content h2 {
    font-size: 25px; }
  .parallax-inner .parallax-content h1 {
    font-size: 30px; } }

/*# sourceMappingURL=style.css.map */
