  @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,200,300,400,500,600,700);

  body > .jumbotron .row {
      margin-left: 0px;
      margin-right: 0px;
  }

  body {
    background: #fff;
    background-size: cover;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    line-height: 32px;
    /*color: #686868;
    color: #000000;*/
    color: #292d34;
    /*margin-bottom: 337px;*/
  }

  html {
    position: relative;
    min-height: 100%;
  }

  a{
    color:#C03035;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#4fcccd;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }

  ul {
    list-style: none;
  }

  .title{
    text-align: center;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #292d34;
    font-family: SharpGroteskWide,Open Sans,sans-serif;
    font-weight: 500;
  }

  h1{
    color: #292d34;
  }

  h2{
    font-size: 1.5em;
    color: #292d34;
  }

  h3{
    font-size: 24px;
    line-height: 1.5;
  }

  h4{
    line-height: 1.5;
  }

  .col-centered{
    float: none;
    margin: 0 auto;
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

  .top-buffer { margin-top:5px; }

  .btn-orange {
    background-color: #f80;
    border-color: #f80;
    border-radius: 3px;
    color: #FFFFFF;
  }

  .btn-orange:hover,
  .btn-orange:focus {
      background-color: #cc6c00;
      border-color: #cc6c00;
      border-radius: 3px;
      color: #FFFFFF;
    }

/*************************
*******Header******
*************************/
#header .logo img {
  padding: 0;
  max-height: 50px;
}

#header{
  margin-bottom: 0;
  padding: 20px 0 20px 0;
}

#header .navbar-inverse .container{
  position: relative;
}

.navbar-brand>img {
  height: 50px;
  width: auto;
}

.social-icons ul li{
  padding: 0 15px;

}

.social-icons ul li:last-child{
  margin-right: 20px;
}

.social-icons ul li a{
  font-size: 18px;
  color: #d3d3d3;
  padding: 0;
}

.social-icons ul li a:hover .fa-facebook {
  color:#4fcccd;
}

.social-icons ul li a:hover .fa-linkedin {
  color:#4fcccd;
}

.social-icons ul li a:hover .fa-youtube {
  color:#4fcccd;
}

.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}

#header .navbar {
  background: #fff;
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 0;
  color: #4fcccd;
  font-weight: bold;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    background: #686868;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header p{
  font-size: 14px;
}

#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 0px;
}

#header .navbar-nav.navbar-right >li a{
  color: #686868;
  font-size: 16px;
  padding: 20px;
  /*text-transform: uppercase;*/
  font-weight: 600;
}

#header .navbar-nav.navbar-right >li p {
  color: #4fcccd;
  font-size: 12px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #4fcccd;
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #4fcccd;
}

/*  Dropdown menu*/
.dropdown > .sub-menu{
  border: 1px solid #4fcccd;
}

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a{
  color: #818285;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

#header .navbar-nav li.dropdown .active{
  color: #4fcccd;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #4fcccd;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #4fcccd;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #4fcccd;
  color: #fff;
}

.fa-angle-down{
  padding-left: 5px; 
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


#header .navbar-nav.navbar-right .btn-header,
.btn-header:active,
.btn-header:visited{
    color: #fff;
    background-color: #4fcccd;
    border-color: #4fcccd;
    height: 100%;
    padding: 10px;
    margin: 10px;
}

#header .navbar-nav.navbar-right .btn-header:hover,
.btn-header:focus {
    color: #fff;
    background-color: #47B8B8;
    border-color: #47B8B8;
    border: 1px solid;
    height: 100%;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  position: relative;
  /*background: url("../images/home/city.png") center bottom no-repeat;*/
  background: url("../images/optimal-main.jpg") center bottom no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.8);
  background-size: cover;
  padding: 40px 0 40px 0;
}

#intro .intro-pictures {
  background-color: #fff;
}

#intro-description{
  
}

@media (max-width: 991px) {
  #intro {
    padding: 40px 0 40px 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 20px 0 20px 0;
  }
}

.no-padding {
  padding: 0px;
}

@media (max-width: 991px) {
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}

#intro .intro-info {
  /*width: 50%;
  float: left;*/
}

@media (max-width: 991px) {
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
}

#intro .intro-info h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 70px;
}

#intro .intro-info p {
  /*color: #74b5fc;*/
  color: #4fcccd;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 40px;
  /*text-decoration: underline;*/
}

@media (max-width: 767px) {
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.btn-get-started, .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 20px;
  color: #fff;
}

.btn-get-started {
  /*background: #007bff;*/
  background: #4fcccd; 
  /*border: 2px solid #007bff;*/
  border: 2px solid #4fcccd;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #4fcccd;
  border-color: #4fcccd;
  color: #fff;
}

.trust-intro {
  padding: 30px 0 30px 0;
}

.btn-get-started:hover {
  color: #fff;
  background-color: #378e8f;
}

/*************************
*******Footer******
*************************
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 337px;
}

.well {
  margin-top: 40px;
}

#newsletter-error ul li{
  color: #000000;
}

#footer {
  padding-bottom: 0px;
  background-image: url(../images/home/footer.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: full;
  padding-top: 80px;
}

.bottom > h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: white;
  size: bold;
}

.bottom > address > a {
  color: white;
}

.bottom > address {
  line-height: 22px;
  margin-bottom: 0px;
  color: white;
}

.btn-submit {
  width: 100%;
  background-color: #4fcccd;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #2f9697;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #fff;
  background-color: #47B8B8;
  outline: none;
  box-shadow: none;
  opacity: .8;
}

.copyright-text{
  color: #fff;
  font-size: 16px;  
}

@media (max-width: 800px) {
    .contact-info {
        text-align: center;
    }
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background-image: url(../images/home/footer.png);*/
  background: #2f7a7b;
  padding: 0 0 30px 0;
  margin-top: 80px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #3fa3a4;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f7a7b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1f5152;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #72d6d7;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  color: black;
  height: inherit;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #4fcccd;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  bottom: 0;
  height: inherit;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #1f5152;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #4fcccd;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*************************
*******Home Page******
**************************/
.fa-cloud{
  color: #4fcccd;
}

.fa-check-square-o{
  color: #4fcccd;
}

.fa-dollar{
  color: #4fcccd;
}

.background-grey {
  /*background-color: #edf9fa;*/
  /*background-color: #ecf5ff;*/
  background-color: #f4f4f4;
}

.jumbotron {
  /*background: url(../images/home/city.png) 0 100% repeat-x;*/
  background-color: #f4f4f4;
  /*background-color: #edf9fa;*/
  /*background-position: center;
  min-height:100vh;*/
}

.jumbotron h2{
  font-family: SharpGroteskWide,Open Sans,sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #292d34;;
}

.jumbotron h3{
  font-family: SharpGroteskWide,Open Sans,sans-serif;
  font-weight: 400;
  color: #292d34;;
}

.jumbotron p{
  font-family: 'open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #292d34;;
  /*color: #686868;*/
}

.jumbotron .btn-orange {
  padding-top: 10;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

.animate-in .center-block {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.single-service > h2{
  color: #000000;
}

.single-service {
  margin-right: 10px;
  margin-left: 10px;
}

#overall-features,
#specific-features{
  font-size: 18px;
}

#specific-features h2{
  font-size: 36px;
}

#overall-features h2{
  font-family: SharpGroteskWide,Open Sans,sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #292d34;;
}

/****************************
****** Pricing CSS*******
*****************************/
#pricing-section{
   background-color: #edf9fa;
   margin-bottom: 20px;
  /*background-color: #ecf5ff;*/
}

.plan-note-heading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  margin-top: -2px;
  margin-right: -1px;
  margin-left: -1px;
  padding-top: 4px;
  padding-bottom: 15px;
  border-bottom-left-radius: 0;
  background-color: #4fcccd;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.horizontal-rule.horizontal-rule-pricing-grid {
  margin-top: 30px;
  margin-bottom: 30px;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
  margin-top: 96px;
  background-color: #e9eef1;
}

.btn-get-started-pricing a {
  color: #fff;
}

.btn-get-started-pricing {
  background: #4fcccd; 
  border: 2px solid #4fcccd;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  padding: 5px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 20px;
  color: #fff;
  text-align: center;

}

.btn-get-started-pricing:hover {
  background: #47B8B8;
  border-color: #1f5152;
  color: #fff;
}

.fa-check {
/*color: #32CD32;*/
color: #4fcccd;
}

.fa-times {
/*: #FF0000;*/
color: #4fcccd;
}

#page-breadcrumb{
  position: relative;
}

#page-breadcrumb {
  /*background-image: url(../images/home/city-pricing.png);*/
  background-color: #FFFFFF;
  /*background-repeat: repeat-x;*/
  /*height: 80px;*/
  /*background-position: center;*/
  /*display: table;*/
  /*position: static;*/
  width: 100%;
}

#page-breadcrumb p {
  font-size: 18px;
}

.table-heading {
  background-color: transparent !important;
  color: #FFFFFF !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
}

.plan-price .dollar-sign {
  font-size: 18px;
}

.plan-price .price {
  font-size: 24px;
}

.plan-price .contact {
  font-size: 16px;
}
 
.single-table ul li {
  padding: 12px 18px;
  /*background-color: #f7f7f7;*/
  margin-bottom: 5px;
  color: #696969;
  font-weight: 600;
  line-height: 18px;
}

.single-table ul li span {
  float: right;
}

.price-table2{
  margin-bottom:60px;
  margin-top: 40px;
}

.table-one .table-header, 
.table-two .table-header, 
.table-three .table-header,
.table-four .table-header{
  overflow: hidden;
  padding:20px 20px 0 20px;
  /*color: #fff;*/
  color: #696969;
}

.single-table {
  position: relative;
  padding-top: 40px;
  border: 1px solid #e9eef1;
  background-color: #fff;
}

.table-one:before, 
.table-two:before, 
.table-three:before,
.table-four:before{
  border-style: solid;
  border-width: 0 130px 60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-one:before {
  /*border-color: transparent transparent #0d6fb1;*/
  border-color: #fff;
} 

.table-two:before {
  /*border-color: transparent transparent #ac2429;*/
  border-color: #fff;
}

.table-three:before {
  border-color: #fff;
}

.table-four:before {
  /*border-color: transparent transparent #5f7452;*/
  border-color: #fff;
}

.table-header h2 {
  /*color: #fff;*/
  color: #696969;
  /*float: left;*/
  font-size: 32px;
  font-weight: 600;
  margin-top: 7px;
  text-align: center;
}

.table-header .plan-price {
  /*float: right;*/
  margin: 0;
  /*overflow: hidden;*/
  padding-top: 1px;
  text-align: center;
}

.single-table .btn-signup {
  display: block;
  text-align: center;
  position:relative;
  z-index:1;
}

.single-table ul {
  margin: 0;
  padding: 0;
}

.table-one .btn-signup:after, 
.table-two .btn-signup:after, 
.table-three .btn-signup:after,
.table-four .btn-signup:after{
  content: "";
  position: absolute;  
  border-style: solid;
  border-width: 78px 130px 0;  
  height: 0;
  left: 0; 
  top: -1px;
  width: 100%;
  z-index: -1;
}

.table-one .btn-signup:after {
  /*border-color: #0d6fb1 transparent transparent;*/
  border-color: #47B8B8 transparent transparent;
}

.table-two .btn-signup:after {
  /*border-color: #ac2429 transparent transparent;*/
  border-color: #47B8B8 transparent transparent;
}

.table-three .btn-signup:after {
  /*border-color: #e78817 transparent transparent;*/
  border-color: #47B8B8 transparent transparent;
}

.table-four .btn-signup:after {
  /*border-color: #5f7452 transparent transparent;*/
  border-color: #47B8B8 transparent transparent;
}

.single-table .btn-signup a {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.table-one .btn-signup:hover.btn-signup:after{
 /*border-color: #0b598d transparent transparent;*/
 border-color: #4fcccd;
}


.table-two .btn-signup.btn-signup:hover:after {
  /*border-color: #831c20 transparent transparent;*/
  border-color: #4fcccd;
}

.table-three .btn-signup.btn-signup:hover:after {
 /*border-color: #bd7014 transparent transparent;*/
 border-color: #4fcccd;
}

.table-four .btn-signup.btn-signup:hover:after {
 /*border-color: #56684c transparent transparent;*/
 border-color: #4fcccd;
}

/*.elements li{
  color: #686868;
}*/

.elements .fa-calculator{
  color: #4fcccd;
  margin-top: 20px;
  padding-right: 20px;
}

.elements .fa-credit-card{
  color: #4fcccd;
  margin-top: 20px;
  padding-right: 20px;
}

.elements .fa-comments-o{
  color: #4fcccd;
  margin-top: 20px;
  padding-right: 20px;
}

.elements .fa-server{
  color: #4fcccd;
  margin-top: 20px;
  padding-right: 20px;
}

/*.contact-form h2{
  color: #686868;
}*/

/****************************
******Register Payment*******
*****************************/
#promo-message {
    color:#4fcccd;
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #a0b3b0;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  border-color: #4fcccd;
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement:hover {
  border-color: #4fcccd;
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


/****************************
******login*******
*****************************/

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

html {
  overflow-y: scroll;
}

#sign body {
  font-family: 'Titillium Web', sans-serif;
}

.login-options {
  margin-top: -20px;
  text-align: right;
  margin-bottom: 20px;
}

.login-options a {
  text-decoration: none;
  color: #4fcccd;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.login-options a:hover {
  color: #47B8B8;
}

#sign .form {
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

#sign label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px; 
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}

.req {
  margin: 2px;
  color: #4fcccd;
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}

#sign label.active .req {
  opacity: 0;
}

.field-wrap input, .field-wrap textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.boundless input {
  border: none;
  border-color: transparent;
}

.field-wrap > p {
    font-size: 22px;
    color: #686868;
    font-weight: bold;
}

#account_type {
    font-size: 22px;
    color: #686868;
    font-weight:  normal;
}

input:focus {
  border-color: #4fcccd;
  border: 1px solid #4fcccd;
  outline: none;
  box-shadow: none;
}

input:hover {
  border-color: #4fcccd;
  border-style: solid;
  border-width:1px;
}

textarea:focus {
  outline: 0;
  border-color: #4fcccd;
}

textarea:hover {
  border-color: #4fcccd;
}

textarea {
  border: 1px solid #a0b3b0;
  resize: vertical;
}

#sign .field-wrap {
  position: relative;
  margin-bottom: 20px;
}

#sign .top-row:after {
  content: "";
  display: table;
  clear: both;
}

#sign .top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}

#sign .top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #4fcccd;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}

.button:hover, #sign .button:focus {
  background: #47B8B8;
}

.button-block {
  display: block;
  width: 100%;
}

#sign .btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  background: #fff;
  color: #3c4043;
  border: 1px solid #dadce0;
  border-radius: 4px;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#sign .btn-google:hover,
#sign .btn-google:focus {
  background: #f8f9fa;
  color: #3c4043;
  border-color: #d2e3fc;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  text-decoration: none;
}

#sign .btn-google:active {
  background: #f1f3f4;
  border-color: #c6c6c6;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3);
}

#sign .auth-divider {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

#sign .auth-divider hr {
  flex: 1;
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}

#sign .auth-divider span {
  padding: 0 14px;
  color: #888;
  font-size: 13px;
  white-space: nowrap;
}

#input h1{
  text-align: center;
  font-weight: 400;
  margin: 0 0 40px;
}

/****************************
******Settings*******
*****************************/
.checkbox-form{
  font-size: 18px;
  margin-bottom: 20px;
}

.stripe-button-el{
  margin-top: 20px;
}

/****************************
******O-Beam*******
*****************************/

.grey-background{
	background-color: #f5f5f5;
  padding: 0;
}

#cframe {
  height: 600px;
  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 4px;
}

.support-active {
  background-color: #4fcccd;
}

.form-control {
  border: 1px solid #eaeaea;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.form-control:hover, 
.form-control:focus{
  border-color: #4fcccd;
  outline: none;
  box-shadow: none;
}

input[type=radio], .radio-inline input[type=radio] {
    height: inherit;
}

#c{
    padding-right: 15px;
    padding-left: 15px;
}

#section-name {
  background: #fff;
  border:#fff;
}

#o-beam-errors {
  color: red;
}

.beam-design {
    height: 250px;
    position:relative;
    background:#F5F5F5;
    margin-bottom: 20px;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #4fcccd;
  color: #ffffff;
}
.tab-group .active a {
  background: #4fcccd;
  color: #ffffff;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

tr {
  text-align:center;
}

.fa-plus{
  color: #4fcccd;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited{
    background-color: #4fcccd;
    border-color: #4fcccd;
}

.btn:active.focus{
  outline: none;
}

.btn-primary,
.btn-success,
.btn-danger{
  margin-bottom: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #47B8B8;
    border-color: #47B8B8;
}

input[type=checkbox]{
    margin: 0;
}

.elements .fa-check{
  margin-top: 20px;
  padding-right: 20px;
}

.premium{
  color: #4fcccd;
  font-weight: bold;
}

.ai-beam-icon {
  color: #4fcccd;
  margin-left: 5px; /* Space between text and icon */
}

/*************************
******Section Properties*****
**************************/
.selectpicker,
.selectpicker:active,
.selectpicker:visited{
    background-color: #4fcccd;
    border-color: #4fcccd;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    vertical-align: bottom;
}

.selectpicker:hover,
.selectpicker:focus {
    background-color: #47B8B8;
    border-color: #47B8B8;
}

/*************************
******Coming Soon CSS*****
**************************/
#coming-soon {
  padding: 40px 0;
  overflow: hidden;
}

#coming-soon .social-link {
  margin-top: 35px;
}

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: block;
  max-width: 960px;
  margin: 80px auto 100px;
}

#countdown li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  height: 254px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative;
  color: #fff;
}

#countdown li.angle-one {
  background-image: url(../images/coming-soon1.png);
  left: 120px;
}

#countdown li.angle-two {
  background-image: url(../images/coming-soon2.png);
  left: 40px;
}

#countdown li.angle-three {
  background-image: url(../images/coming-soon3.png);
  right: 40px;
}

#countdown li.angle-four {
  background-image: url(../images/coming-soon4.png);
  right: 120px;
}

#countdown li > span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}

#countdown li.angle-two > span,
#countdown li.angle-four > span {
  margin-top: 80px;
}

#coming-soon i {
  border: 1px solid #4fcccd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #4fcccd;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#coming-soon i:hover {
  background-color: #4fcccd;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*************************
******Unit Conversion CSS*****
**************************/
.list-group span{
    font-weight: bold;
}

.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover{
    background: #4fcccd;
    border-color: #4fcccd;
}

.custom-bullet li{
  color: #000;
}

.unit-border{
  border: 2px solid;
  border-color: #4fcccd;
  padding: 5px;
  width: 90px;
}

body.wait, body.wait *{
 cursor: wait !important;   
}

/*************************
******O-Beam*****
**************************/
.dropdown-toggle:active, .open .dropdown-toggle {
    background-color:#47B8B8 !important;
}

/*  Dropdown menu*/
.dropdown-menu{
  border: 1px solid #4fcccd;
}

 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color:#4fcccd;
  color: #fff;
 }

.onoffswitch {
    max-width: 120px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Metric";
    padding-left: 10px;
    background-color: #4fcccd; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Imperial";
    padding-right: 10px;
    background-color: #4fcccd; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 16px; margin: 7px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 4px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 15px; 
}

#o-beam-updates, #file-manager-updates, #section-modal-error, .support-modal-error, .load-modal-error {
    display:none;
    color:#4fcccd;
}

.beam-input-image{
    height: 75px;
}

input {
  height: 30px;
  padding: 5px 10px;
}

.file-active {
    background: #4fcccd;
}

#file-list,
#folder-list {
    padding-left: 0;
}

.list-group-item {
  /*padding: 0px;*/
  padding-left: 5px 10px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.fa-file {
  color:#D3D3D3;
}

.fa-folder {
  color:#F8D775;
}

li.model-list{ 
  cursor: context-menu; 
}

.model-list{ 
  padding: 5px; 
}

/*************************
******Documnetation*****
**************************/
.documentation-content{
  /*color:#4fcccd;*/
  font-size: 14px;
}

#sidebar ul li a{
  color:  black;
}

#sidebar ul li ul{
  padding-inline-start: 10px;  
}

#sidebar a{
  padding: 5px;
}

#sidebar ul li a:hover{
  color:#4fcccd;
}

#sidebar ul li a:focus{
  color:#4fcccd;
}

#sidebar ul li a.list-group-item {
  border-style: none;
}

#sidebar ul li a.active {
  background: none;
  color: #4fcccd;
  }

.indent {
  text-indent: 40px;
 }

 .dropdown-visible {
  display: block; 
 }

 .dropdown-invisible {
  display: none; 
 }

 /*--------------------------------------------------------------
# Section Properties
--------------------------------------------------------------*/
#section-properties-table{
  margin-top: 20px;
}

label {
  font-weight: 500;
}

mjx-container mjx-math {
  white-space: normal;
  line-height: 50%;
  font-size:14px;
}

 /*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.panel-footer {
  padding: 0;
}

.panel-primary {
  border-color: #fff;
  box-shadow: 0 2px 15px -3px rgba(0,0,0,0.07),0 10px 20px -2px rgba(0,0,0,0.04);
}

.img-fit {
  width: 100%;
  height: 200px;
  object-fit: fill;
}

.panel-body-blog a {
  color: #292d34;
}

.panel-body-blog {
  line-height: 24px;
  /*height: 200px;*/
  display: inline-block;
}

.panel-body a:hover {
  outline: none;
  text-decoration:none;
  color:#4fcccd;
}

.panel-body h2 {
  margin-top: 0px;
}

.jumbotron-blog h1 {
  /*color: #fff;*/
  font-weight: 500;
  font-size: 36px;
}

.jumbotron-blog p {
  /*color: #fff;*/
}

#blog-content h2{
  font-weight: 600;
  font-size: 30px;
}

#blog-content h3{
  font-weight: 400;
  font-size: 24px;
}