@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
body {
  font-family: 'Roboto Condensed', sans-serif; }

.bg {
  font-weight: 700; }

h2 {
  font-size: 40px;
  margin-bottom: 50px; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1f9bae; }

h4 {
  font-size: 30px; }

h6 {
  font-size: 14px;
  color: #1D91A4;
  text-transform: uppercase; }

p {
  font-size: 18px;
  color: #999999;
  font-weight: 300;
  margin-bottom: 15px; }
  p span {
    font-weight: 400;
    color: #1D91A4; }

a {
  color: #1D91A4;
  transition: all ease-in-out 0.3s;
  background-image: linear-gradient(#1D91A4, #1D91A4), linear-gradient(transparent, transparent);
  background-size: 0 2px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 4px; }

a:hover, a:active, a:focus {
  color: #156b79;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  background-size: 100% 2px, auto; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000; }

.mr-left {
  margin-left: auto !important; }

@media (min-width: 1500px) {
  .container {
    max-width: 1440px; } }
.container-fluid {
  max-width: 2560px; }

._clr {
  background: #1D91A4; }

._gry {
  background: #f8f8f8; }

.container {
  text-align: center; }

section {
  margin-top: 70px; }

.header {
  /* background: url(../images/IMG_001.png) no-repeat; */
  /* height: 630px; */
  /* height: 6.25em; */
  background-size: cover;
  position: relative;
  /* display: table; */
  display:block;
  margin-top: 80px; 
  padding-right: 0;
  padding-left: 0;}

.btn-primary {
  background: #1D91A4;
  border-color: #1D91A4;
  transition: all ease-in-out 0.3s;
  padding: 10px 30px; }

.btn-primary:hover {
  background-color: #156b79;
  border-color: #156b79;
  transition: all ease-in-out 0.3s; }

.star-pt {
  background: url("../images/one2five_logo_star_color.png") no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-size: contain; }

/* All about the Navigation */
.navbar-light {
  background: #fff;
  transition: 0.3s; }
  .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 400; }

.nav-active.navbar-light {
  background: #000 !important;
  transition: 0.3s; }
  .nav-active.navbar-light .navbar-nav .nav-link {
    color: #fff; }
nav {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  background: #fff;
  top: 0; }
  nav .navbar-brand img {
    width: 200px; }
  nav .navbar-toggler {
    background: #fff;
    color: #000 !important; }
    .burgermenu{
      width: .875em;
      top: -2px;
      position: relative;
  }
  nav ul li a {
    font-weight: 700; }
.teaser-pic{
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
}
.teaser-header{
    top: 35%;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 999;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    bottom: 0;
    font-size: 3vw;
    color:#fff;
    text-shadow: 1px 1px #000;
    /* background: rgba(0,0,0,0.1); */
}
/* Section 1 */
#sec_1 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  right: 0;
  left: 0;
  z-index:999;
  position: absolute;
  color: #fff; }
  #sec_1 .bg {
    margin-bottom: 15px; font-size: 3vw;}
  #sec_1 h2 {
    color: #fff; 
    text-shadow: 1px 1px #000;
    background: rgba(0,0,0,0.1);}
    #sec_1 h2 span {
      color: #1D91A4; }
  #sec_1 h3 {
    color: #fff; }
  #sec_1 h4 {
    color: #fff; }
  #sec_1 h6 {
    color: #fff; }
  #sec_1 p {
    color: #fff; }
    #sec_1 p span{
      color: #fff; }
  #sec_1 .form-group.col-sm-12.col-md-4 {
    position: relative;
    margin: 40px auto; }
    #sec_1 .form-group.col-sm-12.col-md-4 .form-control {
      padding: 28px; }
    #sec_1 .form-group.col-sm-12.col-md-4 button {
      position: absolute;
      top: 0;
      right: 0;
      padding: 16px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

#sec_3 .partingline {
  height: 1px;
  background: #ccc;
  margin: 30px 0px 100px 0px; }
#sec_3 h2 {
  margin-bottom: 20px; }
#sec_3 .row {
  margin-top: 40px; }
#sec_3 .card {
  border: none; }
  #sec_3 .card img.card-img-top {
    border-radius: 50%;
    width: 50%;
    margin: 0 auto; }
  #sec_3 .card img.card-img-top:hover {
    /* transform: rotate(180deg); */
    -webkit-animation: spin 0.8s linear;
    -moz-animation: spin 0.8s linear;
    animation: spin 0.8s linear; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  @media screen and (max-width: 991px) {
    #sec_3 .card img.card-img-top {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    #sec_3 .card img.card-img-top {
      width: 50%; } }
  #sec_3 .card .card-body {
    /* max-width: 300px; */
    margin: 0 auto; }
    #sec_3 .card .card-body .card-title {
      margin-bottom: 5px; }
    #sec_3 .card .card-body .card-text {
      margin: 0; }

#sec_4 {
  padding: 70px 0;
  color: #fff; }
  #sec_4 p {
    color: #fff; }
  #sec_4 .row:last-child {
    margin-top: 40px; }
  #sec_4 .col-sm-12.col-md-8 {
    margin: 0 auto; }
    #sec_4 .col-sm-12.col-md-8 h2 {
      margin-bottom: 20px; }
    #sec_4 .col-sm-12.col-md-8 h6 {
      color: #fff; }
      #sec_4 .btn-primary{
        color: #1D91A4;
        background: #fff;
      }
      #sec_4 .btn-primary:hover {
        background-color: #156b79;
        border-color: #156b79;
        color: #fff;
        transition: all ease-in-out 0.3s;
    }

#sec_5 h2 {
  margin-bottom: 20px; }
#sec_5 p {
  margin-bottom: 50px; }

#sec_6 {
  /* margin-bottom: 50px; */
  padding: 70px 0; }
  #sec_6 h2 {
    margin-bottom: 20px; }
  #sec_6 p:last-child {
    margin-bottom: 50px; }
  .row:last-child {
    margin-top: 40px; } 
  #sec_6 .accordion {
    background: linear-gradient(to bottom right, white, #F8F8F8);
    max-width: 80%;
    background: white;
    margin: 0 auto;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    text-align: left; }
    #sec_6 .accordion .accordion-header {
      border-bottom: 1px solid #DDE0E7;
      color: #2a313a;
      cursor: pointer;
      font-weight: 700;
      padding: 1.5rem;
      transition: 0.3s; }
    #sec_6 .accordion .accordion-header:hover {
      background: #ececec;
      transition: 0.3s; }
    #sec_6 .accordion .accordion-content {
      display: none;
      border-bottom: 1px solid #DDE0E7;
      background: #F6F7F9;
      padding: 1.5rem;
      color: #4a5666; }
    #sec_6 .accordion .accordion-header::before {
      content: '';
      vertical-align: middle;
      display: inline-block;
      width: .75rem;
      height: .75rem;
      border-radius: 50%;
      background-color: #B1B5BE;
      margin-right: .75rem; }
    #sec_6 .accordion .active.accordion-header::before {
      background-color: #1D91A4; }

#sec_7 .row:last-child {
  margin-top: 40px; }

#sec_8 img {
  width: 80%;
  margin: 50px auto;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  transition: 0.3s; }
#sec_8 img:hover {
  opacity: 1;
  transform: scale(1.01);
  transition: 0.3s; }
#sec_8 a {
  margin-top: 40px; }

#sec_9 img {
  width: 80%;
  margin: 50px auto;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  transition: 0.3s; }
#sec_9 img:hover {
  opacity: 1;
  transform: scale(1.01);
  transition: 0.3s; }
#sec_9 a {
  margin-top: 40px; }

#sec_10 {
  padding: 70px 0; }
  #sec_10 textarea {
    min-height: 100px; }
#sec_10 .success{
  font-size: 25px;
  font-weight: bold;
  color: green;
} 
#sec_10 .error{
  font-size: 25px;
  font-weight: bold;
  color: red;
}   
#sec_10 #success_message{
  display: none;
} 
#sec_10 #error_message{
  display: none;
} 

footer {
  height: 300px;
  background: #1D91A4;
  /* margin-top: 70px; */
  text-align: left;
  padding: 70px 0; }
  footer p {
    color: #fff; }
  footer h5 {
    color: #fff; }
  footer a {
    color: #fff;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    background-image: linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 4px;
    text-align: left; }
  footer a:hover {
    color: #fff;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
    background-size: 100% 2px, auto; }

#myBtn {
  /* display: none; */
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  /* background-color: #1D91A4; */
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
  transition: 0.3s;
  /* background: url(../images/one2five_logo_star.png); */
  /* background: url(../images/one2five_logo_star_Arrow.png); */
  /* width: 300px; */
  /* height: 300px; */
  background-size: contain;
  background: none;
  opacity: 0.8; }
  #myBtn img{
    width: 50px;
  }

#myBtn:hover {
  /* background-color: darken( $mainblue, 10% ); */
  transition: 0.3s;
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
