/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
  font-family: 'Verdana';
  src: url("../fonts/Verdana.ttf");
}

video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  video,
  .btn-circle {
    display: none;
  }
  .intro {
    opacity: 1;
  }
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Verdana';
  color: #fff;
  line-height: normal;
  background-color: #f7fbfe;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: Verdana;
  font-weight: 700;
  letter-spacing: 1px;
}


/*p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}*/

span {
  color: #f27764;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
}

.btn:active:focus,
.btn:focus {
  outline: none !important;
}

.intro {
  opacity: 0.75;
}

.test {
  position: relative;
}

.test img {
  position: absolute;
  left: 0;
  top: -35px;
}

.test p {
  margin: 50px 0 35px 80px;
  font-size: 26px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.row {
  margin: 0 !important;
}

@media(min-width:768px) {
  .test p {
    margin: 50px 0 35px 80px;
    font-size: 23px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a9a9a9;
  }
  .test img {
    position: absolute;
    left: 0;
    top: -35px;
  }
}

@media(min-width:320px) and (max-width: 767px) {
  .intro {
    padding: 0 !important;
  }
  .test p {
    font-size: 19px;
    margin: 50px 0 35px 60px;
    color: #a9a9a9;
  }
  .test img {
    width: 60px;
    height: 60px;
  }
}

a {
  color: #42dca3;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #1d9b6c;
}

.light {
  font-weight: 400;
}

.logodiv {
  width: 100%;
  height: auto;
  /*margin-bottom: 11%;*/
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  text-transform: uppercase;
  /*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  background-color: #000;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

#eat h2 {
  margin-top: 35px;
  margin-bottom: 10px;
}

#cons p {
  color: #7ab4df;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255, 255, 255, .8);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

@media(min-width:768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: #000;
  }
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #45a6e0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .logo {
  font-size: 40px;
  margin-top: 11%;
}

.intro .intro-body .intro-text {
  font-size: 23px;
  text-transform: uppercase;
}

.intro-text span {
  font-weight: bold;
  color: #fff;
}

@media(min-width:768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .logo {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 23px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  position: relative;
  margin-top: 15px;
  padding: 0px 28px;
  border: 2px solid #fff;
  border-radius: 100%!important;
  font-size: 50px;
  margin-bottom: 50px;
  color: #ccdbea;
  background: #fff;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0 !important;
  color: #ccdbea;
  background: #fff;
}

.stopfade {
  opacity: .5;
}

.fa-pause {
  font-size: 25px !important;
  position: absolute;
  top: 22px;
  left: 23px;
}

.scroll {
  margin: 10% 0 15px;
}

.scroll p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.content-section {}

.download-section {
  width: 100%;
  padding: 50px 0;
  color: #23475c;
}

.welcom-section {
  width: 100%;
  color: #333;
  padding: 75px 0;
  /*background: url(../img/bg2.png) no-repeat center center scroll;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.mobile-template {
  background-image: url('../img/iphoneframe.png');
  width: 25%;
  margin: 0 auto;
  overflow-y: auto;
  height: 550px;
  background-size: 100% 100%;
}

.iphone-content-wrapper {
  width: 90%;
  margin-top: 63px;
  margin-left: 24px;
  overflow-y: scroll;
  height: 73% !important;
}

.mobile-template img {
  width: 100%;
}

.mobile-template-header {
  font-size: 20px;
  color: #555;
  margin: 20px 0 15px;
}

.mobile-template-text {
  color: #9E9E9E;
  font-size: 12px;
  margin: 0 5px 30px;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .mobile-template {
    width: 34%;
    height: 500px;
  }
  /*.scroll {
        margin: 20% 0 15px;
    }*/
}

@media (min-width: 650px) and (max-width: 767px) {
  .mobile-template {
    width: 40%;
    height: 400px;
  }
  /*.scroll {
        margin: 15% 0 15px;
    }*/
}

@media (max-width: 649px) {
  .mobile-template {
    width: 45%;
    height: 330px;
  }
  /*.scroll {
        margin: 10% 0 15px;
    }*/
  .mobile-template-header {
    font-size: 17px;
  }
  .iphone-content-wrapper {
    width: 86%;
    margin-top: 39px;
    margin-left: 14px;
    overflow-y: scroll;
    height: 73% !important;
  }
}

@media (min-width: 650px) and (max-width: 740px) {
  .iphone-content-wrapper {
    width: 85%;
    margin-top: 47px;
    margin-left: 22px;
    overflow-y: scroll;
    height: 73% !important;
  }
}

@media (min-width: 741px) and (max-width: 768px) {
  .iphone-content-wrapper {
    width: 85%;
    margin-top: 48px;
    margin-left: 23px;
    overflow-y: scroll;
    height: 73% !important;
  }
}

@media (min-width: 767px) and (max-width: 899px) {
  .iphone-content-wrapper {
    width: 85%;
    margin-top: 59px;
    margin-left: 24px;
    overflow-y: scroll;
    height: 73% !important;
  }
}

@media (min-width: 900px) and (max-width: 1030px) {
  .iphone-content-wrapper {
    width: 85%;
    margin-top: 59px;
    margin-left: 24px;
    overflow-y: scroll;
    height: 73% !important;
  }
}

@media (min-width: 1029px) and (max-width: 1150px) {
  .iphone-content-wrapper {
    width: 85%;
    margin-top: 59px;
    margin-left: 24px;
    overflow-y: scroll;
    height: 73% !important;
  }
}

@media (min-width: 1151px) {
  .iphone-content-wrapper {
    width: 86%;
    margin-top: 63px;
    margin-left: 24px;
    overflow-y: scroll;
    height: 73% !important;
  }
}

.welcom2-section {
  width: 100%;
  color: #333;
  padding: 75px 0;
  /*background: url(../img/bg2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

.tab-template {
  background-image: url('../img/ipad.png');
  background-size: 100% 100%;
  width: 60%;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
}

.ipad-content-wrapper {
  width: 80.5%;
  margin-top: 43px;
  margin-left: 84px;
  overflow: hidden;
  height: 81% !important;
}

.tab-template img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .tab-template {
    width: 70%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .welcom2-section,
  .tab-template {
    display: none;
    height: 0;
  }
}


/*@media (min-width: 650px) and (max-width: 740px) {
  .ipad-content-wrapper {
    width: 85%;
    margin-top: 47px;
    margin-left: 22px;
    overflow: hidden;
    height: 73% !important;
  }
}

@media (min-width: 741px) and (max-width: 766px) {
  .ipad-content-wrapper {
    width: 85%;
    margin-top: 48px;
    margin-left: 23px;
    overflow: hidden;
    height: 73% !important;
  }
}*/

@media (min-width: 767px) and (max-width: 899px) {
  .ipad-content-wrapper {
    width: 80.5%;
    margin-top: 33.5px;
    margin-left: 57px;
    overflow: hidden;
    height: 81% !important;
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  .ipad-content-wrapper {
    width: 80.5%;
    margin-top: 34.5px;
    margin-left: 66px;
    overflow: hidden;
    height: 80.5% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .ipad-content-wrapper {
    width: 80.5%;
    margin-top: 43px;
    margin-left: 65px;
    overflow: hidden;
    height: 81% !important;
  }
}

@media (min-width: 1151px) and (max-width: 1300px) {
  .ipad-content-wrapper {
    width: 80.5%;
    margin-top: 43px;
    margin-left: 73.5px;
    overflow: hidden;
    height: 81% !important;
  }
}

.welcom3-section {
  width: 100%;
  color: #23475c;
  padding: 75px 0;
  /*background: url(../img/bg2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

.welcom4-section {
  width: 100%;
  color: #333;
  /*background: url(../img/bg2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
  padding-top: 20px;
}

.what-we-do {
  width: 44%;
  margin: 35px auto 20px;
}

.what-we-do h2 {
  color: #66b5e8;
  font-size: 34px;
  letter-spacing: 8px;
  margin-bottom: 25px;
}

.what-we-do p {
  color: #5e7887;
  font-size: 15px;
  line-height: 2em;
}

@media (min-width: 640px) and (max-width: 1150px) {
  .what-we-do {
    width: 55%;
  }
}

@media (max-width: 639px) {
  .what-we-do {
    width: 65%;
  }
  .what-we-do h2 {
    font-size: 28px;
    letter-spacing: 5px;
  }
}

.welcom5-section {
  width: 100%;
  color: #333;
  position: relative;
  margin-top: -100px;
  /*background: url(../img/bg2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

.section-header {
  position: absolute;
  top: 190px;
  left: 225px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .welcom5-section {
    margin-top: -50px;
  }
  .section-header {
    position: absolute;
    top: 100px;
    left: 60px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
  }
}

@media (max-width: 767px) and (min-width: 600px) {
  .welcom5-section {
    margin-top: -50px;
  }
  .section-header {
    top: 60px;
    left: 50px;
  }
  .section-header p {
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .welcom5-section {
    margin-top: -50px;
  }
  .section-header {
    top: 35px;
    left: 20px;
  }
  .section-header p {
    font-size: 11px;
  }
}

.welcom6-section {
  width: 100%;
  position: relative;
  color: #333;
  background: url(../img/idiabg.png);
  background-color: #f7fbfe;
  height: 630px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.welcom6-section p {
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  padding: 20px;
}

.ide img {
  display: initial;
}


/*#whatwe {
    position: relative;
    margin-top: -174px;
}*/

#idea {
  position: absolute;
}

.icons {
  background-color: #f7fbfe;
}

.icons .row {
  width: 90%;
  margin: 0 auto !important;
}

.icon-header {
  color: #84b2d9;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px;
  padding: 15px 0;
  border-bottom: solid 1px #84b2d9;
  letter-spacing: 1px;
}

.icons p {
  text-align: center;
  width: 70%;
  margin: 35px auto;
  letter-spacing: 1px;
  color: #B9AEAE;
  line-height: 1.5em;
}

.icons img {
  margin: 0 auto 5px;
}

@media (max-width: 700px) {
  .icons {
    margin-top: 75px;
  }
}

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}


/*timeline*/

.timeline {
  margin: 50px auto;
  text-align: center;
  position: relative;
  width: 60%;
}

.desc {
  margin-top: 25px;
}

.right {
  text-align: right;
  padding: 35px 35px 0 0;
}

.right p {
  float: right;
}

.left {
  text-align: left;
  padding: 35px 0 0 35px;
}

.timeline:before {
  bottom: 0px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 0;
}

h3.timeline-title {
  margin: 0;
  color: #87b6dd;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.t-info {
  color: #23475c;
}

.timeline-item:before,
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item {
  display: table-row;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
}

.timeline-desk .panel {
  display: block;
  margin-left: 25px;
  position: relative;
  text-align: left;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.timeline-item .timeline-desk .arrow {
  border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
  left: -30px;
  position: absolute;
  top: 15px;
}

.timeline .timeline-icon {}

.timeline-desk span a {
  text-transform: uppercase;
}

.timeline-desk h1.red,
.timeline-desk span a.red {
  color: #EF6F66;
}

.timeline-desk h1.green,
.timeline-desk span a.green {
  color: #39B6AE;
}

.timeline-desk h1.blue,
.timeline-desk span a.blue {
  color: #56C9F5;
}

.timeline-desk h1.purple,
.timeline-desk span a.purple {
  color: #8074C6;
}

.timeline-desk h1.light-green,
.timeline-desk span a.light-green {
  color: #A8D76F;
}

.timeline .timeline-icon.red {}

.timeline .timeline-icon.green {}

.timeline .timeline-icon.blue {}

.timeline .timeline-icon.purple {}

.timeline .timeline-icon.light-green {}

.timeline .timeline-icon {}

.panel p {
  color: #23475c;
}

.panel h2 {
  color: #87b6dd;
}

.timeline-item.alt .timeline-icon {}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

.timeline .timeline-date {
  left: -200px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
}

.timeline-desk h5 span {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item:before,
.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-desk p {
  font-size: 12px;
  margin-bottom: 0;
}

.timeline-desk a {
  color: #EF6F66;
}

.timeline-desk .panel {
  margin-bottom: 5px;
}

.panel {
  border: none!important;
  background: none!important;
}

section#contact {
  background-color: #ebf7ff;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

section h3.section-subheading {
  font-size: 34px;
  text-transform: none;
  font-weight: 700;
  margin-top: 75px;
  color: #43a5e0;
  letter-spacing: 6px;
}

.form-wrapper {
  width: 55%;
  margin: 0 auto;
}

.form-wrapper .row {
  width: 95%;
}

.success-modal {
  position: absolute;
  background-color: #fff;
  width: 30%;
  padding: 20px;
  top: 30%;
  left: 35%;
  color: #42a3dd;
  text-align: center;
  -webkit-box-shadow: 1px 1px 15px 5px #AAA8B5;
  box-shadow: 1px 1px 15px 5px #AAA8B5;
  font-size: 20px;
  display: none;
}

.show-success-modal {
  display: block;
}

.modal-btn {
  margin-top: 25px;
  width: 80px;
  border-radius: 10px !important;
  font-size: 20px;
}

input:-webkit-autofill {
  background-color: #fff !important;
}

@media (max-width: 1000px) {
  .form-wrapper .row {
    width: 100%;
  }
}

@media (max-width: 700px) {
  section h3.section-subheading {
    font-size: 25px;
  }
}

.form-wrapper .col-md-6,
.form-wrapper .col-lg-12 {
  padding-right: 0 !important;
}

.panel img {
  margin-top: -20px;
}

#buttom {
  border-radius: 38px;
  background: #43a5e0;
  padding: 11px;
  text-align: center;
  width: 180px;
}

#buttommap {
  background: #e7f6ff;
  padding-top: 20px;
}

#pic {}

#text .timeline-header,
#text2 .timeline-header {
  color: #87b6dd;
  text-align: center;
  font-size: 25px;
  padding-bottom: 15px;
  margin: 0;
  border-bottom: solid 1px #87b6dd;
}

#text p {
  color: #748692;
  margin-top: 30px;
  width: 80%;
  letter-spacing: 1px;
  line-height: 1.6em;
}

#text2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

#text2 img {
  display: block;
  margin: 0 auto -20px;
}

#text2 p {
  color: #748692;
  margin-top: 30px;
  letter-spacing: 1px;
  line-height: 1.6em;
}

.study {
  margin-right: -40px;
}

.develop {
  margin-right: -20px;
}

.line {
  width: 10px;
  background: url(../img/line.png);
  position: absolute;
  height: 600px;
  left: 49.5%;
  z-index: 99999999;
}

.line img {
  height: 600px;
  z-index: 99999;
}

#text2 .timeline-header {
  text-align: center;
  color: #87b6dd;
  text-align: center;
  font-size: 25px;
  border-bottom: solid 1px #87b6dd;
}

@media (max-width: 600px) {
  .timeline img {
    width: 130px;
  }
  #text p {
    width: 90%;
    font-size: 12px;
  }
  #text2 p {
    font-size: 12px;
  }
  .timeline-header {
    font-size: 17px !important;
  }
  .desc {
    margin-top: 15px;
  }
}

.form-control {
  height: 45px;
  border-radius: 0 !important;
  margin-bottom: 20px;
}

.timeline-title {
  color: #87b6dd;
}

.timeline-desk .album {
  margin-top: 20px;
}

.timeline-desk .album a {
  margin-right: 5px;
  float: left;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 20px;
  padding: 8px;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 25px;
}

.timeline-item.alt .timeline-date {
  left: auto;
  right: -200px;
  text-align: left;
}

.mbot30 {
  margin-bottom: 30px;
}

@media(min-width:767px) {
  .content-section {}
  .download-section {
    padding: 225px 0;
  }
  #map {
    height: 400px;
  }
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-default {
  border: 1px solid #42dca3;
  color: #42dca3;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42dca3;
  outline: 0;
  color: #000;
  background-color: #42dca3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  margin: 0;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}


/*mobile-template style*/

.iphone-content-wrapper {
  overflow: hidden;
}


/*tab-template style*/

.
/************* Image Slide *************/

.image-size {
  width: 100%;
  margin: 0 auto;
}

.slider-a img,
.slider-b img {
  pointer-events: none;
  display: block;
  /*max-width: 100%;*/
  width: 100%;
  /*height: 100%;*/
}

.slider-active .slider-a img {
  /*visibility: hidden*/
}

.slider-active .slider-a {
  position: absolute;
  /* top: 0; */
  /* width: 100%; */
  height: 100%;
  /* max-width: 50%; */
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider-active .slider-handle {
  position: absolute;
  height: 89%;
  width: 50px;
  /*left: calc(50% - 24px);*/
  background-image: url("../img/slider.png");
  /*width: 2px;*/
  /*background: #000;*/
  z-index: 1000;
  /*left: 0;*/
  right: 0;
  margin-left: -26px;
  background-position-y: 50%;
}

.slider {
  position: relative;
  width: 76%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
}

.form-control {
  box-shadow: none !important;
}

.error {
  color: #a94442;
}

textarea.error,
input.error {
  border: 1px solid #a94442;
}


/*eta bhai er code*/


/* Smaller than 770px height */

@media screen and (max-height: 770px) {
  #section0 #logo {
    max-width: 250px !important;
    height: auto !important
  }
  #section0 #usedBy {
    padding: 10px 0 0 0;
    height: 60px;
    width: 398px;
    margin-top: 40px;
    background-size: cover;
  }
  #section3 img {
    bottom: -67px;
  }
}


/* Smaller than 680px height */

@media screen and (max-height: 680px) {
  #section0 #usedBy {
    margin-top: 15px;
    height: 41px;
    width: 308px;
    background-size: cover;
  }
  #section0 #logo {
    max-width: 200px !important;
    height: auto !important
  }
  #section3 img {
    bottom: -100px;
  }
}


/* Smaller than 580px height */

@media screen and (max-height: 580px) {
  #section0 #logo {
    max-width: 150px !important;
    height: auto !important
  }
  h1 {
    font-size: 4.5em;
  }
  #donations a {
    font-size: 57%;
  }
  #section3 img {
    bottom: -180px;
  }
  .intro p {
    font-size: 1.1em;
  }
}

.centerImage {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
